[Bug fortran/25096] Non-conforming shapes of DATA object and data

2014-01-13 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25096 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/25096] Non-conforming shapes of DATA object and data

2010-09-08 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2010-09-08 18:22 --- (In reply to comment #3) > just a question. why is this illegal ? it is R528 in the section on the data statement of the F2003 standard that suggests this has to be a scalar-structure-component. Not so obvious why, if y

[Bug fortran/25096] Non-conforming shapes of DATA object and data

2010-09-05 Thread bdavis at gcc dot gnu dot org
--- Comment #3 from bdavis at gcc dot gnu dot org 2010-09-05 18:56 --- just a question. why is this illegal ? it takes 8 values to initialize... --bud -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25096

[Bug fortran/25096] Non-conforming shapes of DATA object and data

2008-12-05 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2008-12-05 16:26 --- still fails with 4.4 -- jv244 at cam dot ac dot uk changed: What|Removed |Added Last reconfirmed|200

[Bug fortran/25096] Non-conforming shapes of DATA object and data

2006-06-04 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2006-06-04 09:38 --- g95 emits a hard error on this one, while Intel accept it. $ g95 a.f90 In file a.f90:5 DATA (D(i)%I,i=1,4) /8*0/ 1 Error: Array section not allowed in DATA statement at (1) -- fxcoudert at gcc dot g