summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2012-09-20 17:02:40 +0000
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>2012-09-20 17:02:40 +0000
commit66604282871cfc405d5e259e1d8722fc36588af4 (patch)
tree2b978ae6eb0d059f819df9658163c390a0459c0e /gcc/ChangeLog
parent4f1f0b5987a89e23cce87a431bef385e4d8153a8 (diff)
downloadgcc-66604282871cfc405d5e259e1d8722fc36588af4.tar.gz
Don't cast XNEWVEC's result.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191580 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cc31d346ebf..f2d74a8cd91 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2012-09-20 Marek Polacek <polacek@redhat.com>
+
+ * tree-ssa-threadupdate.c (mark_threaded_blocks): Don't cast XNEWVEC's
+ result.
+ (create_edge_and_update_destination_phis): Likewise.
+
2012-09-20 Martin Jambor <mjambor@suse.cz>
* function.c (push_cfun): Check old current_function_decl matches