egcs-1.1, Internal compiler error 109
djf95@aber.ac.uk
djf95@aber.ac.uk
Wed Dec 9 05:36:00 GMT 1998
g++ -Wall -c temp.cpp
gives:
temp.cpp:6: Internal compiler error 109.
temp.cpp:6: Please submit a full bug report to `egcs-bugs@cygnus.com'.
where temp.cpp is:
#include<string>
class input_traits
{
public:
static const string L_EOFIELD("\t ,");
static const string L_EORECORD("\n;");
static const string L_DELIMIT("\"");
static const string L_COMMENT("#");
static const string L_EMPTY("!");
};
and g++ -v gives:
Reading specs from /usr/local/egcs-1.1/lib/gcc-lib/i586-pc-linux-gnu/egcs-2.91.5
7/specs
gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
Duncan
(djf95@aber.ac.uk)
More information about the Gcc-bugs
mailing list