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]

Re: Internal-Error in gcc2.95.2 compiling c++ source PART 1


> Hope you find something! Please contact me, if you need more 
> info's or if the problem is already fixed...

Thanks for your bug report. I was going to write that I could not
reproduce this problem, using gcc 2.95.2 on i586-pc-linux-gnu. I've
been compiling it with

g++ -S -pipe -O2 -fno-strength-reduce -O2 -fno-strength-reduce -fPIC qapplication_x11.ii

Adding -mcpu=i686 produces the bug. The 2.95.3 snapshot (19991030)
compiles this correctly, so the bug has been fixed. Adding -mcpu=i586
probably allows you to work around the bug.

Regards,
Martin

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