[Bug fortran/47505] [OOP] Intrinsics which should operate on polymorphic objects (BT_CLASS)
janus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 28 12:01:00 GMT 2011
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
* ...?
More information about the Gcc-bugs
mailing list