]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
f2c_5.f90: Add -w to dg-options
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Mon, 6 Jun 2005 03:00:10 +0000 (03:00 +0000)
committerDavid Billinghurst <billingd@gcc.gnu.org>
Mon, 6 Jun 2005 03:00:10 +0000 (03:00 +0000)
2005-06-05  David Billinghurst  <David.Billinghurst@riotinto.com>

* gfortran.dg/f2c_5.f90: Add -w to dg-options

From-SVN: r100646

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

index 4fdb132de9729201cb83c4c99ab6c93ac08b13ab..e9c45ce9c8715f7b2ef3b2adf19ffa6ef87f9e52 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 aa246845eb3032a705e7b18ee1df6ffbd0e8f91a..cfc37c82e396fc4f401ba2ca694ce49da42f44cf 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()