This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/41719] invalid: Intrinsic assignment involving polymorphic variables



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]