This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11290] "so large that it is unsigned" gripe #2.
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jun 2003 14:24:23 -0000
- Subject: [Bug c/11290] "so large that it is unsigned" gripe #2.
- References: <20030623103324.11290.i18rabbit@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11290
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|ada |c
Resolution| |INVALID
------- Additional Comments From bangerth at dealii dot org 2003-06-23 14:24 -------
The warning is there to warn you of the potentially wrong code you may
get in some situations. If you don't like it, add the U or L suffixes
to your numbers. That makes your code correct and removes the warning.
W.