https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90658
G. Steinmetz <gs...@t-online.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-invalid-code Target| |x86_64-pc-linux-gnu --- Comment #1 from G. Steinmetz <gs...@t-online.de> --- Additional variants : $ cat z3.c void f () { __attribute__ ((constructor (f))) void g () {} } $ cat z4.c void f () { __attribute__ ((destructor (f))) void g () {} }