public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/36666]  New: [4.4 Regression] ICE in process_constraint, at tree-ssa-structalias.c:2573
@ 2008-06-29 13:34 rguenth at gcc dot gnu dot org
  2008-06-29 13:34 ` [Bug tree-optimization/36666] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-06-29 13:34 UTC (permalink / raw)
  To: gcc-bugs

Testcase, reduced from ia64 ada bootstrap failure:

struct Foo {
  int *p;
  struct X {
    int a,b,c,d,e,*f;
  } x;
} *init, *init2;

struct X __attribute__((const)) foo(struct X);

void bar (void)
{
  init->x = foo (init2->x);
}

mine.


-- 
           Summary: [4.4 Regression] ICE in process_constraint, at tree-ssa-
                    structalias.c:2573
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: rguenth at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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

end of thread, other threads:[~2008-07-01 11:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-29 13:34 [Bug tree-optimization/36666] New: [4.4 Regression] ICE in process_constraint, at tree-ssa-structalias.c:2573 rguenth at gcc dot gnu dot org
2008-06-29 13:34 ` [Bug tree-optimization/36666] " rguenth at gcc dot gnu dot org
2008-06-29 14:19 ` rguenth at gcc dot gnu dot org
2008-06-29 15:24 ` dberlin at gcc dot gnu dot org
2008-06-29 15:32 ` rguenther at suse dot de
2008-07-01 11:06 ` rguenth at gcc dot gnu dot org
2008-07-01 11:06 ` rguenth 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).