https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103587
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 51969 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51969&action=edit gcc12-pr103587.patch We don't really know what the pragma can mean in that particular context, so I think it is best to skip over it like the C++ FE does. This patch doesn't care if inside of the pragma the tokens are balanced or not.