https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71883
--- Comment #13 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Fri Jul 29 05:16:05 2016 New Revision: 238848 URL: https://gcc.gnu.org/viewcvs?rev=238848&root=gcc&view=rev Log: 2016-07-29 Steven G. Kargl <ka...@gcc.gnu.org> Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/71883 * frontend-passes.c (gfc_run_passes): Bail out if there are any errors. * error.c (gfc_internal_error): If there are any errors in the buffer, exit with EXIT_FAILURE. 2016-07-29 Paul Thomas <pa...@gcc.gnu.org> PR fortran/71883 * gfortran.dg/pr71883.f90 : New test. Added: branches/gcc-5-branch/gcc/testsuite/gfortran.dg/pr71883.f90 Modified: branches/gcc-5-branch/gcc/fortran/ChangeLog branches/gcc-5-branch/gcc/fortran/error.c branches/gcc-5-branch/gcc/fortran/frontend-passes.c branches/gcc-5-branch/gcc/testsuite/ChangeLog