[Bug fortran/71745] upper array bound huge(i) on 32-bit systems

2018-02-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71745 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/71745] upper array bound huge(i) on 32-bit systems

2016-07-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71745 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/71745] upper array bound huge(i) on 32-bit systems

2016-07-03 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71745 --- Comment #1 from Thomas Koenig --- Just checked with recent trunk, same error. Dump looks interesting, the assignment statement is converted to an endless loop: { integer(kind=4) S.0; S.0 = 2147483645; while (1) {