This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix for typos in dg line
- From: Thomas Koenig <Thomas dot Koenig at online dot de>
- To: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Mon, 31 Jan 2005 22:40:04 +0100
- Subject: Fix for typos in dg line
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