public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/54053] New: g++ accepts (invalid?) ""0; expression.
@ 2012-07-20 14:41 pluto at agmk dot net
  2012-07-20 14:48 ` [Bug c++/54053] [4.7 Regression] " redi at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pluto at agmk dot net @ 2012-07-20 14:41 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54053
           Summary: g++ accepts (invalid?) ""0; expression.
    Classification: Unclassified
           Product: gcc
           Version: 4.7.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pluto@agmk.net


g++ -std=c++11 compiles following code w/o errors.

#include <iostream>
int main()
{
        std::cout << ""0;
}

while comeau/clang reports syntax error:

t.cpp:5:17: error: expected ';' after expression
        std::cout << ""0;
                       ^
                       ;


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

end of thread, other threads:[~2012-09-07 10:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-20 14:41 [Bug c++/54053] New: g++ accepts (invalid?) ""0; expression pluto at agmk dot net
2012-07-20 14:48 ` [Bug c++/54053] [4.7 Regression] " redi at gcc dot gnu.org
2012-07-23  8:16 ` rguenth at gcc dot gnu.org
2012-08-14 15:58 ` jakub at gcc dot gnu.org
2012-09-07 10:08 ` rguenth at gcc dot gnu.org

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).