This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/17720] Grammatical error in C warning
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Sep 2004 08:16:25 -0000
- Subject: [Bug c/17720] Grammatical error in C warning
- References: <20040929044738.17720.bje@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schwab at suse dot de 2004-09-29 08:16 -------
IMHO "differ in sign" would be wrong. It's not the sign (plus or minus) that
matters, but whether the sign bit exists at all. Even the C standard talks
about signedness of types (6.2.5#8).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17720