From: Uros Bizjak Date: Fri, 25 Apr 2008 12:35:45 +0000 (+0200) Subject: * ChangeLog: Fix whitespace. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6d8b0c62073785507260be5ab5bb81c74bbf930;p=gcc.git * ChangeLog: Fix whitespace. From-SVN: r134663 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cecb6c50068..8e596a6c016 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -11,13 +11,13 @@ 2008-04-24 Nathan Froyd Nathan Sidwell - * 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 @@ -51,7 +51,7 @@ the original op1, rather than delta by step. 2008-04-22 Antoniu Pop - Sebastian Pop + Sebastian Pop * 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 - Richard Guenther + Richard Guenther 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 @@ -93,8 +93,8 @@ 2008-04-24 Danny Smith - * 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'. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 526adbaad50..ed8cd6e9148 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 +2008-04-24 Steve Ellcey * 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 - Richard Guenther + Richard Guenther PR tree-optimization/36034 * gcc.c-torture/execute/pr36034-1.c: New testcase.