------- Additional Comments From tobi at gcc dot gnu dot org 2005-02-27 21:03
-------
Reduced testcase:
module token_module2
COMMON /MPIPRIV/ MPI_BOTTOM
integer i
end module token_module2
use token_module2, only: mpi_bottom
use token_module2, only: i
end
Removing either of the use lines makes the failure disappear. Note that the
failure happens also without using the ONLY clauses, but I'm not sure if the
code would be illegal then (and wrongly accepted).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20151