From: Alexandre Oliva Date: Tue, 9 Oct 2007 04:41:39 +0000 (+0000) Subject: Add missing hunk in r129143 check in. Add references to PR 22156. X-Git-Tag: releases/gcc-4.3.0~2151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6a04d96c3da192febb727f309d89adcdbc95ee2;p=thirdparty%2Fgcc.git Add missing hunk in r129143 check in. Add references to PR 22156. From-SVN: r129149 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ec74446b0dd..642bd1ba63cd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,10 @@ 2007-10-08 Alexandre Oliva + PR middle-end/22156 * tree-sra.c (scalarize_lsdt): Fix thinko in testing whether the original stmt can throw. + (sra_build_bf_assignment): Fix type mismatch when applying negated + mask. 2007-10-08 Geoffrey Keating @@ -85,6 +88,7 @@ 2007-10-06 Alexandre Oliva PR tree-optimization/33655 + PR middle-end/22156 * tree-sra.c (bitfield_overlaps_p): Handle array and complex elements.