[Bug fortran/80442] Rejects DATA statement with array slice

2017-05-14 Thread koenigni at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80442 Nicolas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/80442] Rejects DATA statement with array slice

2017-05-13 Thread koenigni at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80442 --- Comment #2 from Nicolas Koenig --- Author: koenigni Date: Sat May 13 23:38:36 2017 New Revision: 248012 URL: https://gcc.gnu.org/viewcvs?rev=248012&root=gcc&view=rev Log: 2017-05-09 Nicolas Koenig PR fortran/80442 * arra

[Bug fortran/80442] Rejects DATA statement with array slice

2017-04-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80442 --- Comment #1 from Dominique d'Humieres --- With 4.8 I get the following error pr80442.f90:5.10: data (j(i:i), i=1,4) /1, 2, 3, 4/ 1 Error: Nonconstant array section at (1) in DATA statement The code compiles and runs if I repla

[Bug fortran/80442] Rejects DATA statement with array slice

2017-04-16 Thread koenigni at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80442 Nicolas Koenig changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|