This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53843] Macros following string literals don't expand in C++11 mode
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 03 Jul 2012 19:58:06 +0000
- Subject: [Bug c++/53843] Macros following string literals don't expand in C++11 mode
- Auto-submitted: auto-generated
- References: <bug-53843-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53843
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-07-03 19:58:06 UTC ---
>AFAIK this is not correct behavior. I wouldn't expect the preprocessor behavior
And this is the one of the main incompatibilities between C++98 and C++11.