public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/39226]  New: [4.4 Regression] gcc_assert (verify_initial_elim_offsets ()); ICE
@ 2009-02-18  7:55 jakub at gcc dot gnu dot org
  2009-02-18  7:56 ` [Bug target/39226] " jakub at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-02-18  7:55 UTC (permalink / raw)
  To: gcc-bugs

/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -mtune=cell -mminimal-toc" { target { powerpc*-*-* && lp64
} } } */

struct A
{
  char *a;
  unsigned int b : 1;
  unsigned int c : 31;
};

struct B
{
  struct A *d;
};

void
foo (struct B *x, unsigned long y)
{
  if (x->d[y].c)
    return;
  if (x->d[y].b)
    x->d[y].a = 0;
}

ICEs with -m64 -O2 -mtune=cell -mminimal-toc, as elimination offsets change.


-- 
           Summary: [4.4 Regression] gcc_assert (verify_initial_elim_offsets
                    ()); ICE
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: powerpc64-linux


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


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

end of thread, other threads:[~2009-04-01 18:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-18  7:55 [Bug target/39226] New: [4.4 Regression] gcc_assert (verify_initial_elim_offsets ()); ICE jakub at gcc dot gnu dot org
2009-02-18  7:56 ` [Bug target/39226] " jakub at gcc dot gnu dot org
2009-02-18 10:30 ` [Bug target/39226] New: " Andrew Thomas Pinski
2009-02-18 10:30 ` [Bug target/39226] " pinskia at gmail dot com
2009-02-18 12:28 ` jakub at gcc dot gnu dot org
2009-02-18 19:35 ` pinskia at gcc dot gnu dot org
2009-02-18 19:41 ` jakub at gcc dot gnu dot org
2009-02-18 19:42 ` pinskia at gcc dot gnu dot org
2009-02-21 13:08 ` rguenth at gcc dot gnu dot org
2009-03-03 14:25 ` jakub at gcc dot gnu dot org
2009-04-01 16:19 ` [Bug target/39226] [4.4/4.5 " jakub at gcc dot gnu dot org
2009-04-01 16:22 ` jakub at gcc dot gnu dot org
2009-04-01 18:24 ` jakub at gcc dot gnu dot org
2009-04-01 18:25 ` jakub at gcc dot gnu dot org

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