This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/23634] tempary array of character ICE with non constant size



------- 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]