[Bug fortran/87644] [7/8/9 Regression] ICE due to variable named "parameters"

2019-03-11 Thread foreese at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87644 Fritz Reese changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug fortran/87644] [7/8/9 Regression] ICE due to variable named "parameters"

2018-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87644 Richard Biener changed: What|Removed |Added Target Milestone|7.4 |7.5

[Bug fortran/87644] [7/8/9 Regression] ICE due to variable named "parameters"

2018-10-21 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87644 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #

[Bug fortran/87644] [7/8/9 Regression] ICE due to variable named "parameters"

2018-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87644 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug fortran/87644] [7/8/9 Regression] ICE due to variable named "parameters"

2018-10-19 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87644 --- Comment #3 from Tobias Burnus --- Note that most of the variants seem to be handled fine, e.g. the following seems to work; all variants output: 5 and 7. The issue seems to also relate to having the the "parameter..." in the parent scope.

[Bug fortran/87644] [7/8/9 Regression] ICE due to variable named "parameters"

2018-10-19 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87644 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNC