[PATCH, Fortran] PR61234: -Wuse-no-only

Jakub Jelinek jakub@redhat.com
Fri May 30 09:20:00 GMT 2014


On Fri, May 30, 2014 at 08:03:45AM +0000, VandeVondele  Joost wrote:
> +@item -Wuse-no-only
> +@opindex @code{Wuse-no-only}
> +@cindex warnings, use statements
> +@cindex intrinsic
> +Warn if a use statement has no only qualifier and thus implicitly imports
> +all public entities of the used module.
> +This option is implied by @option{-Wall}.

I think it is really weird if a coding style warning is included in -Wall.

	Jakub



More information about the Gcc-patches mailing list