https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121728
--- Comment #2 from anlauf at gcc dot gnu.org --- (In reply to anlauf from comment #1) > Adding 'implicit none' leads to proper rejection of the testcase: > > pr121728.f90:8:12: > > 8 | type(t(n)) :: z > | 1 > Fatal Error: n at (1) has no default type ... but only if *not* running under valgrind (where the issue persists).
