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:16:00 -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 #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=11826&action=view)
split current functionality of Wconversion in two different options
This patch divides the functionality of Wconversion into two additional warning
options Wtradtional-conversion and Wcoercion as part of the Wcoercion project
(
http://gcc.gnu.org/wiki/Wcoercion#Background ). These are added for the sake of
clarity (in order to distinguish them from the current Wconversion) and during
the development phase and they are not meant to be the final form that the
options will take.
Bootstrapped and tested in i686-pc-linux-gnu for trunk revision 115112.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9072