This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch]: Fix bootstrap/PR 25502: I64d format Werror problem in build


On Mon, 8 Sep 2008, Kai Tietz wrote:

> +Disables the warnings about none-ISO @code{printf} / @code{scanf} format

"non-ISO", not "none-ISO".

> +width specifiers @code{I32}, @code{I64}, and @code{I} used in windows targets

"on Windows", not "in windows".

> +depending on the ms runtime, when you are using the option @option{-std=}

"MS", not "ms".

> +set an ISO standard without gnu-extensions, or the options @option{-Wformat}
> +and @option{-pedantic}.

This has nothing to do with -std, only -Wformat -pedantic.

The patch still lacks testcases for the new option.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]