public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tbm at cyrius dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/31345]  New: [4.3 Regression] ICE in  in set_value_range, at tree-vrp.c:269
Date: Sun, 25 Mar 2007 10:24:00 -0000	[thread overview]
Message-ID: <bug-31345-12387@http.gcc.gnu.org/bugzilla/> (raw)

Hi Ian,

Your fix for PR31034 worked for 18 out of 20 affected applications in Debian,
but there are 2 applications that still exhibit a related ICE:

tbm@coconut0:~$ /usr/lib/gcc-snapshot/bin/gcc -c -O2 qdbm-depot.c
qdbm-depot.c: In function 'dpsnaffle':
qdbm-depot.c:2: internal compiler error: in set_value_range, at tree-vrp.c:269
Please submit a full bug report,
with preprocessed source if appropriate.

Test case:
dpsnaffle (const char *kbuf)
{
  int hash, thash, head[2], off;
    {
      int _DP_i;
      (hash) = 19780211;
        {
          (hash) = (hash) + (kbuf)[_DP_i];
        }
      (hash) = ((hash) * 43321879) & 0x7FFFFFFF;
    }
  while (off != 0)
    {
      if (hash > thash) {}
      else if (hash < thash)
        {
          off = head[2];
        }
    }
}


-- 
           Summary: [4.3 Regression] ICE in  in set_value_range, at tree-
                    vrp.c:269
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com


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


             reply	other threads:[~2007-03-25 10:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-25 10:24 tbm at cyrius dot com [this message]
2007-03-25 10:28 ` [Bug tree-optimization/31345] " tbm at cyrius dot com
2007-03-25 11:38 ` rguenth at gcc dot gnu dot org
2007-03-25 16:41 ` [Bug tree-optimization/31345] [4.3 Regression] ICE " pinskia at gcc dot gnu dot org
2007-03-26 16:57 ` ian at airs dot com
2007-03-26 17:27 ` ian at airs dot com
2007-03-26 21:44 ` ian at gcc dot gnu dot org
2007-03-27  5:47 ` ian at gcc dot gnu dot org
2007-03-27  5:57 ` ian at airs dot com

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=bug-31345-12387@http.gcc.gnu.org/bugzilla/ \
    --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).