[Bug c++/93406] New: No argument checking for wchar_t variants of print-like functions

2020-01-23 Thread jerome.h...@planete-sciences.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jerome.h...@planete-sciences.org Target Milestone: --- Hi, There is no output of -Wformat for functions using wchar_t format specifiers. Let the following program

[Bug c++/93406] No argument checking for wchar_t variants of print-like functions

2020-01-24 Thread jerome.h...@planete-sciences.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93406 jerome.h...@planete-sciences.org changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug c/38308] -Wformat does not work for wide strings

2020-01-25 Thread jerome.h...@planete-sciences.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38308 --- Comment #7 from jerome.h...@planete-sciences.org --- I know nothing of the inner workings of gcc, but what I can imagine, is that to check a wchar_t string is easier than a char string, because some encodings may use variable length multibyte