Commit c839d34b by Jerry DeLisle

re PR fortran/31495 (Is this continuation line legal?)

2007-04-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/31495
	* gfortran.dg/continuation_8.f90: New test.

From-SVN: r124026
parent 7be97ac7
2007-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/31495
* gfortran.dg/continuation_8.f90: New test.
2007-04-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR C/30265
! { dg-do run }
! PR31495 Is this continuation legal?
program print_ascertain
character (len=50) :: str
str = "hello world &
& &
&!"
if (str.ne."hello world !") call abort
end program print_ascertain
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