[Bug fortran/66366] ICE on invalid with non-allocatable CLASS variable [OOP]

2015-06-22 Thread abensonca at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66366 --- Comment #3 from Andrew Benson abensonca at gmail dot com --- Note the name conflict between: type :: spsf and type(h5) :: spsf in the previous comment. Changing the name of either to make them distinct removes the ICE.

[Bug fortran/66366] ICE on invalid with non-allocatable CLASS variable [OOP]

2015-06-22 Thread abensonca at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66366 --- Comment #2 from Andrew Benson abensonca at gmail dot com --- This reduced test case produces an ICE with similar backtrace, although it doesn't share the problem of having a non-allocatable/pointer CLASS variable (as far as I can tell):

[Bug fortran/66366] ICE on invalid with non-allocatable CLASS variable [OOP]

2015-06-03 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66366 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Keywords|