This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Fortran fail on 4.0 branch
- From: Andreas Krebbel <krebbel1 at de dot ibm dot com>
- To: gcc at gcc dot gnu dot org
- Cc: pault at gcc dot gnu dot org, aoliva at gcc dot gnu dot org
- Date: Fri, 21 Jul 2006 16:53:47 +0200
- Subject: Fortran fail on 4.0 branch
Hi,
my daily build for s390(x) still shows the 2 following
gfortran testcases failing on the 4.0 branch:
actual_array_constructor_2.f90 (#28167)
actual_array_substr_2.f90 (#28174)
Both were committed with rev. 115186 for gcc 4.1 and with rev. 115185
for 4.0 by Alexandre Oliva. The patch fixing these came with rev. 115222 for 4.1.
Unfortunately there was no fix for the 4.0 branch so they are still failing :(
Is there a fix for 4.0? If not, should we remove the testcases or mark them
as xfail - just to polish the test summary a bit ;-)
Bye,
-Andreas-