internal compiler bug when "calling" namespaces as a function

Niall Smart njs3@doc.ic.ac.uk
Sat May 23 10:13:00 GMT 1998


Hi,

[njs3@cnet0000 ~]$ g++ --version; g++ foo.cc || cat foo.cc 
egcs-2.91.29
foo.cc: In function `int main()':
foo.cc:5: Internal compiler error.
foo.cc:5: Please submit a full bug report to `egcs-bugs@cygnus.com'.
namespace x { };

int main()
{
        x();
}

Niall



More information about the Gcc-bugs mailing list