https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64980
Mikael Morin changed:
What|Removed |Added
CC||mikael at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64980
Dominique d'Humieres changed:
What|Removed |Added
CC||edlinger at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64980
--- Comment #2 from janus at gcc dot gnu.org ---
Slightly further reduced:
implicit none
type :: muli_trapezium_t
integer::dim=0
end type
type, extends (muli_trapezium_t) :: muli_trapezium_node_class_t
end type
class(muli_tra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64980
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||ice-on-valid-code