>From a freshly extracted gcc-4.0-20041114.
"make bootstrap" worked like a charm. cd-ing into the gcc subdirectory of my build directoy: $ ./xgcc -v Reading specs from /home/zfkts/lib/gcc/ia64-unknown-linux-gnu/4.0.0/specs Configured with: ../gcc-4.0-20041114/configure --prefix=/home/zfkts --enable-languages=c,c++,f95 Thread model: posix gcc version 4.0.0 20041114 (experimental) $ make check-f95 (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd ../../gcc-4.0-20041114/gcc; ${PWDCMD-pwd}` ; export srcdir ; \ cd testsuite; \ EXPECT=`if [ -f ${rootme}/../expect/expect ] ; then echo ${rootme}/../expect/exp ect ; else echo expect ; fi` ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd ../../gcc-4.0-20041114/gcc/../tcl/library ; ${PWDCMD- pwd}` ; \ export TCL_LIBRARY ; fi ; \ `if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo ${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gfortran ) WARNING: Couldn't find the global config file. Test Run By zfkts on Wed Nov 17 13:29:42 2004 Native configuration is ia64-unknown-linux-gnu === gfortran tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for targe t. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using /home/zfkts/gcc-4.0-20041114/gcc/testsuite/config/default.exp as tool-and- target-specific interface file. Running /home/zfkts/gcc-4.0-20041114/gcc/testsuite/gfortran.dg/dg.exp ... FAIL: gfortran.dg/assignment_1.f90 (test for warnings, line 15) FAIL: gfortran.dg/assignment_1.f90 (test for excess errors) WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable FAIL: gfortran.dg/assignment_1.f90 (test for warnings, line 15) FAIL: gfortran.dg/assignment_1.f90 (test for excess errors) WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable FAIL: gfortran.dg/assignment_1.f90 (test for warnings, line 15) FAIL: gfortran.dg/assignment_1.f90 (test for excess errors) WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable FAIL: gfortran.dg/assignment_1.f90 (test for warnings, line 15) FAIL: gfortran.dg/assignment_1.f90 (test for excess errors) WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable FAIL: gfortran.dg/assignment_1.f90 (test for warnings, line 15) FAIL: gfortran.dg/assignment_1.f90 (test for excess errors) WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable FAIL: gfortran.dg/assignment_1.f90 (test for warnings, line 15) FAIL: gfortran.dg/assignment_1.f90 (test for excess errors) WARNING: gfortran.dg/assignment_1.f90 compilation failed to produce executable FAIL: gfortran.dg/assignment_1.f90 (test for warnings, line 15) ... and so on. In contrast, "make check-gcc" works. -- Summary: fortran testsuite broken Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Thomas dot Koenig at online dot de CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: ia64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18526