gfortran issues an error and exits if a program contains
a USE statement of the form
USE MOD_NAME, ONLY : A => B, C => B
Apparently, gfortran does not like the multiple use of the B
symbol.
--
Summary: Erronous error message on vaild USE statement
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: sgk at troutmask dot apl dot washington dot edu
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: amd64-unknown-freebsd6.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18878