Re: [PATCH] PR c++/69523 make -Wliteral-suffix control warning

2017-02-17 Thread Jason Merrill
OK. On Fri, Feb 17, 2017 at 7:59 AM, Jonathan Wakely wrote: > Currently there's no way to disable the warning about literal suffix > identifiers that use reserved names. This patch from Eric makes it > depend on the existing -Wliteral-suffix option. Currently that > controls warnings when encount

[PATCH] PR c++/69523 make -Wliteral-suffix control warning

2017-02-17 Thread Jonathan Wakely
Currently there's no way to disable the warning about literal suffix identifiers that use reserved names. This patch from Eric makes it depend on the existing -Wliteral-suffix option. Currently that controls warnings when encountering string literals concatenated with macros, such as "%"PRIu32, wh