Commit 9559dbc0 by Jerry DeLisle

re PR fortran/46705 (Spurious "Missing '&' in continued character constant" warning occurs twice)

2010-12-11  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/46705
	* gfortran.dg/continuation_12.f90: New test.

From-SVN: r167717
parent 696abb30
2010-12-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/46705
* gfortran.dg/continuation_12.f90: New test.
2010-12-11 Tobias Burnus <burnus@net-b.de>
PR fortran/46370
......
! { dg-do run }
! PR46705 Spurious "Missing '&' in continued character constant" warning occurs twice
character(15) :: astring
1 FORMAT (''&
' abcdefg x')
write(astring, 1)
if (astring.ne."' abcdefg x") call abort
END
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