[Bug c/9072] -Wconversion should be split into two distinct flags

2008-02-15 Thread pinskia at gcc dot gnu dot org
--- Comment #21 from pinskia at gcc dot gnu dot org 2008-02-15 20:50 --- *** Bug 35214 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/9072] -Wconversion should be split into two distinct flags

2006-11-23 Thread manu at gcc dot gnu dot org
--- Comment #17 from manu at gcc dot gnu dot org 2006-11-23 18:39 --- Subject: Bug 9072 Author: manu Date: Thu Nov 23 18:39:32 2006 New Revision: 119129 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119129 Log: 2006-11-23 Manuel Lopez-Ibanez [EMAIL PROTECTED] PR

[Bug c/9072] -Wconversion should be split into two distinct flags

2006-11-23 Thread lopezibanez at gmail dot com
--- Comment #18 from lopezibanez at gmail dot com 2006-11-23 18:55 --- I have insufficient privileges to close this bug. Please, someone, close it as FIXED. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9072

[Bug c/9072] -Wconversion should be split into two distinct flags

2006-11-23 Thread pinskia at gcc dot gnu dot org
--- Comment #19 from pinskia at gcc dot gnu dot org 2006-11-23 22:51 --- (In reply to comment #18) I have insufficient privileges to close this bug. Please, someone, close it as FIXED. Thanks. You should be able to use your @gcc.gnu.org account to close the bug report. --

[Bug c/9072] -Wconversion should be split into two distinct flags

2006-07-05 Thread lopezibanez at gmail dot com
--- Comment #14 from lopezibanez at gmail dot com 2006-07-05 11:15 --- Created an attachment (id=11826) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11826action=view) split current functionality of Wconversion in two different options This patch divides the functionality of

[Bug c/9072] -Wconversion should be split into two distinct flags

2006-07-05 Thread lopezibanez at gmail dot com
--- Comment #15 from lopezibanez at gmail dot com 2006-07-05 11:18 --- Created an attachment (id=11827) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11827action=view) Adds a new function which detects when a real value can be exactly represented as an integer. Patch 2of3

[Bug c/9072] -Wconversion should be split into two distinct flags

2006-07-05 Thread lopezibanez at gmail dot com
--- Comment #16 from lopezibanez at gmail dot com 2006-07-05 11:22 --- Created an attachment (id=11828) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11828action=view) detect implicit conversions where a value may change patch 3of3 http://gcc.gnu.org/wiki/Wcoercion#Background

[Bug c/9072] -Wconversion should be split into two distinct flags

2005-03-19 Thread jsm28 at gcc dot gnu dot org
--- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-19 13:34 --- *** Bug 20535 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c/9072] -Wconversion should be split into two distinct flags

2005-03-15 Thread gcc at sopwith dot solgatos dot com
--- Additional Comments From gcc at sopwith dot solgatos dot com 2005-03-15 23:22 --- I observe that gcc -Wconversion generates the exact same warning message for converting from narrow to wide as it does for converting from wide to narrow. Correct me if I'm wrong, but converting from