This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/32770] -fdefault-integer-8 and the library
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jul 2007 13:37:32 -0000
- Subject: [Bug libfortran/32770] -fdefault-integer-8 and the library
- References: <bug-32770-10391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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