[Bug fortran/82970] ICE in vptr_field_get, at fortran/trans-expr.c:264

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Mon Nov 13 20:35:00 GMT 2017


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-11-13
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed from 6.4.0 up to trunk (8.0).

If I replace

   allocate (z, source=(x))

with

    allocate (z(2), source=(x))

compiling the test gives an ICE also for 4.8, 4.9, and 5.


More information about the Gcc-bugs mailing list