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 #4 from pinskia at gcc dot gnu dot org  2006-01-02 03:12 -------
(In reply to comment #3)
> Another testcase:
Ignore that one.
The correct one is:
subroutine option_stopwatch_s(n)
integer :: n
character(len=n) :: default_clock
   call option_stopwatch_a((/default_clock/))
end subroutine option_stopwatch_s 


-- 


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]