Commit e44ecbfd by Jerry DeLisle

re PR fortran/71686 (ICE on broken character continuation)

2016-06-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/71686
	* gfortran.dg/unexpected_eof_2.f90: New test.
	* gfortran.dg/unexpected_eof_3.f90: New test.

From-SVN: r237861
parent b5f58440
2016-06-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/71686
* gfortran.dg/unexpected_eof_2.f90: New test.
* gfortran.dg/unexpected_eof_3.f90: New test.
2016-06-29 Jim Wilson <jim.wilson@linaro.org>
* gcc.dg/asr_div1.c: Add aarch64 specific dg-options.
......
! { dg-do compile }
! PR71686
program p
character(8) :: z
z = 'abc& ! { dg-error "Unterminated character constant" }
!end
! { dg-error "Unexpected end of file" "" { target *-*-* } 0 }
! { dg-do compile }
! PR71686
program p
character(8) :: z = 'abc& ! { dg-error "Unterminated character constant" }
!end
! { dg-error "Unexpected end of file" "" { target *-*-* } 0 }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment