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/51284] [OOP] CLASS and VALUE attribute: No copy to temporary done


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)


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