On Thu, Nov 28, 2013 at 11:14:45AM -0800, H.J. Lu wrote: > On Thu, Nov 28, 2013 at 6:49 AM, Richard Biener <rguent...@suse.de> wrote: > > > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. > > > > Richard. > > > > 2013-11-28 Richard Biener <rguent...@suse.de> > > > > PR tree-optimization/59330 > > * tree-ssa-dce.c (eliminate_unnecessary_stmts): Simplify > > and fix delayed marking of free calls not necessary. > > > > * gcc.dg/torture/pr59330.c: New testcase. > > > > This caused: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59334
It even breaks bootstrap on i686-linux --enable-checking=yes,rtl , because insn-recog.c compilation during stage3 eats more memory than can fit into 32-bit address space. Jakub