https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96323
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 48929 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48929&action=edit gcc11-pr96323.patch Untested fix. I think the easiest is to avoid the continue for newline and do the usual new-line processing in there.