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]

Internal compiler error 109


$ 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));
}





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