[Bug c++/60434] False -Wformat warnings about %lld and %Lf are given on Windows

2014-03-06 Thread egor_suvorov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60434 --- Comment #3 from Egor Suvorov --- Yes, here is result both with C++03 and with C++11 (they're absolutely the same): a.cpp: In function 'int main()': a.cpp:5:19: warning: format '%f' expects argument of type 'double', but argument 2 has type 'l

[Bug c++/60434] False -Wformat warnings about %lld and %Lf are given on Windows

2014-03-06 Thread egor_suvorov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60434 --- Comment #2 from Egor Suvorov --- Created attachment 32283 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32283&action=edit Output of gcc with '-v -save-temps -std=c++11 -Wformat'

[Bug c++/60434] False -Wformat warnings about %lld and %Lf are given on Windows

2014-03-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60434 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1