This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/47505] [OOP] Intrinsics which should operate on polymorphic objects (BT_CLASS)
- From: "janus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Jan 2011 11:20:09 +0000
- Subject: [Bug fortran/47505] [OOP] Intrinsics which should operate on polymorphic objects (BT_CLASS)
- Auto-submitted: auto-generated
- References: <bug-47505-4@http.gcc.gnu.org/bugzilla/>
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
* ...?