https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91505
rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc dot gnu.org --- Comment #6 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> --- Yeah, the C++ frontend calls copy_attributes_to_builtin outside the BUILT_IN_NORMAL block, whereas the C frontend calls it inside. Testing a patch.