This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: startup bug in gcc-2.95.2 ?
- To: stange at rentec dot com
- Subject: Re: startup bug in gcc-2.95.2 ?
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 28 Mar 2000 11:19:27 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <38DF8DAF.88313C21@rentec.com>
> I have the following on a SuSE Linux 6.3 system. The small code, when
> compiled with optimization, works fine; without the optimizer, the code
> fails. This code does run fine on many other platforms and with other
> compilers, so there appears to be something happening on the i686
> platform.
Thanks for your bug report. The mainline compiler (2.96 20000326
(experimental)), as well as the 2.95.3 snapshot, generate correct
code, so the problem appears to be fixed. You may try just to take the
valarray implementation from there.
Regards,
Martin