Internal compiler error 109

Max Stekelenburg max@cal052304.student.utwente.nl
Wed Oct 7 02:29:00 GMT 1998


$ g++ --version
egcs-2.91.57

 

$ g++ -O2 test18.cc -o test18
test18.cc:3: Internal compiler error 109.
test18.cc:3: Please submit a full bug report to `egcs-bugs@cygnus.com'.
$

[test18.cc]
#include <string>
class a{
  static const string b="lotje leerde liesje lopen langs de lange
lindenlaan";
};
main(){
  printf("size: %i\n",sizeof(a));
}



OS is linux,glibc

Max




More information about the Gcc-bugs mailing list