]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/65996 (gfortran ICE with -dH)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 21 Jan 2016 21:08:00 +0000 (21:08 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Thu, 21 Jan 2016 21:08:00 +0000 (21:08 +0000)
commit2423a75aed79a349c3469f936fbc4ad30bf9b464
tree63a91f11f9042c89e179f91d064d27fac834eacb
parent0a76463f6ed55231c4cf9a1d25faa72d3657c81b
re PR fortran/65996 (gfortran ICE with -dH)

2016-01-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/65996
* error.c (gfc_error): Save the state of abort_on_error and set
it to false for buffered errors to allow normal processing.
Restore the state before leaving.

2016-01-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/65996
gfortran.dg/pr65996.f90: New test.

From-SVN: r232707
gcc/fortran/ChangeLog
gcc/fortran/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr65996.f90 [new file with mode: 0644]