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

2007-05-30 Thread enok at lysator dot liu dot se
--- 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

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

2007-05-31 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 GCC build t

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

2007-06-16 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-06-16 14:42 --- Fixed in trunk and 4.2.1. Backport to 4.1.3 unlikely. Closing. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added --