This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
g77.f-torture/execute/labug1.f
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 12 Nov 2003 12:37:33 -0500 (EST)
- Subject: g77.f-torture/execute/labug1.f
Does anyone know if a fix is available yet for the
g77 3.4 testsuite failures of...
FAIL: g77.f-torture/execute/labug1.f compilation, -O3 -fomit-frame-pointer
FAIL: g77.f-torture/execute/labug1.f compilation, -O3 -fomit-frame-pointer -funroll-loops
FAIL: g77.f-torture/execute/labug1.f compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions
FAIL: g77.f-torture/execute/labug1.f compilation, -O3 -g
I ask because in building xplor-nih with gcc 3.4 (101503)'s g77
I noticed several files with compilation errors at -O3 and was
thinking it might be the same bug. Unfortunately the offending
code may be a little complex to test case quickly so I thought
if a proposed fix for labug1.f's failure existed I would try
rebuilding g77 3.4 with that and see if it fixed my -O3 compilation
failures as well.
Thanks in advance for any help on this.
Jack
ps These offending files in xplor-nih all compile fine in g77
when I regress -O3 down to -O2. FYI.