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.

Reply via email to