This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Optimizer Bug with gcc-2.95 on Solaris-(2.6|7)
- To: jnzimmer at informatik dot uni-kl dot de
- Subject: Re: Optimizer Bug with gcc-2.95 on Solaris-(2.6|7)
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 15 Mar 2000 10:15:49 +0100
- CC: gcc-bugs at gcc dot gnu dot org, bug-gcc at gnu dot org
- References: <37BA625A.C67D8FA7@informatik.uni-kl.de>
> The following code was found in a Linux Usenet-group, but it turned out,
> that gcc-2.95 on Solaris-2.6 and
> Solaris-7 shows the same behaviour.
> CFLAGS="" and CFLAGS="-O3" produce correct results,
> CFLAGS="-O" or CFLAGS="-O2" produce false results.
Thanks for your bug report. gcc-2.95.2 seems to correct this problem.
Regards,
Martin