This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal-Error in gcc2.95.2 compiling c++ source PART 1
- To: dolze at epcnet dot de
- Subject: Re: Internal-Error in gcc2.95.2 compiling c++ source PART 1
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 23 Mar 2000 22:40:39 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <F1457AD86AB6D311A6F200105AD9FB0201BEA6@EPCNETIN>
> 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