public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/31345]  New: [4.3 Regression] ICE in  in set_value_range, at tree-vrp.c:269
@ 2007-03-25 10:24 tbm at cyrius dot com
  2007-03-25 10:28 ` [Bug tree-optimization/31345] " tbm at cyrius dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tbm at cyrius dot com @ 2007-03-25 10:24 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-03-27  5:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-25 10:24 [Bug tree-optimization/31345] New: [4.3 Regression] ICE in in set_value_range, at tree-vrp.c:269 tbm at cyrius dot com
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

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).