https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108925

--- Comment #3 from Mikael Morin <mikael at gcc dot gnu.org> ---
(In reply to anlauf from comment #2)
> The attachment in pr68800 may serve as a starting point:
> 
> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36964

Thanks, reduced:

MODULE m
  TYPE :: a
  END TYPE
END MODULE

  USE m
END

Reply via email to