This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/51284] [OOP] CLASS and VALUE attribute: No copy to temporary done
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 09 Dec 2011 21:20:08 +0000
- Subject: [Bug fortran/51284] [OOP] CLASS and VALUE attribute: No copy to temporary done
- Auto-submitted: auto-generated
- References: <bug-51284-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51284
--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-12-09 21:20:08 UTC ---
Created attachment 26036
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26036
symbol.c part of the patch: Allow DIMENSION+VALUE with -std=f2008
First patch: Allow DIMENSION with VALUE.
TODO:
- Handle dimension in trans*.c (currently, it will ICE)
- Handle the "copy in" for derived types and class (both scalar and array)