[Bug fortran/31298] Uninitialized variable in f951 (in read_module) / renaming operator in USE
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Aug 14 21:17:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list