This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

egcs-1.1, Internal compiler error 109


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]