------- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-07-28 13:37 ------- (In reply to comment #2) > I have looked for the way to run the testsuite on gfortran only, but did not > find a way to > do it. Could someone give me the right pointer? Also I'll need the directive > to > do the > run with -fdefault-integer-8.
To run only the gfortran testsuite, cd inside the ${builddir}/gcc directory, and run "make check-gfortran". To run this testsuite with -fdefault-integer-8, cd inside this same directory, and run: make check-gfortran RUNTESTFLAGS="--target_board=unix/-fdefault-integer-8" (Full doc is available at http://gcc.gnu.org/install/test.html) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32770