https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77263
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Jo from comment #2) > /* and */ as part of a C-string literal should not interfere with /* */ in > the code. They are no part of a string-literal, they are part of a comment, and the comment is terminated by the first */ token.