Internal compiler error 109.

Peter Simons peter.simons@gmd.de
Fri Sep 11 13:52:00 GMT 1998


Using egcs-2.91.57 on NetBSD/i386 1.3 I got the following error:

 | simons@petium:/tmp$ g++ test.cpp -o test
 | test.cpp:8: Internal compiler error 109.
 | test.cpp:8: Please submit a full bug report to `egcs-bugs@cygnus.com'.

while compiling the following program:

 | #include <string>
 | 
 | class test {
 | public:
 |     test() { }
 |     ~test() { }
 | private:
 |     static const string foo("test");
 | };
 | 
 | int
 | main()
 | {
 |     test   i();
 |     return 0;
 | }

	-peter



More information about the Gcc-bugs mailing list