[Bug fortran/50376] pure procedure allows assignment to iterator variable in array constructor

2013-07-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50376 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED

[Bug fortran/50376] pure procedure allows assignment to iterator variable in array constructor

2013-07-14 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50376 --- Comment #2 from Vittorio Zecca zeccav at gmail dot com --- I believe this has been fixed in gfortran 4.8.1

[Bug fortran/50376] pure procedure allows assignment to iterator variable in array constructor

2011-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50376 --- Comment #1 from Tobias Burnus burnus at gcc dot gnu.org 2011-09-13 09:54:27 UTC --- The constraint leading the rejection is the following (C1283) - though having a variable in as ac-do-variable is something different (cf. 16.4). Other