[Bug c++/41779] Wconversion cannot see throught real*integer promotions

2010-02-23 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41779

[Bug c++/41779] Wconversion cannot see throught real*integer promotions

2010-02-19 Thread manu at gcc dot gnu dot org
--- Comment #4 from manu at gcc dot gnu dot org 2010-02-19 21:12 --- Subject: Bug 41779 Author: manu Date: Fri Feb 19 21:12:09 2010 New Revision: 156911 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=156911 Log: 2010-02-19 Manuel López-Ibáñez m...@gcc.gnu.org PR

[Bug c++/41779] Wconversion cannot see throught real*integer promotions

2010-02-19 Thread manu at gcc dot gnu dot org
--- Comment #5 from manu at gcc dot gnu dot org 2010-02-19 21:14 --- FIXED in GCC 4.5 -- manu at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug c++/41779] Wconversion cannot see throught real*integer promotions

2010-02-14 Thread manu at gcc dot gnu dot org
--- Comment #3 from manu at gcc dot gnu dot org 2010-02-14 20:28 --- I think this is a bug in Wconversion. It should be able to see through promotions that the conversion cannot lead to a change of value. -- manu at gcc dot gnu dot org changed: What|Removed