From: Andrew Pinski Date: Tue, 29 Aug 2006 03:23:04 +0000 (-0700) Subject: Fix white spaces. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e753d13078bee898cd97c3a29324025ab19b3233;p=gcc.git Fix white spaces. From-SVN: r116550 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b333fe2b1f4..bec73d619ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -244,7 +244,7 @@ to happen before the lhs is possibly cleared. 2006-08-21 Mark Shinwell - + * config/arm/pr-support.c (__gnu_unwind_execute): Insert " + 1" in necessary places to pass the correct "number of registers" values to _Unwind_VRS_Pop. @@ -293,7 +293,7 @@ PR target/28648 c: * tree.c (handle_dll_attribute): Return early if not a - var or function decl. + var or function decl. 2006-08-18 Joseph Myers @@ -587,9 +587,9 @@ 2006-08-07 Victor Kaplansky - PR tree-optimization/26969 - * tree-vect-analyze.c (vect_analyze_loop_form): Add check of latch - with an empty list of PHIs. + PR tree-optimization/26969 + * tree-vect-analyze.c (vect_analyze_loop_form): Add check of latch + with an empty list of PHIs. 2006-08-06 Paolo Bonzini @@ -659,19 +659,19 @@ 2006-08-03 Dorit Nuzman - PR tree-optimization/27770 - * tree-vectorizer.h (get_vectype_for_scalar_type): Function - declaration removed (moved to tree-flow.h). - (vect_can_force_dr_alignment_p): Likewise. - * tree-flow.h (get_vectype_for_scalar_type): New function declaration - (moved from tree-vectorizer.h). - (vect_can_force_dr_alignment_p): Likewise. - * tree-vectorizer.c (vect_print_dump_info): Allow calling this function - from outside the vectorizer - in particular from cgraph stage. - * tree-vect-analyze.c (vect_compute_data_ref_alignment): Don't increase - the alignment of global arrays when -fsection-anchors is enabled. - * cgraphunit.c (cgraph_increase_alignment): New function. - (cgraph_optimize): Call cgraph_increase_alignment. + PR tree-optimization/27770 + * tree-vectorizer.h (get_vectype_for_scalar_type): Function + declaration removed (moved to tree-flow.h). + (vect_can_force_dr_alignment_p): Likewise. + * tree-flow.h (get_vectype_for_scalar_type): New function declaration + (moved from tree-vectorizer.h). + (vect_can_force_dr_alignment_p): Likewise. + * tree-vectorizer.c (vect_print_dump_info): Allow calling this function + from outside the vectorizer - in particular from cgraph stage. + * tree-vect-analyze.c (vect_compute_data_ref_alignment): Don't increase + the alignment of global arrays when -fsection-anchors is enabled. + * cgraphunit.c (cgraph_increase_alignment): New function. + (cgraph_optimize): Call cgraph_increase_alignment. 2006-08-03 David Edelsohn @@ -946,7 +946,7 @@ 2006-07-21 Danny Smith PR target/28427 - * config/i386/cygming.h (MAX_OFILE_ALIGNMENT): Define. + * config/i386/cygming.h (MAX_OFILE_ALIGNMENT): Define. 2006-07-20 Eric Christopher @@ -1017,10 +1017,10 @@ 2006-07-18 Paolo Bonzini - * configure: Regenerate. - * Makefile.in (build_libsubdir): New configure substitution - (build_libobjdir): New variable. - (BUILD_LIBIBERTY): Use it. + * configure: Regenerate. + * Makefile.in (build_libsubdir): New configure substitution + (build_libobjdir): New variable. + (BUILD_LIBIBERTY): Use it. 2006-07-18 Volker Reichelt @@ -2307,9 +2307,9 @@ 2006-06-05 Dorit Nuzman Victor Kaplansky - PR tree-optimization/26360 - * tree-vectorizer.c (destroy_loop_vec_info): Remove (dead) pattern - stmts. + PR tree-optimization/26360 + * tree-vectorizer.c (destroy_loop_vec_info): Remove (dead) pattern + stmts. 2006-06-04 Roger Sayle Andrew Pinski @@ -8489,7 +8489,7 @@ * recog.c (reg_fits_class_p): If cl is NO_REGS, return 0 immediately. * doc/md.texi: Document new constraint-definition mechanism and the C interface it provides. Remove references to old mechanism - elsewhere in the document. + elsewhere in the document. (Machine Constraints): Use pathnames relative to gcc directory, i.e. config/ARCH/FILE. Change i386 section to refer to config/i386/predicates.md; update that section to match docstrings. @@ -9744,7 +9744,7 @@ * c.opt (-Wwrite-strings): Declare variable warn_write_strings. Clarify documentation. * c-common.h (warn_write_strings): Remove. - * c-common.c (warn_write_strings): Likewise. + * c-common.c (warn_write_strings): Likewise. * c-opts.c (c_common_init_options): Enable -Wwrite-strings by default for C++. @@ -10182,9 +10182,9 @@ PR c++/26140 Revert 2006-01-30 Richard Guenther - PR c++/23372 - * gimplify.c (gimplify_target_expr): Handle easy cases - without creating a temporary. + PR c++/23372 + * gimplify.c (gimplify_target_expr): Handle easy cases + without creating a temporary. 2006-02-07 Pete Steinmetz diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8b7eae9dfb9..f16a80171f2 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -19,9 +19,9 @@ 2006-08-27 Lee Millward - PR c++/26573 - * class.c (check_field_decls): Don't issue error about - local classes containing static data members. + PR c++/26573 + * class.c (check_field_decls): Don't issue error about + local classes containing static data members. 2006-08-26 Joseph S. Myers @@ -34,19 +34,19 @@ 2006-08-26 Lee Millward - PR c++/28736 - PR c++/28737 - PR c++/28738 - * pt.c (process_template_parm): Store invalid template - parameters as a TREE_LIST with a TREE_VALUE of error_mark_node. - (push_inline_template_parms_recursive): Check for template - parameters having a TREE_VALUE of error_mark_node rather than - check the parameter itself. - (mangle_class_name_for_template): Likewise. - (comp_template_parms): When comparing the individual template - parameters, return 1 if either is error_mark_node. - (current_template_args): Robustify. - (redeclare_class_template): Likewise. + PR c++/28736 + PR c++/28737 + PR c++/28738 + * pt.c (process_template_parm): Store invalid template + parameters as a TREE_LIST with a TREE_VALUE of error_mark_node. + (push_inline_template_parms_recursive): Check for template + parameters having a TREE_VALUE of error_mark_node rather than + check the parameter itself. + (mangle_class_name_for_template): Likewise. + (comp_template_parms): When comparing the individual template + parameters, return 1 if either is error_mark_node. + (current_template_args): Robustify. + (redeclare_class_template): Likewise. 2006-08-26 Mark Mitchell @@ -465,7 +465,7 @@ * method.c (locate_copy): Check for non_reference returning error_mark_node. - PR c++/28260 + PR c++/28260 * decl.c (duplicate_decls): Return error_mark_node on ambiguous declaration. @@ -1423,8 +1423,8 @@ 2006-03-22 Jason Merrill - * name-lookup.c (push_namespace_with_attribs): Only apply hidden - visibility to anonymous namespaces if HAVE_GAS_HIDDEN. + * name-lookup.c (push_namespace_with_attribs): Only apply hidden + visibility to anonymous namespaces if HAVE_GAS_HIDDEN. 2006-03-21 Jakub Jelinek @@ -1685,7 +1685,7 @@ bad_decls list. (decl_jump_unsafe): Check for error_mark_node types. (check_goto): Don't check cdtor_label. Don't use identify_goto. - * semantics.c (finish_return_stmt): Do check_omp_return before + * semantics.c (finish_return_stmt): Do check_omp_return before converting to cdtor_label goto. 2005-10-21 Richard Henderson @@ -1808,7 +1808,8 @@ * cp-tree.h (OMP_ATOMIC_DEPENDENT_P, OMP_ATOMIC_CODE): New. (finish_omp_clauses, finish_omp_for, finish_omp_atomic): New. * parser.c (cp_parser_omp_clause_copyin): Remove. - (cp_parser_omp_all_clauses): Use cp_parser_omp_var_list instead. Call finish_omp_clauses. + (cp_parser_omp_all_clauses): Use cp_parser_omp_var_list instead. + Call finish_omp_clauses. (cp_parser_omp_clause_if): Don't do error checking here. (cp_parser_omp_clause_num_threads): Likewise. (cp_parser_omp_clause_schedule): Likewise. @@ -2130,31 +2131,31 @@ 2006-02-03 Lee Millward - * typeck.c (string_conv_p): Pass appropiate - OPT_Wxxxx values when calling warning(). - (build_array_ref, cxx_mark_addressable): Likewise. - (check_return_expr): Likewise. + * typeck.c (string_conv_p): Pass appropiate + OPT_Wxxxx values when calling warning(). + (build_array_ref, cxx_mark_addressable): Likewise. + (check_return_expr): Likewise. - * init.c (perform_member_init): Likewise. - (sort_mem_initializers, emit_mem_initializers): Likewise. + * init.c (perform_member_init): Likewise. + (sort_mem_initializers, emit_mem_initializers): Likewise. - * class.c (check_field_decls): Likewise. - (warn_about_ambiguous_bases): Likewise. + * class.c (check_field_decls): Likewise. + (warn_about_ambiguous_bases): Likewise. - * decl.c (pop_label, poplevel): Likewise. - (duplicate_decls, grok_op_properties): Likewise. - (start_preparsed_function, finish_function): Likewise. + * decl.c (pop_label, poplevel): Likewise. + (duplicate_decls, grok_op_properties): Likewise. + (start_preparsed_function, finish_function): Likewise. - * name-lookup.c (pushdecl_maybe_friend): Likewise. - (pushdecl_maybe_friend): Likewise. + * name-lookup.c (pushdecl_maybe_friend): Likewise. + (pushdecl_maybe_friend): Likewise. - * parser.c (cp_parser_warn_min_max): Likewise. - (cp_parser_cast_expression): Likewise. + * parser.c (cp_parser_warn_min_max): Likewise. + (cp_parser_cast_expression): Likewise. - * method.c (lazily_declare_fn): Likewise. - * cvt.c (convert_to_void): Likewise. - * mangle.c (finish_mangling): Likewise. - * cp-gimplify.c (gimplify_expr_stmt): Likewise. + * method.c (lazily_declare_fn): Likewise. + * cvt.c (convert_to_void): Likewise. + * mangle.c (finish_mangling): Likewise. + * cp-gimplify.c (gimplify_expr_stmt): Likewise. 2006-02-03 Mark Mitchell @@ -2738,7 +2739,7 @@ 2005-12-06 Aldy Hernandez - PR C++/24138 + PR C++/24138 * decl.c (reshape_init_array_1): Handle max_index of -1. 2005-12-06 Roger Sayle