This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Testsuite failures on powerpc64-linux
- From: François-Xavier Coudert <fxcoudert at gmail dot com>
- To: GNU GFortran <fortran at gcc dot gnu dot org>
- Date: Thu, 13 Oct 2005 09:48:10 +0200
- Subject: Testsuite failures on powerpc64-linux
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=d2PoehtjdPU6iHYedjivd3WfExUF46VY0PNa5SCvUgAp1qE8P0vz9RSLvlZicbMRgsugUjz2/iKvsMmayW8aHdXYy9CSpOlBHtGkZHoDbHmwbwJSgP1OO1VWW5QUFPcraoev54G2X92/13yOCdgl5KihEfxmj03C/XZEnrguWps=
Just to mention that there are the following testcase failures on
powerpc64-linux (see gcc-testresults) (with -m64) :
FAIL: gfortran.dg/f2c_2.f90 -O0 execution test
FAIL: gfortran.dg/f2c_2.f90 -O1 execution test
FAIL: gfortran.dg/f2c_2.f90 -O2 execution test
FAIL: gfortran.dg/f2c_2.f90 -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/f2c_2.f90 -O3 -fomit-frame-pointer -funroll-loops
execution test
FAIL: gfortran.dg/f2c_2.f90 -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions execution test
FAIL: gfortran.dg/f2c_2.f90 -O3 -g execution test
FAIL: gfortran.dg/f2c_2.f90 -Os execution test
FAIL: gfortran.dg/namelist_14.f90 -O0 (test for excess errors)
WARNING: gfortran.dg/namelist_14.f90 -O0 compilation failed to
produce executable
FAIL: gfortran.dg/g77/cabs.f -O0 execution test
FAIL: gfortran.dg/g77/cabs.f -O1 execution test
FAIL: gfortran.dg/g77/cabs.f -O2 execution test
FAIL: gfortran.dg/g77/cabs.f -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/g77/cabs.f -O3 -fomit-frame-pointer -funroll-loops
execution test
FAIL: gfortran.dg/g77/cabs.f -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions execution test
FAIL: gfortran.dg/g77/cabs.f -O3 -g execution test
FAIL: gfortran.dg/g77/cabs.f -Os execution test
FAIL: gfortran.fortran-torture/execute/intrinsic_abs.f90 execution, -O0
FAIL: gfortran.fortran-torture/execute/intrinsic_abs.f90 execution, -O1
FAIL: gfortran.fortran-torture/execute/intrinsic_abs.f90 execution, -O2
FAIL: gfortran.fortran-torture/execute/intrinsic_abs.f90 execution,
-O3 -fomit-frame-pointer
FAIL: gfortran.fortran-torture/execute/intrinsic_abs.f90 execution,
-O3 -fomit-frame-pointer -funroll-loops
FAIL: gfortran.fortran-torture/execute/intrinsic_abs.f90 execution,
-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions
FAIL: gfortran.fortran-torture/execute/intrinsic_abs.f90 execution, -O3 -g
FAIL: gfortran.fortran-torture/execute/intrinsic_abs.f90 execution, -Os
FAIL: gfortran.fortran-torture/execute/power.f90 execution, -O0
FAIL: gfortran.fortran-torture/execute/power.f90 execution, -O1
FAIL: gfortran.fortran-torture/execute/power.f90 execution, -O2
FAIL: gfortran.fortran-torture/execute/power.f90 execution, -O3
-fomit-frame-pointer
FAIL: gfortran.fortran-torture/execute/power.f90 execution, -O3
-fomit-frame-pointer -funroll-loops
FAIL: gfortran.fortran-torture/execute/power.f90 execution, -O3
-fomit-frame-pointer -funroll-all-loops -finline-functions
FAIL: gfortran.fortran-torture/execute/power.f90 execution, -O3 -g
FAIL: gfortran.fortran-torture/execute/power.f90 execution, -Os
Who has such a computer and could give them a try?
FX