http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48740
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jakub at gcc dot gnu.org Resolution| |INVALID --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-04-23 10:55:24 UTC --- "raw(foo%sbar%sfred%sbob?????)raw" is not a raw string literal, R"raw(foo%sbar%sfred%sbob?????)raw" is, and that one doesn't warn or error and is handled correctly.