[Bug fortran/23634] tempary array of character ICE with non constant size
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jan 2 03:11:00 GMT 2006
------- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-02 03:11 -------
Another testcase:
subroutine option_stopwatch_s(n)
integer :: n
character(len=1) :: default_clock
call option_stopwatch_a((/default_clock/))
end subroutine option_stopwatch_s
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|internal compiler error: in |tempary array of character
|gfc_conv_expr_descriptor |ICE with non constant size
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23634
More information about the Gcc-bugs
mailing list