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

2013-08-02 Thread schnoerr at mailzone dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58057 schnoerr at mailzone dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

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

2013-08-02 Thread schnoerr at mailzone dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58057 schnoerr at mailzone dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug c++/58057] New: gcc lexer cannot parse extern "\x43" void blah();

2013-08-02 Thread schnoerr at mailzone dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: schnoerr at mailzone dot com g++ 4.7.3 fails to compile extern "\x43" void blah(); which is obfuscated and equivalent to extern "C" void blah(); This is no problem for the g++ 4.