------- Comment #9 from burnus at gcc dot gnu dot org 2007-08-14 21:16 ------- (From update of attachment 13369) > strcpy (new->local_name, name); This does not make much sense for INTERFACE_INTRINSIC_OP.
The problem with being able to import an operator only once is related to PR 33072: operator(.op.), operator(.my.)=>operator(.op) gives an error while operator(.modproc.),operator(.my.)=>operator(.modproc.) is found. (.op. should be "interface operator(.op.)" and "modproc" can be any module procedure.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31298