Commit 43faca51 by David Billinghurst Committed by David Billinghurst

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
parent ef765ea9
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.
......
! { 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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment