public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/51694] New: [4.7 Regression] ICE while compiling alliance package
@ 2011-12-28 11:06 jakub at gcc dot gnu.org
  2011-12-28 11:09 ` [Bug tree-optimization/51694] " jakub at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-12-28 11:06 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51694
           Summary: [4.7 Regression] ICE while compiling alliance package
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org
                CC: mkuvyrkov@gcc.gnu.org
            Target: x86_64-linux


void
foo (x, fn)
  void (*fn) ();
{
  int a = baz ((void *) 0, x);
  (*fn) (x, 0);
}

void
bar (void)
{
  void *x = 0;
  foo (x);
}

ICEs at -O2 starting with
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181377


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

end of thread, other threads:[~2012-01-08 16:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-28 11:06 [Bug tree-optimization/51694] New: [4.7 Regression] ICE while compiling alliance package jakub at gcc dot gnu.org
2011-12-28 11:09 ` [Bug tree-optimization/51694] " jakub at gcc dot gnu.org
2011-12-28 11:29 ` mkuvyrkov at gcc dot gnu.org
2012-01-04 13:52 ` rguenth at gcc dot gnu.org
2012-01-06 11:47 ` hubicka at gcc dot gnu.org
2012-01-08 16:33 ` hubicka at gcc dot gnu.org
2012-01-08 16:36 ` hubicka at gcc dot gnu.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).