https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84135

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 #2 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Confirmed.

Appears to have started with r248012.

With r248009 I get:

f951.248009: Warning: Reading file ‘/tmp/dmalcolm/test.f90’ as free form
/tmp/dmalcolm/test.f90:4:9:

    data (x(i:i+2:i+1), i=1,2) /1,2,3/
         1
Error: Nonconstant array section at (1) in DATA statement

With r248012 I get the ICE.

Reply via email to