Internal compiler error 109 w/ egcs

Tudor Hulubei tudor.hulubei@ecora.com
Fri Jun 25 11:10:00 GMT 1999


Hello,

The following C++ code triggers an internal compiler error under
RedHat 6.0 with the stock egcs (1.1.2):

#include <string>
class x
{
    static const string s = "";
};

[tudor@data]:~ $ c++ t.cc
t.cc:5: Internal compiler error 109.
t.cc:5: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
t.cc:5: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for details.

[tudor@data]:~ $ c++ -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

Regards,
Tudor



More information about the Gcc-bugs mailing list