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
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'
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