public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Steve Dondley" <s@dondley.com>
To: <gcc-help@gcc.gnu.org>
Subject: Bug with unsigned int data type?
Date: Sun, 13 Oct 2002 07:24:00 -0000	[thread overview]
Message-ID: <FAECKOGIHAIBBPKBOKGNKEDLDOAA.s@dondley.com> (raw)

Hi,

The following two lines...

unsigned int n;
n = 2147483648;

...generate a "decimal constant is so large thst it is unsigned" warning.
Shouldn't the declaration of the integer as unsigned avoid this warning?
I'm using gcc version 2.95.4 on an Intel 32 bit machine.

Thanks.


             reply	other threads:[~2002-10-13 14:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-13  7:24 Steve Dondley [this message]
2002-10-13  8:06 ` bjorn rohde jensen
2002-10-13  8:18 Moore, Mathew L

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FAECKOGIHAIBBPKBOKGNKEDLDOAA.s@dondley.com \
    --to=s@dondley.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).