public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/16827] [3.5 Regression] nternal compiler error while compiling kernel 2.6.8-rc2-bk5
Date: Fri, 30 Jul 2004 04:47:00 -0000	[thread overview]
Message-ID: <20040730044751.23360.qmail@sourceware.org> (raw)
In-Reply-To: <20040730030824.16827.trentalg@aston.ac.uk>


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-30 04:47 -------
Confirmed, reduced to (which no longer looks like the orginal code but is still the same ICE):
extern unsigned short dev_roles[];
void super_1_sync(int *rdev2)
{
 int i;
 int max_dev = 0;

 for (i =0;i<20;i++)
  if (rdev2[i] > max_dev)
   max_dev = rdev2[i];

 for (i=0; i<max_dev;i++)
  dev_roles[max_dev] = 0xfffe;

}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c                           |tree-optimization
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-30 04:47:49
               date|                            |
            Summary|gcc 3.5.0 20040715: internal|[3.5 Regression] nternal
                   |compiler error while        |compiler error while
                   |compiling kernel 2.6.8-rc2- |compiling kernel 2.6.8-rc2-
                   |bk5                         |bk5
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16827


  parent reply	other threads:[~2004-07-30  4:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-30  3:08 [Bug c/16827] New: gcc 3.5.0 20040715: internal " trentalg at aston dot ac dot uk
2004-07-30  3:12 ` [Bug c/16827] " trentalg at aston dot ac dot uk
2004-07-30  4:47 ` pinskia at gcc dot gnu dot org [this message]
2004-07-30  4:49 ` [Bug tree-optimization/16827] [3.5 Regression] nternal " pinskia at gcc dot gnu dot org
2004-07-30  4:50 ` pinskia at gcc dot gnu dot org
2004-07-30 11:49 ` rakdver at gcc dot gnu dot org
2004-07-30 21:51 ` pinskia at gcc dot gnu dot org

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=20040730044751.23360.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).