This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Optimizer bug in 2.95 for Solaris 2.6?
- To: booth at us dot ibm dot com
- Subject: Re: Optimizer bug in 2.95 for Solaris 2.6?
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 15 Mar 2000 10:21:27 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <852567CF.0074A7DA.00@d54mta07.raleigh.ibm.com>
> I recently ran across an interesting problem related to
> floating-point math on Solaris 2.6, using gcc-2.95. In short,
> compiling with no optimization produces the correct results, while
> compiling with -O2 produces incorrect results. I have not tried to
> reproduce this bug on any other platform (yet). Here is the
> relevant info on my system.
Thanks for your bug report. Unfortunately, I fail to see the bug in
your report - the attachments you sent only indicate the compiler
output, not the program output. Also, I could not reproduce it with
gcc 2.95.2 on Solaris 2.6, so it may have been fixed. If not, please
re-report.
Regards,
Martin