[Bug fortran/44529] [F03] array allocation with SOURCE

2013-07-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44529 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug fortran/44529] [F03] array allocation with SOURCE

2012-02-17 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44529 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #4

[Bug fortran/44529] [F03] array allocation with SOURCE

2011-02-06 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44529 --- Comment #3 from Thomas Koenig 2011-02-06 11:37:33 UTC --- I don't think the example is valid F2003. C628 (R628) An allocate-shape-spec-list shall appear if and only if the allocate-object is an array. This is relaxed in F 2008, though.

[Bug fortran/44529] [F03] array allocation with SOURCE

2010-08-29 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2010-08-29 18:05 --- Cf. also PR 45440 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44529

[Bug fortran/44529] [F03] array allocation with SOURCE

2010-06-15 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywo

[Bug fortran/44529] [F03] array allocation with SOURCE

2010-06-13 Thread janus at gcc dot gnu dot org
--- Comment #1 from janus at gcc dot gnu dot org 2010-06-13 21:38 --- (In reply to comment #0) > First example: > > > integer, allocatable :: a(:), b(:) > allocate (a, source = b) > end > > > This is rejected with > > allocate (a, source = b) > 1 > Error: Array specificati