--- Comment #6 from hjl at lucon dot org 2006-02-01 01:48 ---
I saw
Starting program: /export/build/gnu/gcc-fortran/build-x86_64-linux/gcc/f951
foo.f90 -quiet -dumpbase foo.f90 -mtune=generic -auxbase foo -version -o foo.s
GNU F95 version 4.2.0 20060131 (experimental) [trunk revision 11
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-01 01:43 ---
*** Bug 26057 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- 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 subr
--- 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