This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: fortran/8904: Optimization problem in f77 code
- From: Daniel Nilsson <dnilsson at sisoft dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Wed, 11 Dec 2002 22:57:28 -0500
- Subject: Re: fortran/8904: Optimization problem in f77 code
Reporter address for this bug should be dnilsson@sisoft.com
Another workaround for this problem is the add the -ffloat-store flag to
g77, this makes both -O1 and -O2 optimization produce the correct
results. This might point to where to problems lies.
Daniel
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8904