[Bug fortran/56852] [4.8/4.9/5 Regression] ICE on invalid: "Bad array reference" for an undeclared loop variable

2015-04-09 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56852 --- Comment #8 from Paul Thomas --- Author: pault Date: Thu Apr 9 19:37:57 2015 New Revision: 221955 URL: https://gcc.gnu.org/viewcvs?rev=221955&root=gcc&view=rev Log: 2013-04-09 Paul Thomas PR fortran/56852 * primary.c (gfc_variabl

[Bug fortran/56852] [4.8/4.9/5 Regression] ICE on invalid: "Bad array reference" for an undeclared loop variable

2015-04-09 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56852 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Assigne

[Bug fortran/56852] [4.8/4.9/5 Regression] ICE on invalid: "Bad array reference" for an undeclared loop variable

2015-02-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56852 --- Comment #6 from Dominique d'Humieres --- > There is a simple fix, may be too big hammer: > ... The patch in comment 3 fixes the ICE, bur breaks many tests (700+) for error: FAIL: gfortran.dg/abstract_type_3.f03 -O (test for errors, line

[Bug fortran/56852] [4.8/4.9/5 Regression] ICE on invalid: "Bad array reference" for an undeclared loop variable

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56852 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #5 from Jakub Jelinek