Bogus errors using -U option?

http://snowy.arsc.alaska.edu/cstephen/bug.tar.gz

When using the -U compiler option, the linked code produces the following errors. Is this a bug?

% make

f95 -c -u -U mod_kinds.f90

f95 -c -u -U mod_param.f90

f95 -c -u -U foo.f90

MODULE mod_grid

^

"foo.f90", Line = 1, Column = 14: ERROR: The compiler has detected errors in module "mod_grid". No module information file will be created for this module.

SUBROUTINE initialize_grid (ng, tile)

^

"foo.f90", Line = 4, Column = 39: ERROR: IMPLICIT NONE is specified in the host scope, therefore an explicit type must be specified for data object "tile".

integer, intent(in) :: ng, tile

^

"foo.f90", Line = 14, Column = 34: ERROR: "tile" has the INTENT attribute, therefore it must be a dummy argument.

f90comp: 20 SOURCE LINES

f90comp: 3 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI

make: *** [all] Error 1

Any help is appreciated. Thanks!

[1001 byte] By [cstephen] at [2007-11-26 10:13:55]
# 1
Please recompile your modules: remove all *.mod files and start compilation againAlex
alexey_shubin at 2007-7-7 2:04:11 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
Thanks for the quick reply, Alex. The errors arose without any pre-compiled *.mod files, though.
cstephen at 2007-7-7 2:04:11 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
Ok, I see the problemI will be investigating it and reply you with details tomorrowAlex
alexey_shubin at 2007-7-7 2:04:11 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 4
Thanks for feedback We will investigate and resolve your problemYou can track the progress here http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6472154Alex
alexey_shubin at 2007-7-7 2:04:11 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 5
Thank you, Alex!
cstephen at 2007-7-7 2:04:11 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 6
cstephen, could you please email me - I would like to make short conversation with you by emailAlex
alexey_shubin at 2007-7-7 2:04:11 > top of Java-index,Development Tools,Solaris and Linux Development Tools...