From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12566 invoked by alias); 28 Jul 2007 13:37:43 -0000 Received: (qmail 12548 invoked by uid 48); 28 Jul 2007 13:37:32 -0000 Date: Sat, 28 Jul 2007 13:37:00 -0000 Message-ID: <20070728133732.12547.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/32770] -fdefault-integer-8 and the library In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg02865.txt.bz2 ------- 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