[Bug fortran/41719] invalid: Intrinsic assignment involving polymorphic variables
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Oct 15 20:16:00 GMT 2009
------- Comment #1 from burnus at gcc dot gnu dot org 2009-10-15 20:16 -------
(In reply to comment #0)
> x = t2(45,478) ! INVALID
> cp = x
The "x = " is of cause valid while the "cp = x" is invalid.
The opposite "type = class" is already rejected.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41719
More information about the Gcc-bugs
mailing list