public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Neil Booth <neil@daikokuya.demon.co.uk>
To: jsm28@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: c/2454
Date: Wed, 06 Jun 2001 13:26:00 -0000	[thread overview]
Message-ID: <20010606202601.15657.qmail@sourceware.cygnus.com> (raw)

The following reply was made to PR c/2454; it has been noted by GNATS.

From: Neil Booth <neil@daikokuya.demon.co.uk>
To: jsm28@gcc.gnu.org
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c/2454
Date: Wed, 6 Jun 2001 21:16:44 +0100

 jsm28@gcc.gnu.org wrote:-
 
 >      Confirmed as a bug, and a regression from 2.95.  A small
 >      testcase is
 >      
 >      static int i;
 >      
 >      int
 >      main (void)
 >      {
 >        i = -1;
 >        switch((signed char) i) {
 >        case 255:
 >          abort ();
 >        default:
 >          exit (0);
 >        }
 >      }
 
 Ugh.  These signedness-of-less-than-int issues seem to be endless.
 
 Neil.


             reply	other threads:[~2001-06-06 13:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-06 13:26 Neil Booth [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-04-28 10:16 c/2454 jakub
2003-01-25 16:06 c/2454 ebotcazou
2002-07-10 18:26 c/2454 sayle
2001-12-23 15:56 c/2454 jsm28
2001-06-06 13:36 c/2454 Joseph S. Myers
2001-06-06 10:06 c/2454 jsm28
2001-06-05 14:36 c/2454 jsm28

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=20010606202601.15657.qmail@sourceware.cygnus.com \
    --to=neil@daikokuya.demon.co.uk \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=jsm28@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).