[Bug fortran/34640] ICE when assigning item of a derived-component to a pointer

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Tue Sep 12 09:26:00 GMT 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #41 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Most of the tests give an ICE after r251949:

pr34640.f90:32:0:

     values => d(:)%value

internal compiler error: Segmentation fault: 11

pr34640_5.f90:1:0:

 type var_tables

internal compiler error: Segmentation fault: 11

These ICEs were fixed by the latest patch in the mailing list.


More information about the Gcc-bugs mailing list