This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/32150] Strangeness when repeating an INTERFACE entity in ONLY clause of USE statement



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]