https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601
--- Comment #4 from zmi ---
ok, my fault)
ice on allocatable type only
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601
--- Comment #3 from Dominique d'Humieres ---
> and this one?
> ...
It gives
call concrete % run()
internal compiler error: in fold_convert_loc, at fold-const.c:2256
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601
--- Comment #2 from zmi ---
and this one?
programtest
use concrete_type_module
implicit none
type(concrete_type), allocatable :: concrete
allocate(concrete)
call concrete % init()
call concrete % run()
end program test
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|