This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32150] Strangeness when repeating an INTERFACE entity in ONLY clause of USE statement
- From: "enok at lysator dot liu dot se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 May 2007 08:30:43 -0000
- Subject: [Bug fortran/32150] Strangeness when repeating an INTERFACE entity in ONLY clause of USE statement
- References: <bug-32150-7816@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from enok at lysator dot liu dot se 2007-05-30 08:30 -------
... I forgot to state the error message:
> gfortran412 -c tst.f90
In file tst.f90:12
USE MOD, ONLY : FOO,FOO
1
Error: Symbol 'foo' referenced at (1) not found in module 'mod'
>
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32150