Hello everyone,
I have created a small example to reproduce another bug I have found when I
attempt to build my lens design program. I will upload a file to you,
bug6M.tgz, as soon as I am assigned a bug number.
The bug occurs in file bug6M.f90:
bug6M.f90:17.21:
CALL GetNullSet (search_set)
1
Error: Name 'getnullset' at (1) is an ambiguous reference to 'getnullset' from
module 'pbit4set'
This is not correct. The reference is not ambiguous. See file errepsetM.f90 and
the statement.
use PBit4Set, TErrorBitSet => TPBit4Set
The NAG, Intel and g95 compilers all compile this code.
Thank you for your attention.
Norm Clerman
--
Summary: bug6 ambiguous reference
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: clerman at fuse dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38066