From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32099 invoked by alias); 11 Sep 2004 10:54:42 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 32084 invoked from network); 11 Sep 2004 10:54:41 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sourceware.org with SMTP; 11 Sep 2004 10:54:41 -0000 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 80B2DBC9D2D; Sat, 11 Sep 2004 12:52:42 +0200 (CEST) Received: from aj by arthur.inka.de with local (Exim 4.30) id 1C65Um-0008A1-3s; Sat, 11 Sep 2004 12:52:40 +0200 From: Andreas Jaeger Organization: SUSE Linux AG To: gcc@gcc.gnu.org Subject: Re: Newly failing fortran compilations in test-suite. Date: Sat, 11 Sep 2004 11:10:00 -0000 User-Agent: KMail/1.7 Cc: Toon Moene , fortran@gcc.gnu.org References: <4142D6DC.8090805@moene.indiv.nluug.nl> <200409111248.23572.aj@suse.de> In-Reply-To: <200409111248.23572.aj@suse.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1418695.DsxFHR1j7y"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200409111252.40039.aj@suse.de> X-SW-Source: 2004-09/txt/msg00665.txt.bz2 --nextPart1418695.DsxFHR1j7y Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-length: 2212 On Saturday 11 September 2004 12:48, Andreas Jaeger wrote: > On Saturday 11 September 2004 12:43, Toon Moene wrote: > > There are a few recent failures in the fortran testsuite on, e.g., > > powerpc-unknown-linux-gnu: > > > > FAIL: gfortran.fortran-torture/execute/intrinsic_fraction_exponent.f90 > > compilation, -O0 > > This is strange, it fails on x86-64 with: > Executing on host: /builds/gcc/misc/gcc/testsuite/../gfortran > -B/builds/gcc/misc/gcc/testsuite/../ > /cvs/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_fractio= n_ >exponent.f90 -w -O0 {}=20 > -L/builds/gcc/misc/x86_64-suse-linux-gnu/32/libgfortran/.libs > -L/builds/gcc/misc/x86_64-suse-linux-gnu/32/libiberty -lm -m32 > -o /builds/gcc/misc/gcc/testsuite/intrinsic_fraction_exponent.x (timeo= ut > =3D 300) > gfortran: : No such file or directory > compiler exited with status 1 > output is: > gfortran: : No such file or directory > > FAIL: gfortran.fortran-torture/execute/intrinsic_fraction_exponent.f90 > compilation, > -O0 > > > The problem is the '{}' above. Where does it come from? I'm testing the following patch for the testsuite now. Andreas 2004-09-11 Andreas Jaeger * lib/fortran-torture.exp (ieee-options): Add default return value. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: gcc/testsuite/lib/fortran-torture.exp --- lib/fortran-torture.exp 30 Aug 2004 12:13:37 -0000 1.5 +++ lib/fortran-torture.exp 11 Sep 2004 10:50:41 -0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. =20 # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -362,4 +362,5 @@ proc ieee-options { } { || [istarget "sh*-*-*"] } then { return "-mieee" } + return "" } --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux AG, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --nextPart1418695.DsxFHR1j7y Content-Type: application/pgp-signature Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBQtj4OJpWPMJyoSYRAnhFAJ41lMbZwcTNvmf49gWQPeizHqQJHACZAaz4 HhgNva+2CtiNAP1NqcZfsk0= =Yi0l -----END PGP SIGNATURE----- --nextPart1418695.DsxFHR1j7y--