bug in gfortran
Jerry DeLisle
jvdelisle@charter.net
Sat Apr 20 04:09:00 GMT 2019
When I set my stack size with:
ulimit -s 65535
lapack compiles and passes all tests with gfortran trunk.
$ gfc -v
Using built-in specs.
COLLECT_GCC=gfc
COLLECT_LTO_WRAPPER=/home/jerry/dev/usr/libexec/gcc/x86_64-pc-linux-gnu/9.0.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../trunk/configure --prefix=/home/jerry/dev/usr
--enable-languages=c,c++,fortran --enable-checking=release --enable-libgomp
--disable-bootstrap
Thread model: posix
gcc version 9.0.1 20190323 (experimental) (GCC)
--> LAPACK TESTING SUMMARY <--
Processing LAPACK Testing output found in the TESTING directory
SUMMARY nb test run numerical error other error
================ =========== ================= ================
REAL 1292645 0 (0.000%) 0 (0.000%)
DOUBLE PRECISION 1293457 0 (0.000%) 0 (0.000%)
COMPLEX 745040 1 (0.000%) 0 (0.000%)
COMPLEX16 753628 0 (0.000%) 0 (0.000%)
--> ALL PRECISIONS 4084770 1 (0.000%) 0 (0.000%)
More information about the Fortran
mailing list