[Bug fortran/33881] [4.3 Regression] incorrect code for optional assumed length character arrays ?
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Oct 26 22:40:00 GMT 2007
------- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-10-26 22:40 -------
And the smaller testcase with invalid dump:
subroutine create_watch_ss (name,l)
character(len=*) :: name
logical l
if (l) then
call create_watch_actual([name])
else
call create_watch_actual([name])
end if
end
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33881
More information about the Gcc-bugs
mailing list