This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch, testsuite] Regression in 4.02 testsuite - io_invalid_1.f90


I propose that this one be committed to 4.0 as obvious; the error message has changed so that the test fails.

2005-07-23 Paul Thomas <pault@gcc.gnu.org>

* gfortran.dg/io_invalid_1.f90: Match test case to modified error message.


Index: gcc/gcc/testsuite/gfortran.dg/io_invalid_1.f90
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gfortran.dg/io_invalid_1.f90,v
retrieving revision 1.2.6.1
diff -c -3 -p -r1.2.6.1 io_invalid_1.f90
*** gcc/gcc/testsuite/gfortran.dg/io_invalid_1.f90 19 Jul 2005 13:43:33 -0000 1.2.6.1
--- gcc/gcc/testsuite/gfortran.dg/io_invalid_1.f90 23 Jul 2005 16:32:11 -0000
***************
*** 1,5 ****
! { dg-do compile }
! PR fortran/20842
! WRITE(UNIT=6,END=999) 0 ! { dg-error "END tag .* is not compatible with output" }
999 CONTINUE
END
--- 1,5 ----
! { dg-do compile }
! PR fortran/20842
! WRITE(UNIT=6,END=999) 0 ! { dg-error "END tag .* not allowed in output statement" }
999 CONTINUE
END






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]