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/47505] [OOP] Intrinsics which should operate on polymorphic objects (BT_CLASS)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47505

--- Comment #1 from janus at gcc dot gnu.org 2011-01-28 11:20:04 UTC ---
I think the following ones should work fine (re-check?):

 * ALLOCATED
 * ASSOCIATED
 * EXTENDS_TYPE_OF
 * SAME_TYPE_AS
 * STORAGE_SIZE

The array (+coarray?) intrinsics we can probably ignore for now, since we don't
have polymorphic array support at this point.

A few ones that are left to check might be:

 * MOVE_ALLOC
 * PRESENT
 * MERGE
 * ...?


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