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]

[gfortran, testsuite, commited] Un-XFAIL test with ENTRY


With Paul's recent patch for entries, gfortran.dg/g77/19990905-1.f now passes.
I committed this to the testsuite to reflect this.

- Tobi

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/ChangeLog,v
retrieving revision 1.4158
diff -u -p -r1.4158 ChangeLog
--- ChangeLog   19 Aug 2004 08:01:45 -0000      1.4158
+++ ChangeLog   19 Aug 2004 15:02:14 -0000
@@ -1,3 +1,8 @@
+2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       PR fortran/16520
+       * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
+
 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>

        PR c++/17041
cvs diff: Diffing gfortran.dg/g77
Index: gfortran.dg/g77/19990905-1.f
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gfortran.dg/g77/19990905-1.f,v
retrieving revision 1.1
diff -u -p -r1.1 19990905-1.f
--- gfortran.dg/g77/19990905-1.f        13 Jul 2004 13:27:52 -0000      1.1
+++ gfortran.dg/g77/19990905-1.f        19 Aug 2004 15:02:14 -0000
@@ -17,4 +17,3 @@ c  Invalid declaration of or reference t
       entry y(a)
       call foo(a(1))
       end
-c { dg-excess-errors "" }  PR 16520


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