This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: Newly failing fortran compilations in test-suite.


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_fraction_
>exponent.f90 -w  -O0  {} 
> -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    (timeout
> = 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  <aj@suse.de>

 * lib/fortran-torture.exp (ieee-options): Add default return value.

============================================================
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.
 
 # 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 ""
 }

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux AG, Maxfeldstr. 5, 90409 NÃrnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


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