Comment 3 for bug 944572

Revision history for this message
In , Doko-v (doko-v) wrote :

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.