This is the mail archive of the
egcs-bugs@egcs.cygnus.com
mailing list for the EGCS project.
Re: Internal compiler error 754867
On , 15 July 1999, Alexandre Oliva wrote:
> > I've reported this on July 6th, but it looks like it didn't get
> > through (at least I haven't got it back through the list).
>
> AFAIR, it did, and I even replied telling you the bug had already been
> fixed for gcc 2.95
That was for a different bug (internal compiler error 109):
#include <string>
class x
{
static const string s = "";
};
The new bug was internal compiler error 754867.
Are these ICEs triggered the same bug?
Tudor