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

Re: Internal errors in g++



On Thu, 8 Jun 2000, Anton Ivanov wrote:

> Hi list,
> 	I went through some trouble with the egcc from frozen yesterday. With any 
> optimization levels g++ blows up on one the files from the current stable 
> mysql.
> 	I do not see any bugs filed versus it. File it?
> 
> 

Had problems with i386 platform. The program:
.......
cout << "test" << endl;
cout << "test" << endl;
cout << "test" << endl;
cout << "test" << endl;
cout << "test" << endl;
......

with -Osomething it shows only one "test"
without any optimization it prints five "test"s .

very strange.

SC




Reply to: