diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2008-04-25 14:35:45 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2008-04-25 14:35:45 +0200 |
commit | e6d8b0c62073785507260be5ab5bb81c74bbf930 (patch) | |
tree | 0c630c92a9a98cfd1fce7be2aea7e05f4d3c29de /gcc | |
parent | 68d154b9d5d7ce8474e5150ee8c155d7143c9866 (diff) | |
download | gcc-e6d8b0c62073785507260be5ab5bb81c74bbf930.zip gcc-e6d8b0c62073785507260be5ab5bb81c74bbf930.tar.gz gcc-e6d8b0c62073785507260be5ab5bb81c74bbf930.tar.bz2 |
* ChangeLog: Fix whitespace.
From-SVN: r134663
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 22 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 |
2 files changed, 15 insertions, 15 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cecb6c5..8e596a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -11,13 +11,13 @@ 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'. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 526adba..ed8cd6e 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 <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. |