From: rguenth Date: Fri, 19 Mar 2010 10:18:25 +0000 (+0000) Subject: 2010-03-19 Richard Guenther X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=a39354bc7c81c8b3e1164a4002df87607c8fda9e;ds=sidebyside 2010-03-19 Richard Guenther PR tree-optimization/43415 * tree-ssa-pre.c (phi_translate): Split out worker to ... (phi_translate_1): ... this. (phi_translate): Move all caching here. Cache all NARY and REFERENCE translations. * gcc.c-torture/compile/pr43415.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157562 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b59a4daf22a..ce98eb4f594 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2010-03-19 Richard Guenther + + PR tree-optimization/43415 + * tree-ssa-pre.c (phi_translate): Split out worker to ... + (phi_translate_1): ... this. + (phi_translate): Move all caching here. Cache all NARY + and REFERENCE translations. + 2010-03-19 David S. Miller With help from Eric Botcazou. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7d5b8d0eb50..09f644d2e7f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-03-19 Richard Guenther + + PR tree-optimization/43415 + * gcc.c-torture/compile/pr43415.c: New testcase. + 2010-03-19 Eric Botcazou PR ada/43106