On Sun, Jan 18, 2009 at 1:47 PM, Richard Guenther <rguent...@suse.de> wrote: > On Sun, 18 Jan 2009, H.J. Lu wrote: > >> On Sat, Jan 17, 2009 at 6:23 AM, Richard Guenther <rguent...@suse.de> wrote: >> > >> > A release candidate for GCC 4.3.3 is available from >> > >> > ftp://gcc.gnu.org/pub/gcc/snapshots/4.3.3-RC-20090117/ >> > >> > and shortly its mirrors. It has been generated from SVN revision 143460. >> > >> > The branch is still frozen and all checkins until after the final >> > release of GCC 4.3.3 require explicit RM approval. >> > >> >> Gcc 4.3.3 miscompiled SPEC CPU 2006 on Linux/x86-64: >> >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38905 > > I am testing the following patch. > > Richard. > > 2008-07-11 Richard Guenther <rguent...@suse.de> > > PR tree-optimization/36765 > * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Add > aliases from HEAP vars to SMTs. > > * gcc.c-torture/execute/pr36765.c: New testcase. >
It passed test input. I am running reference input on Linux/x86-64. Thanks. -- H.J.