[Bug c++/45385] missing -Wconversion for method calls

2011-10-20 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45385 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added CC||manu at gcc

[Bug c++/45385] missing -Wconversion for method calls

2011-10-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45385 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com 2011-10-20 08:27:38 UTC --- Thanks a lot. If I understand correctly this is a regression affecting a very sensible warning which we want to fix for 4.7, at least. We should mark it

[Bug c++/45385] missing -Wconversion for method calls

2011-10-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45385 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|gcc-bugs at gcc dot

[Bug c++/45385] missing -Wconversion for method calls

2010-08-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-08-25 11:12 --- Confirmed, if I make bar() a non class function, we get the warning. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added