This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

3.0: --enable-languages=c,c++,objc runs Fortran testsuite


Just noticed this; it has happened twice in the last 24 hrs.  I assume
it's running the testsuite with the installed g77, because it has the
failures from my installed 3.1 branch compiler 8-)

../configure --enable-shared --enable-threads=posix \
  --enable-languages=c,objc,c++
make bootstrap && make -k check

I think it might be caused by the make bootstrap being interrupted by
me, or failing, and then my issuing:

make clean bootstrap && make -k check

*shrug*

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]