This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/51754] [OOP] ICE on valid with class arrays
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 28 Jan 2012 11:32:40 +0000
- Subject: [Bug fortran/51754] [OOP] ICE on valid with class arrays
- Auto-submitted: auto-generated
- References: <bug-51754-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51754
--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-01-28 11:32:40 UTC ---
> The message is valid: one has to add the TARGET attribute to "self" or make
> "componentB" a POINTER. Doing so, one gets again the ICE in
> gfc_conv_descriptor_offset.
Confirmed. Are the patches in comment #1 and #2 still supposed to fix it?