Commit c2901468 by Richard Biener Committed by Richard Biener

re PR fortran/85579 (accepts invalid fortran test case gfortran.dg/pr51434.f90)

2018-05-03  Richard Biener  <rguenther@suse.de>

	PR testsuite/85579
	* fortran.dg/pr51434.f90: Truncate transfer argument.

From-SVN: r259880
parent 5cf05282
2018-05-03 Richard Biener <rguenther@suse.de>
PR testsuite/85579
* fortran.dg/pr51434.f90: Truncate transfer argument.
2018-05-02 Jakub Jelinek <jakub@redhat.com>
PR target/85582
......
......@@ -6,7 +6,7 @@ module foo
character(len=1), parameter :: s(n) = 'a'
type :: a
integer :: m = n
character(len=1):: t(n) = transfer('abcde ', s)
character(len=1):: t(n) = transfer('abcde', s)
end type a
end module foo
......
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