* ChangeLog: Fix whitespace.
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 25 Apr 2008 12:35:45 +0000 (14:35 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 25 Apr 2008 12:35:45 +0000 (14:35 +0200)
From-SVN: r134663

gcc/ChangeLog
gcc/testsuite/ChangeLog

index cecb6c50068be489f1d249e271ed4faf14275b5b..8e596a6c016ad1aa4c8beea55299bad8fbdc6667 100644 (file)
 2008-04-24  Nathan Froyd  <froydnj@codesourcery.com>
            Nathan Sidwell  <nathan@codesourcery.com>
 
-        * config/rs6000/rs6000.opt (mspe): Remove Var property.
+       * config/rs6000/rs6000.opt (mspe): Remove Var property.
        (misel): Likewise.
-        * config/rs6000/rs6000.h (rs6000_spe): Declare.
+       * config/rs6000/rs6000.h (rs6000_spe): Declare.
        (rs6000_isel): Likewise.
-        * config/rs6000/rs6000.c (rs6000_spe): New variable.
+       * config/rs6000/rs6000.c (rs6000_spe): New variable.
        (rs6000_isel): New variable.
-        (rs6000_handle_option): Handle OPT_mspe and OPT_misel.
+       (rs6000_handle_option): Handle OPT_mspe and OPT_misel.
 
 2008-04-24  Jakub Jelinek  <jakub@redhat.com>
 
@@ -51,7 +51,7 @@
        the original op1, rather than delta by step.
 
 2008-04-22  Antoniu Pop  <antoniu.pop@gmail.com>
-            Sebastian Pop  <sebastian.pop@amd.com>
+           Sebastian Pop  <sebastian.pop@amd.com>
 
        * tree-parloops.c (take_address_of, eliminate_local_variables_1,
        eliminate_local_variables_stmt, eliminate_local_variables,
@@ -68,7 +68,7 @@
        * tree-cfg.c (gather_blocks_in_sese_region): Extern.
 
 2008-04-24  Ira Rosen  <irar@il.ibm.com>
-       Richard Guenther  <rguenther@suse.de>
+           Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/36034
        * tree-vect-analyze.c (vect_analyze_group_access): SLP is
@@ -80,9 +80,9 @@
        * tree-ssa-propagate.c (fold_predicate_in): Update call to
        vrp_evaluate_conditional.
        * tree-vrp.c (vrp_evaluate_conditional_warnv): Remove.
-        (vrp_evaluate_conditional): Split the cond argument.
-        (vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
-        (simplify_stmt_for_jump_threading): Update call to
+       (vrp_evaluate_conditional): Split the cond argument.
+       (vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
+       (simplify_stmt_for_jump_threading): Update call to
        vrp_evaluate_conditional.
 
 2008-04-24  Ira Rosen  <irar@il.ibm.com>
@@ -93,8 +93,8 @@
 
 2008-04-24  Danny Smith  <dannysmith@users.net>
 
-       * c-format.c (check_format_info_main): Use strncmp rather than a magic prefix
-       to handle multichar length specs.
+       * c-format.c (check_format_info_main): Use strncmp rather than a
+       magic prefix to handle multichar length specs.
        * config/i386/msformat-c.c (format_length_info ms_printf_length_specs):
        Don't prefix "I64" and "I32" with '\0'.
 
index 526adbaad5057816bf084ffff8053dc0e1f4497f..ed8cd6e91489cf1c8734a528985cc1f0e5fafc98 100644 (file)
@@ -10,9 +10,9 @@
        * gcc.dg/ia64-sync-1.c: Add typedef of size_t, for prototype.
        * gcc.dg/ia64-sync-2.c: Likewise.
        * gcc.dg/ia64-sync-3.c: Likewise
-       * gcc.dg/large-size-array.c:  Add check for _WIN64 define.
+       * gcc.dg/large-size-array.c: Add check for _WIN64 define.
        * gcc.dg/large-size-array-3.c: Likewise.
-       * gcc.dg/large-size-array-2.c:  Add x86_64-*-mingw* for ignore error
+       * gcc.dg/large-size-array-2.c: Add x86_64-*-mingw* for ignore error
        check.
        * gcc.dg/large-size-array-4.c: Likewise.
        * gcc.dg/max-1.c: Replace use of long by ssize_t.
@@ -21,7 +21,7 @@
 
        * gcc.dg/lower-subreg-1.c: Skip IA64 platform.
 
-2008-04-24 Steve Ellcey  <sje@cup.hp.com>
+2008-04-24  Steve Ellcey  <sje@cup.hp.com>
 
        * gcc.dg/vect/slp-15.c: Fix scan when vect_int_mult is false.
 
@@ -48,7 +48,7 @@
        * gcc.c-torture/execute/20080424-1.c: New test.
 
 2008-04-24  Ira Rosen  <irar@il.ibm.com>
-       Richard Guenther  <rguenther@suse.de>
+           Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/36034
        * gcc.c-torture/execute/pr36034-1.c: New testcase.