https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113264
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code Status|UNCONFIRMED |NEW Last reconfirmed| |2024-01-08 Ever confirmed|0 |1 Summary|ICEļ¼tree check: expected |ICE with attribute copy and |tree that contains 'common' |attribute |structure, have |no_sanitize_address on the |'integer_cst' in copy_list, |original decl |at tree.cc:1427 | --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: ``` __attribute__((no_sanitize_address)) void h(); __typeof(h) tanhf64 __attribute__((__copy__(h))); ``` Confirmed.