This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]