[Bug fortran/79311] ICE in generate_finalization_wrapper, at fortran/class.c:1992

2017-02-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79311 --- Comment #4 from Dominique d'Humieres --- Reduced test: module tensor_recursive implicit none type, public:: tens_signature_t contains final:: tens_signature_dtor end type tens_signature_t

[Bug fortran/79311] ICE in generate_finalization_wrapper, at fortran/class.c:1992

2017-02-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79311 Dominique d'Humieres changed: What|Removed |Added Blocks||37336 --- Comment #3 from Dominiq

[Bug fortran/79311] ICE in generate_finalization_wrapper, at fortran/class.c:1992

2017-02-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79311 --- Comment #2 from Dominique d'Humieres --- The ICE disappears if I comment the two lines final:: tens_signature_dtor!dtor but not the line final:: tens_header_dtor

[Bug fortran/79311] ICE in generate_finalization_wrapper, at fortran/class.c:1992

2017-02-01 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79311 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|