This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18878] New: Erronous error message on vaild USE statement
- From: "sgk at troutmask dot apl dot washington dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Dec 2004 20:57:23 -0000
- Subject: [Bug fortran/18878] New: Erronous error message on vaild USE statement
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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