https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51284
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51284
Tobias Burnus changed:
What|Removed |Added
Keywords||rejects-valid
--- Comment #1 from Tobias