]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ChangeLog
re PR tree-optimization/33655 (ICE in bitfield_overlaps_p, at tree-sra.c:2901)
[thirdparty/gcc.git] / gcc / ChangeLog
index f3f200b47f28d7a16a53f479072e1ef9c7b28f50..03230d1eebe396acc3b5b7f0abd8500fe32d1954 100644 (file)
@@ -1,3 +1,16 @@
+2007-10-09  James E. Wilson  <wilson@specifix.com>
+
+       PR tree-optimization/33655
+       PR middle-end/22156
+       * tree-sra.c (bitfield_overlaps_p): When fld->element is INTEGER_CST,
+       convert it to bitsizetype before size_binop call.
+
+2007-10-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR tree-optimization/33572
+       * tree-inline.c (update_ssa_across_abnormal_edges): Tolerate
+       the absence of a corresponding edge from the exit block.
+
 2007-10-09  Alexandre Oliva  <aoliva@redhat.com>
 
        PR middle-end/22156