[Bug fortran/30792] DATA implied-do substring allowed with -std=f95/f2003

2018-02-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30792 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/30792] DATA implied-do substring allowed with -std=f95/f2003

2018-02-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30792 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Feb 24 20:24:27 2018 New Revision: 257964 URL: https://gcc.gnu.org/viewcvs?rev=257964&root=gcc&view=rev Log: 2018-02-24 Steven G. Kargl PR fortran/30792 *

[Bug fortran/30792] DATA implied-do substring allowed with -std=f95/f2003

2018-02-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30792 --- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Feb 24 17:51:09 2018 New Revision: 257963 URL: https://gcc.gnu.org/viewcvs?rev=257963&root=gcc&view=rev Log: 2018-02-24 Steven G. Kargl PR fortran/30792 *

[Bug fortran/30792] DATA implied-do substring allowed with -std=f95/f2003

2018-02-24 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30792 --- Comment #4 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Feb 24 17:22:10 2018 New Revision: 257962 URL: https://gcc.gnu.org/viewcvs?rev=257962&root=gcc&view=rev Log: 2018-02-24 Steven G. Kargl PR fortran/30792 *

[Bug fortran/30792] DATA implied-do substring allowed with -std=f95/f2003

2018-02-23 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30792 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/30792] DATA implied-do substring allowed with -std=f95/f2003

2016-04-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30792 --- Comment #3 from Dominique d'Humieres --- Still present at revision r234859.

[Bug fortran/30792] DATA implied-do substring allowed with -std=f95/f2003

2007-06-23 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-06-23 13:53 --- Also the following is not allowed: data (string,i=1,1)/'hello'/ or data (string,i=1,2)/'hello','foo'/ For the second, ifort -stand f95: Warning: Overlapping storage initializations encountered with STRING For both:

[Bug fortran/30792] DATA implied-do substring allowed with -std=f95/f2003

2007-06-23 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-06-23 07:34 --- R527 data-implied-do is ( data-i-do-object-list , data-i-do-variable = scalar-int-expr, scalar-int-expr [ , scalar-int-expr ] ) R528 data-i-do-object is array-element or scal

[Bug fortran/30792] DATA implied-do substring allowed with -std=f95/f2003

2007-04-17 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon