public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/58057] New: gcc lexer cannot parse  extern "\x43" void blah();
@ 2013-08-02  8:36 schnoerr at mailzone dot com
  2013-08-02  8:48 ` [Bug c++/58057] " mpolacek at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: schnoerr at mailzone dot com @ 2013-08-02  8:36 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58057
           Summary: gcc lexer cannot parse  extern "\x43" void blah();
           Product: gcc
           Version: 4.7.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         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.6.3 so it must have been newly introduced in
g++.


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-08-03 17:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-02  8:36 [Bug c++/58057] New: gcc lexer cannot parse extern "\x43" void blah(); schnoerr at mailzone dot com
2013-08-02  8:48 ` [Bug c++/58057] " mpolacek at gcc dot gnu.org
2013-08-02  8:50 ` paolo.carlini at oracle dot com
2013-08-02 11:30 ` [Bug c++/58057] gcc lexer cannot parse extern "\x43" void blah() with option -std=c++0x; mpolacek at gcc dot gnu.org
2013-08-02 11:31 ` paolo.carlini at oracle dot com
2013-08-02 12:32 ` schnoerr at mailzone dot com
2013-08-02 13:47 ` paolo.carlini at oracle dot com
2013-08-02 15:41 ` 3dw4rd at verizon dot net
2013-08-02 17:31 ` 3dw4rd at verizon dot net
2013-08-02 17:47 ` paolo.carlini at oracle dot com
2013-08-03  3:30 ` 3dw4rd at verizon dot net
2013-08-03 17:51 ` paolo.carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).