This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/34594] On error and END, no jump to ERR=<label>
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Dec 2007 12:34:08 -0000
- Subject: [Bug fortran/34594] On error and END, no jump to ERR=<label>
- References: <bug-34594-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from tkoenig at gcc dot gnu dot org 2007-12-27 12:34 -------
Subject: Bug 34594
Author: tkoenig
Date: Thu Dec 27 12:33:52 2007
New Revision: 131199
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131199
Log:
2007-12-27 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/34594
* runtime/error.c: If there was a previous error, don't
mask it with another error mesage, EOF or EOR condition.
2007-12-27 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/34594
* gfortran.dg/direct_io_8.f90: New test case.
Added:
trunk/gcc/testsuite/gfortran.dg/direct_io_8.f90
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/libgfortran/ChangeLog
trunk/libgfortran/runtime/error.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34594