https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82866
G. Steinmetz <gs...@t-online.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |82173 --- Comment #1 from G. Steinmetz <gs...@t-online.de> --- More testfiles (invalid) : $ cat z2.f90 module m type t(*, *) end type end $ cat z3.f90 module m type t(*, a) end type end $ cat z4.f90 subroutine s type t(*) end type end $ cat z5.f90 subroutine s type t(*, a) end type end $ cat z6.f90 module m type t(*, a, *) end type end $ cat z6s.f90 subroutine s type t(*, a, *) end type end Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82173 [Bug 82173] [meta-bug] Parameterized derived type errors