Fix for typos in dg line
Thomas Koenig
Thomas.Koenig@online.de
Mon Jan 31 21:40:00 GMT 2005
2005-01-31 Thomas Koenig <Thomas.Koenig@online.de>
* eor_1.f90 : Fix dg-do run line
* open_new.f90: Fix dg-do run line
The tests do pass.
OK?
Thomas
Index: eor_1.f90
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/testsuite/gfortran.dg/eor_1.f90,v
retrieving revision 1.1
diff -c -r1.1 eor_1.f90
*** eor_1.f90 29 Jan 2005 15:45:16 -0000 1.1
--- eor_1.f90 31 Jan 2005 21:30:19 -0000
***************
*** 1,4 ****
! ! { dg do-run }
! PR 19451: The test for advance='NO' with eor used to be reversed.
program main
character*2 c
--- 1,4 ----
! ! { dg-do run }
! PR 19451: The test for advance='NO' with eor used to be reversed.
program main
character*2 c
Index: open_new.f90
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/testsuite/gfortran.dg/open_new.f90,v
retrieving revision 1.1
diff -c -r1.1 open_new.f90
*** open_new.f90 22 Jan 2005 19:49:17 -0000 1.1
--- open_new.f90 31 Jan 2005 21:30:19 -0000
***************
*** 1,4 ****
! ! { dg do-run }
! PR 18982: verifies that opening an existing file with
! status="new" is an error
program main
--- 1,4 ----
! ! { dg-do run }
! PR 18982: verifies that opening an existing file with
! status="new" is an error
program main
More information about the Fortran
mailing list