[Bug fortran/87430] [7/8/9 Regression] ICE in fortran/trans-types.c:1157
janus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 25 15:04:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87430
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic,
| |ice-on-invalid-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2018-09-25
CC| |janus at gcc dot gnu.org
Target Milestone|--- |7.4
Summary|ICE in |[7/8/9 Regression] ICE in
|fortran/trans-types.c:1157 |fortran/trans-types.c:1157
Ever confirmed|0 |1
--- Comment #1 from janus at gcc dot gnu.org ---
Confirmed. Note that this is a regression: gfortran 6.4 says ...
do i=2, size(elements)
1
Error: Symbol ‘i’ at (1) has no IMPLICIT type
... while 7.3 and upwards shows the ICE.
More information about the Gcc-bugs
mailing list