* testsuite/ChangeLog: Add missing entry.

From-SVN: r143751
This commit is contained in:
Uros Bizjak 2009-01-29 09:49:14 +01:00
parent 5292c0337d
commit d748c4062c
2 changed files with 11 additions and 5 deletions

View File

@ -80,10 +80,10 @@
Revert
2008-08-21 Richard Guenther <rguenther@suse.de>
* tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
a PHI ask VN if it is already available.
* tree-ssa-sccvn.h (vn_phi_lookup): Declare.
* tree-ssa-sccvn.c (vn_phi_lookup): Export.
* tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
a PHI ask VN if it is already available.
* tree-ssa-sccvn.h (vn_phi_lookup): Declare.
* tree-ssa-sccvn.c (vn_phi_lookup): Export.
2009-01-28 Jakub Jelinek <jakub@redhat.com>
@ -134,7 +134,7 @@
(compute_points_to_sets): Do not remove GIMPLE_CHANGE_DYNAMIC_TYPE
statements.
2009-01-27 Uros Bizjak <ubizjak@gmail.com>
2009-01-27 Uros Bizjak <ubizjak@gmail.com>
PR middle-end/38969
* calls.c (initialize_argument_information): Do not wrap complex

View File

@ -33,6 +33,12 @@
PR tree-optimization/38984
* gcc.dg/pr38984.c: New XFAILed testcase.
2009-01-28 Uros Bizjak <ubizjak@gmail.com>
PR target/38988
* gcc.target/i386/pr38988.c: New test.
2009-01-27 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/37554