http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58057
schnoerr at mailzone dot com changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58057
schnoerr at mailzone dot com changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
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.