[Bug fortran/51284] [OOP] CLASS and VALUE attribute: No copy to temporary done

2015-10-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51284 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/51284] [OOP] CLASS and VALUE attribute: No copy to temporary done

2011-12-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51284 --- Comment #3 from Tobias Burnus 2011-12-11 12:54:29 UTC --- (In reply to comment #2) > - Handle the "copy in" for derived types and class (both scalar and array) For derived types: The arguments are passed by value thus it works. However, no c

[Bug fortran/51284] [OOP] CLASS and VALUE attribute: No copy to temporary done

2011-12-09 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51284 --- Comment #2 from Tobias Burnus 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

[Bug fortran/51284] [OOP] CLASS and VALUE attribute: No copy to temporary done

2011-11-23 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51284 Tobias Burnus changed: What|Removed |Added Keywords||rejects-valid --- Comment #1 from Tobias