https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102060
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2021-08-25 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed, not a regression. Simple testcase: void register_frame_ctor (void) __attribute__ ((constructor (0))); Note both the C and C++ front-end's location are different and still wrong.