--- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-05-19 18:19
---
Created an attachment (id=13584)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13584&action=view)
Output of -fdump-tree-original for the testcase u.f90
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=319
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-05-19 18:16
---
Indeed...
$ cat u.f90
subroutine foo (n)
integer :: n
character (len = n) :: v(n)
v = ''
end subroutine foo
call foo(7)
end
$ gfortran u.f90 -O && ./a.out
$ gfortran u.f90 -O -