> What is the rationale of
>
> + SUBROUTINE S2
> + USE foo, ONLY: bar ! { dg-bogus "has no ONLY qualifier" }
> + END SUBROUTINEThis explicitly tests that no bogus error message is issued for a use statement that has an only qualifier ?
> What is the rationale of
>
> + SUBROUTINE S2
> + USE foo, ONLY: bar ! { dg-bogus "has no ONLY qualifier" }
> + END SUBROUTINEThis explicitly tests that no bogus error message is issued for a use statement that has an only qualifier ?