OSDN Git Service

2005-06-05 David Billinghurst <David.Billinghurst@riotinto.com>
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jun 2005 03:00:10 +0000 (03:00 +0000)
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jun 2005 03:00:10 +0000 (03:00 +0000)
* gfortran.dg/f2c_5.f90: Add -w to dg-options

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100646 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/f2c_5.f90

index 4fdb132..e9c45ce 100644 (file)
@@ -1,3 +1,16 @@
+2005-06-05  David Billinghurst  <David.Billinghurst@riotinto.com>
+
+       * gfortran.dg/f2c_5.f90: Add -w to dg-options
+
+2005-06-05  David Billinghurst  <David.Billinghurst@riotinto.com>
+
+       * lib/gfortran.exp (gfortran_target_compile): Call 
+       dg-additional-files-options
+       * gfortran.dg/f2c_4.f90: New file
+       * gfortran.dg/f2c_4.c: New file
+       * gfortran.dg/f2c_5.f90: New file
+       * gfortran.dg/f2c_5.c: New file
+
 2005-06-05  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
 
        * gfortran.dg/forall_1.f90: Set previously uninitialized variable.
index aa24684..cfc37c8 100755 (executable)
@@ -1,6 +1,6 @@
 ! { dg-do run }
 ! { dg-additional-sources f2c_5.c }
-! { dg-options "-fno-f2c" }
+! { dg-options "-fno-f2c -w" }
 ! Check calling conventions without -ff2c
 program f2c_5  
   call f2c_5a()