This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14259] comparison is always true due to limited range of data type
- From: "hans dot buchmann at fhso dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Feb 2004 15:22:03 -0000
- Subject: [Bug c/14259] comparison is always true due to limited range of data type
- References: <20040223135722.14259.hans.buchmann@fhso.ch>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From hans dot buchmann at fhso dot ch 2004-02-23 15:22 -------
> which is the case for the comparison on the left hand side of
> the && expression.
got it ('\0'<=ch) && (ch<' ') <--> (ch<' ')
Thank you
Hans
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14259