aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Billinghurst <David.Billinghurst@riotinto.com>2005-06-06 03:00:10 +0000
committerDavid Billinghurst <billingd@gcc.gnu.org>2005-06-06 03:00:10 +0000
commit43faca518401c37a3bd1a683391ffe9e862ab2de (patch)
tree92e93be35371542d189a7bec0957856deacc91d0 /gcc
parentef765ea99137b659f6d1c95b5dfcc34314193e06 (diff)
downloadgcc-43faca518401c37a3bd1a683391ffe9e862ab2de.zip
gcc-43faca518401c37a3bd1a683391ffe9e862ab2de.tar.gz
gcc-43faca518401c37a3bd1a683391ffe9e862ab2de.tar.bz2
f2c_5.f90: Add -w to dg-options
2005-06-05 David Billinghurst <David.Billinghurst@riotinto.com> * gfortran.dg/f2c_5.f90: Add -w to dg-options From-SVN: r100646
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog13
-rwxr-xr-xgcc/testsuite/gfortran.dg/f2c_5.f902
2 files changed, 14 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4fdb132..e9c45ce9c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gfortran.dg/f2c_5.f90 b/gcc/testsuite/gfortran.dg/f2c_5.f90
index aa24684..cfc37c8 100755
--- a/gcc/testsuite/gfortran.dg/f2c_5.f90
+++ b/gcc/testsuite/gfortran.dg/f2c_5.f90
@@ -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()