public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/26169]  New: [4.2 Regression] ICE in duplicate_ssa_name
@ 2006-02-08  4:17 pinskia at gcc dot gnu dot org
  2006-02-08  4:20 ` [Bug tree-optimization/26169] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-08  4:17 UTC (permalink / raw)
  To: gcc-bugs

Reduced Testcase:
static int unit_cache[3];
void find_unit_1 (int n, int do_create)
{
  int *p;
  int c, created = 0;
  if (p == 0)
    if (do_create)
      created = 1;
  for (c = 0; c < 2; c++)
    unit_cache[c] = unit_cache[c + 1];
  if (created)
    dec_waiting_unlocked (p);
}


-- 
           Summary: [4.2 Regression] ICE in duplicate_ssa_name
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, build
          Severity: blocker
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-02-08 17:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-08  4:17 [Bug tree-optimization/26169] New: [4.2 Regression] ICE in duplicate_ssa_name pinskia at gcc dot gnu dot org
2006-02-08  4:20 ` [Bug tree-optimization/26169] " pinskia at gcc dot gnu dot org
2006-02-08  4:22 ` pinskia at gcc dot gnu dot org
2006-02-08  7:55 ` law at redhat dot com
2006-02-08 12:43 ` pinskia at gcc dot gnu dot org
2006-02-08 16:10 ` uweigand at gcc dot gnu dot org
2006-02-08 16:55 ` law at redhat dot com
2006-02-08 17:46 ` law at redhat dot com
2006-02-08 17:47 ` law at redhat 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).