ChangeLog: Fix.
authorUros Bizjak <uros@gcc.gnu.org>
Thu, 3 Jan 2013 18:01:20 +0000 (19:01 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 3 Jan 2013 18:01:20 +0000 (19:01 +0100)
* ChangeLog: Fix.
* testsuite/ChangeLog: Ditto.

From-SVN: r194863

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 740b8ac..bf83a07 100644 (file)
@@ -11,8 +11,7 @@
 
 2013-01-03  Richard Biener  <rguenther@suse.de>
 
-       * tree-data-ref.c (dump_conflict_function): Use less vertical
-       spacing.
+       * tree-data-ref.c (dump_conflict_function): Use less vertical spacing.
        (dump_subscript): Adjust.
        (finalize_ddr_dependent): Do not dump redundant info.
        (analyze_siv_subscript): Adjust.
@@ -31,8 +30,7 @@
        2013-01-02  Richard Biener  <rguenther@suse.de>
 
        * tree-vect-stmts.c (vectorizable_load): When vectorizing an
-       invariant load do not generate a vector load from the scalar
-       location.
+       invariant load do not generate a vector load from the scalar location.
 
 2013-01-03  Richard Biener  <rguenther@suse.de>
 
@@ -79,8 +77,7 @@
        * params.def (PARAM_MAX_VARTRACK_REVERSE_OP_SIZE): New param.
        * var-tracking.c (reverse_op): Don't add reverse ops to
        VALUEs that have already
-       PARAM_VALUE (PARAM_MAX_VARTRACK_REVERSE_OP_SIZE) or longer
-       locs list.
+       PARAM_VALUE (PARAM_MAX_VARTRACK_REVERSE_OP_SIZE) or longer locs list.
 
 2013-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * cfgloop.c (get_loop_location): New function.
        * cfgloop.h (get_loop_location): Declare.
 
-       testsuite/
-       * gcc.dg/tree-ssa/loop-1.c: Update expected dump message.
-       * gcc.dg/tree-ssa/loop-23.c: Ditto.
-       * gcc.dg/tree-ssa/cunroll-1.c: Ditto.
-       * gcc.dg/tree-ssa/cunroll-2.c: Ditto.
-       * gcc.dg/tree-ssa/cunroll-3.c: Ditto.
-       * gcc.dg/tree-ssa/cunroll-4.c: Ditto.
-       * gcc.dg/tree-ssa/cunroll-5.c: Ditto.
-       * gcc.dg/unroll_1.c: Ditto.
-       * gcc.dg/unroll_2.c: Ditto.
-       * gcc.dg/unroll_3.c: Ditto.
-       * gcc.dg/unroll_4.c: Ditto.
-
 2013-01-02  Sriraman Tallam  <tmsriram@google.com>
 
        * config/i386/i386.c (fold_builtin_cpu): Remove unnecessary checks for
 2013-01-02  Richard Biener  <rguenther@suse.de>
 
        * tree-vect-stmts.c (vectorizable_load): When vectorizing an
-       invariant load do not generate a vector load from the scalar
-       location.
+       invariant load do not generate a vector load from the scalar location.
 
 2013-01-02  Richard Biener  <rguenther@suse.de>
 
index 234eeac..53ab558 100644 (file)
        PR tree-optimization/55832
        * gcc.c-torture/compile/pr55832.c: New test.
 
+2013-01-02  Teresa Johnson  <tejohnson@google.com>
+
+       * gcc.dg/tree-ssa/loop-1.c: Update expected dump message.
+       * gcc.dg/tree-ssa/loop-23.c: Ditto.
+       * gcc.dg/tree-ssa/cunroll-1.c: Ditto.
+       * gcc.dg/tree-ssa/cunroll-2.c: Ditto.
+       * gcc.dg/tree-ssa/cunroll-3.c: Ditto.
+       * gcc.dg/tree-ssa/cunroll-4.c: Ditto.
+       * gcc.dg/tree-ssa/cunroll-5.c: Ditto.
+       * gcc.dg/unroll_1.c: Ditto.
+       * gcc.dg/unroll_2.c: Ditto.
+       * gcc.dg/unroll_3.c: Ditto.
+       * gcc.dg/unroll_4.c: Ditto.
+
 2013-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * gcc.dg/pr55430.c: Define MAP_FAILED if not defined.