bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Internal compiler error 124


From: Yekutiel Shahar
Subject: Internal compiler error 124
Date: Thu, 17 Jul 2003 14:22:30 +0300

Hello, I ran into the following internal compiler error:

This code:

#include "/usr/local/lib/g++-include.2.7.0/std/bastring.h"

int main()
{
  basic_string<char>   inst, tmp = "abcdef";
  inst = tmp.at(1) + ":";
}

Produced this error msg:

test.cc: In function `int main()':
test.cc:9: Internal compiler error 124.
test.cc:9: Please submit a full bug report to address@hidden'.

I must have done something wrong but got an internal error msg instead of a user error msg.

Thanks


reply via email to

[Prev in Thread] Current Thread [Next in Thread]