[Bug fortran/84134] [8 Regression] ICE: Floating point exception
dmalcolm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 30 19:59:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84134
David Malcolm <dmalcolm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2018-01-30
CC| |dmalcolm at gcc dot gnu.org,
| |koenigni at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #1 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Confirmed.
Appears to have started with r248012.
With r248009 I get:
/tmp/dmalcolm/test.f90:3:9:
data (x(i+1:i+2:i),i=0,1) /1,2,3/
1
Error: Nonconstant array section at (1) in DATA statement
With r248012 I get the ICE.
More information about the Gcc-bugs
mailing list