[Bug preprocessor/55971] Preprocessor macros with C++11 raw string literals fail to compile

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 6 14:41:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55971

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #7 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
An even simpler test:

#define MY_RAW_STRING R"(My raw string
multiline)"

We still don't handle it right.


More information about the Gcc-bugs mailing list