This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fortran regressions on Cygwin_NT
- From: Tobias Burnus <burnus at net-b dot de>
- To: Paul Thomas <paulthomas2 at wanadoo dot fr>
- Cc: Fortran List <fortran at gcc dot gnu dot org>, gcc at gcc dot gnu dot org
- Date: Wed, 15 Aug 2007 11:49:46 +0200
- Subject: Re: Fortran regressions on Cygwin_NT
- References: <46C2C6F2.9010604@wanadoo.fr>
Paul Thomas wrote:
> FAIL: gfortran.dg/g77/980310-3.f (internal compiler error)
> FAIL: gfortran.dg/g77/980310-3.f (test for excess errors)
I get the same error on x86-64/openSUSE with "-m32 -O" with -m64 and
without "-O" it works.
FX reported it yesterday as PR 33074.
> FAIL: gfortran.fortran-torture/execute/intrinsic_integer.f90
> execution, -O0
Works here (with both -m32 and -m64; incl. under valgrind).
I only get a failure for random_7.f90 (PR33077).
Tobias