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: unassig...@gcc.gnu.org ReportedBy: d...@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.