This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/9072] -Wconversion should be split into two distinct flags
- From: "lopezibanez at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jul 2006 11:22:11 -0000
- Subject: [Bug c/9072] -Wconversion should be split into two distinct flags
- References: <bug-9072-1672@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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=11828&action=view)
detect implicit conversions where a value may change
patch 3of3 http://gcc.gnu.org/wiki/Wcoercion#Background
Detect implicit conversions where a value may change by narrowing, loss of
precision or change of sign when passing arguments and in assignments. It
includes testcases.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9072