Report failures from make check-fortran?

Tilo Schwarz tilo@tilo-schwarz.de
Sat Jan 19 16:38:00 GMT 2013


On Sat, 19 Jan 2013 16:11:34 +0100, Janus Weil <janus@gcc.gnu.org> wrote:

>>> % tail ./gcc/testsuite/gfortran/gfortran.sum
>>>                 === gfortran Summary ===
>>>
>>> # of expected passes            42830
>>> # of unexpected failures        20
>>
>> maybe you can tell us the output of
>> 1) grep -i 'fail:' ./gcc/testsuite/gfortran/gfortran.sum
>
> or better:
> grep '^FAIL:' ./gcc/testsuite/gfortran/gfortran.sum
>
> (otherwise it will show also XFAILs).

% pwd
/home/tschwarz/Developer/gcc/build

% uname -a
Linux dellschleppa 3.2.0-4-686-pae #1 SMP Debian 3.2.35-2 i686 GNU/Linux

% gcc/gfortran -v
Using built-in specs.
COLLECT_GCC=gcc/gfortran
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/home/tschwarz/Unix  
--program-suffix=-master --disable-multilib --enable-languages=fortran  
--disable-bootstrap
Thread model: posix
gcc version 4.8.0 20130119 (experimental) (GCC)

% git branch -v
* master ce30fba correct dg-require-alias use in TLS tests

% grep ^FAIL ./gcc/testsuite/gfortran/gfortran.sum
FAIL: gfortran.dg/class_optional_2.f90  -O2  execution test
FAIL: gfortran.dg/class_optional_2.f90  -O3 -fomit-frame-pointer   
execution test
FAIL: gfortran.dg/class_optional_2.f90  -O3 -fomit-frame-pointer  
-funroll-loops  execution test
FAIL: gfortran.dg/class_optional_2.f90  -O3 -fomit-frame-pointer  
-funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/class_optional_2.f90  -O3 -g  execution test
FAIL: gfortran.dg/class_optional_2.f90  -Os  execution test
FAIL: gfortran.dg/guality/pr41558.f90  -O0  line 7 s == 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O1  line 7 s == 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O2  line 7 s == 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O3 -fomit-frame-pointer  line 7 s  
== 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O3 -fomit-frame-pointer  
-funroll-loops  line 7 s == 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O3 -fomit-frame-pointer  
-funroll-all-loops -finline-functions  line 7 s == 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -O3 -g  line 7 s == 'foo'
FAIL: gfortran.dg/guality/pr41558.f90  -Os  line 7 s == 'foo'
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o  
link, -O0 -flto -flto-partition=none -fuse-linker-plugin (internal  
compiler error)
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o  
link, -O0 -flto -flto-partition=1to1 -fno-use-linker-plugin  (internal  
compiler error)
FAIL: gfortran.dg/lto/pr45586-2 f_lto_pr45586-2_0.o-f_lto_pr45586-2_0.o  
link, -O0 -flto -fuse-linker-plugin -fno-fat-lto-objects  (internal  
compiler error)
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link,  
-O0 -flto -flto-partition=none -fuse-linker-plugin (internal compiler  
error)
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link,  
-O0 -flto -flto-partition=1to1 -fno-use-linker-plugin  (internal compiler  
error)
FAIL: gfortran.dg/lto/pr45586 f_lto_pr45586_0.o-f_lto_pr45586_0.o link,  
-O0 -flto -fuse-linker-plugin -fno-fat-lto-objects  (internal compiler  
error)

It seems, that the failures of

gfortran.dg/guality/pr41558.f90

are not mentioned by Dominique.


Regards,
	Tilo



More information about the Fortran mailing list