public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/54501] New: infinite recursion on illegal code
@ 2012-09-06 10:42 doko at gcc dot gnu.org
  2012-09-06 15:42 ` [Bug c++/54501] " daniel.kruegler at googlemail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: doko at gcc dot gnu.org @ 2012-09-06 10:42 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54501
           Summary: infinite recursion on illegal code
    Classification: Unclassified
           Product: gcc
           Version: 4.6.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: doko@gcc.gnu.org


seen on 4.6, 4.7 and trunk on x86_64-linux-gnu

int main()
{
        char argv[][0] = {"", 0};
}

$ g++ test.cc
doesn't terminate, or only if the VM get's exhausted.


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

end of thread, other threads:[~2012-10-18 22:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-06 10:42 [Bug c++/54501] New: infinite recursion on illegal code doko at gcc dot gnu.org
2012-09-06 15:42 ` [Bug c++/54501] " daniel.kruegler at googlemail dot com
2012-10-17 12:28 ` paolo.carlini at oracle dot com
2012-10-18 22:49 ` paolo at gcc dot gnu.org
2012-10-18 22: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).