https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103371
Paul Thomas <pault at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> ---
This now gives:
pr103371.f90:20:19:
20 | integer(kind=t) :: n
| 1
Error: Function âtâ requires an argument list at (1)
pr103371.f90:24:29:
24 | type(t(t)) :: x = t(t)(t)
| 1
Error: Syntax error in expression at (1)
on the current mainline.
Closing as fixed but will keep on my list of tests during the current PDT
campaign.
Paul