aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@gcc.gnu.org>2007-10-09 04:41:39 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2007-10-09 04:41:39 +0000
commitb6a04d96c3da192febb727f309d89adcdbc95ee2 (patch)
treec6ec30798f9cf9b2857662c7d4859263dd79b64c /gcc
parent9ddd6f6d94c97a823b928a56591d0b62fd7b1abb (diff)
downloadgcc-b6a04d96c3da192febb727f309d89adcdbc95ee2.zip
gcc-b6a04d96c3da192febb727f309d89adcdbc95ee2.tar.gz
gcc-b6a04d96c3da192febb727f309d89adcdbc95ee2.tar.bz2
Add missing hunk in r129143 check in. Add references to PR 22156.
From-SVN: r129149
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8ec7444..642bd1b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,10 @@
2007-10-08 Alexandre Oliva <aoliva@redhat.com>
+ 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 <geoffk@apple.com>
@@ -85,6 +88,7 @@
2007-10-06 Alexandre Oliva <aoliva@redhat.com>
PR tree-optimization/33655
+ PR middle-end/22156
* tree-sra.c (bitfield_overlaps_p): Handle array and complex
elements.