[Bug c++/58057] gcc lexer cannot parse extern "\x43" void blah() with option -std=c++0x;

schnoerr at mailzone dot com gcc-bugzilla@gcc.gnu.org
Fri Aug 2 11:20:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58057

schnoerr at mailzone dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
                 CC|                            |schnoerr at mailzone dot com
         Resolution|WORKSFORME                  |---
            Summary|gcc lexer cannot parse      |gcc lexer cannot parse
                   |extern "\x43" void blah();  |extern "\x43" void blah()
                   |                            |with option -std=c++0x;

--- Comment #3 from schnoerr at mailzone dot com ---
sorry, I've forgotten a detail:
The problem only occurs with the option '-std=c++0x'.
With '-std=c++98' all works fine.



More information about the Gcc-bugs mailing list