ChangeLog: Add my last entry.
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 6 May 2013 16:22:21 +0000 (18:22 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 6 May 2013 16:22:21 +0000 (18:22 +0200)
* ChangeLog: Add my last entry.
* testsuite/ChangLog: Ditto.

From-SVN: r198634

gcc/ChangeLog
gcc/testsuite/ChangeLog

index def2c1e..fec8b30 100644 (file)
@@ -4,6 +4,12 @@
        * tree-parloops.c (add_field_for_reduction): Handle anonymous
        SSA names properly.
 
+2013-05-06  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/57106
+       * config/i386/i386.c (add_parameter_dependencies): Add dependence
+       between "first_arg" and "insn", not "last" and "insn".
+
 2013-05-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        * gimple-ssa-strength-reduction.c (slsr_process_phi): Re-enable.
index a7ac2db..1062a4e 100644 (file)
@@ -3,6 +3,11 @@
        PR tree-optimization/57185
        * gcc.dg/autopar/pr57185.c: New testcase.
 
+2013-05-06  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/57106
+       * gcc.target/i386/pr57106.c: New test.
+
 2013-05-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        * gcc.dg/tree-ssa/slsr-32.c: Re-enable.