OSDN Git Service

Commit ChangeLog entries.
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Apr 2006 01:33:34 +0000 (01:33 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Apr 2006 01:33:34 +0000 (01:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113168 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cp/ChangeLog

index b506224..7f8cd76 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-21  Eric Christopher  <echristo@apple.com>
+
+       * df-core.c, tree-outof-ssa.c, config/i386/i386.c: Fix typos
+       in comments and function names.
+
 2006-04-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c/25875
@@ -73,7 +78,7 @@
            Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c/26774
-       * stor-layout.c (update_alignment_for_field): Do not align 
+       * stor-layout.c (update_alignment_for_field): Do not align
        ERROR_MARK nodes.
        (place_union_field): Place union field at the start of the union.
        (place_field): Move ERROR_MARK check later, and use the current
@@ -91,7 +96,7 @@
        PR rtl-optimization/14261
        * ifcvt.c (noce_emit_move_insn): Call store_bit_field if the resulting
        move would be an INSV insn.
-       (noce_process_if_block): Don't optimize if the destination is a 
+       (noce_process_if_block): Don't optimize if the destination is a
        ZERO_EXTRACT which can't be handled by noce_emit_move_insn.
 
 2006-04-19  Andreas Krebbel  <krebbel1@de.ibm.com>
 2006-04-18  Devang Patel  <dpatel@apple.com>
 
        * doc/invoke.texi (-Wuninitialized): Clarify -O connection.
-       
+
 2006-04-18  Nick Clifton  <nickc@redhat.com>
 
        * config/sh/t-symbian: Add rule to build sh-c.o
 
 2006-04-18  Andreas Krebbel  <krebbel1@de.ibm.com>
 
-       * builtins.c (expand_builtin_strcmp): Cover label definition of 
+       * builtins.c (expand_builtin_strcmp): Cover label definition of
        do_libcall with HAVE_cmpstrnsi.
 
 2006-04-18  Kazu Hirata  <kazu@codesourcery.com>
        (make_omp_sections_edges): Remove.
        (is_ctrl_altering_stmt): Don't bother checking flag_openmp.
        (move_stmt_r): Handle OMP_CONTINUE.
-       * tree-flow.h (struct omp_region): Move from omp-low.c.  Switch 
+       * tree-flow.h (struct omp_region): Move from omp-low.c.  Switch
        statement pointers to basic blocks.  Add type member.
        (root_omp_region, new_omp_region, free_omp_regions): Declare.
        * tree-gimple.c (is_gimple_stmt): Handle OMP_RETURN, OMP_CONTINUE.
        we're about to assign a vector to it using vec_init_optab.
 
 2006-04-10 Daniel Berlin  <dberlin@dberlin.org>
-       
+
        * tree-ssa-alias.c (lhs_may_store_to): New function.
        (recalculate_used_alone): Handle LHS of calls.
 
        * tree-ssa-loop-niter.c (inverse, number_of_iterations_ne,
        assert_no_overflow_lt, assert_loop_rolls_lt, number_of_iterations_lt,
        number_of_iterations_le, number_of_iterations_cond, find_loop_niter,
-       estimate_numbers_of_iterations_loop): Use build_int_cst instead of 
+       estimate_numbers_of_iterations_loop): Use build_int_cst instead of
        build_int_cst_type.
        * tree-chrec.c (chrec_fold_multiply_poly_poly,
        chrec_fold_multiply): Same.
        (Downloading the source): Refer to SVN instead of CVS.
        Adjust a link to our web site accordingly.
        (Configuration): Fix casing of Bison.
-       (Building): Refer to SVN instead of CVS.  
+       (Building): Refer to SVN instead of CVS.
        Fix a sentence on the use of Bison and remove duplicate (and
        incorrect) version number of Bison requirement.
        Remove one redundant list of packages needed for building.
index 7c1311d..c480ef6 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-21  Eric Christopher  <echristo@apple.com>
+
+       * decl.c: Fix typo in function name.
+
 2006-04-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c++/26558
@@ -30,7 +34,7 @@
        and return.  Return error_mark_node instead of NULL_TREE in more
        places.  Issue errors about function definitions that do not have
        a function declarator.  Check for complete types for all function
-       definitions. 
+       definitions.
        * cp-tree.h (cp_error_declarator): Remove.
        (currently_open_class): Change return type.
        * parser.c (cp_parser_id_expression): Add optional_p parameter.
@@ -47,7 +51,7 @@
        Assume that start_function indicates failure only if it has issued
        an error.
        (cp_parser_omp_var_list_no_open): Adjust calls.
-       
+
 2006-04-17  Janis Johnson  <janis187@us.ibm.com>
 
        PR c++/26114, c++/26115
        * semantics.c (finish_call_expr): Likewise.
        * parser.c (cp_parser_postfix_expression): Likewise.
        * typeck2.c (cxx_incomplete_type_diagnostic): Refer to
-       "incomplete", not "undefined", types. 
+       "incomplete", not "undefined", types.
 
        PR c++/26295
        * decl.c (grokdeclarator): Remove namespace-handling code for
-       pointers-to-members.  
+       pointers-to-members.
        * parser.c (cp_parser_ptr_operator): Check for qualified names
        using namespaces.
 
        PR c++/21581
        * parser.c (cp_parser_declaration): Support attributes on
        anonymous namespaces.
-       * name-lookup.c (push_namespace_with_attribs): Anonymous 
+       * name-lookup.c (push_namespace_with_attribs): Anonymous
        namespaces default to hidden visibility.
 
 2006-03-20  Jason Merrill  <jason@redhat.com>
        (start_preparsed_function): Likewise.
        * cp-tree.h (CP_TYPE_CONTEXT, TYPE_NAMESPACE_SCOPE_P): New macros.
        (TYPE_CLASS_SCOPE_P, TYPE_FUNCTION_SCOPE_P): New macros.
-       * name-lookup.h (struct cp_binding_level): Add has_visibility 
+       * name-lookup.h (struct cp_binding_level): Add has_visibility
        bitfield.
        * name-lookup.c: Include c-pragma.h.
        (push_namespace_with_attribs): Split out from push_namespace.
        Push visibility if appropriate.  Set TREE_PUBLIC on namespaces.
        (leave_scope): Pop visibility if appropriate.
        * decl2.c (determine_visibility_from_class): Split out from...
-       (determine_visibility): ...here.  Handle function scope and 
+       (determine_visibility): ...here.  Handle function scope and
        nested classes.
-       (import_export_decl): Move visibility handling to 
+       (import_export_decl): Move visibility handling to
        determine_visibility_from_class.
        * parser.c (cp_parser_declaration, cp_parser_namespace_name): Allow
        attributes on namespace declarations.
 2006-02-12  Jason Merrill  <jason@redhat.com>
 
        PR c++/24996
-       * except.c (build_throw): Add a CLEANUP_POINT_EXPR inside the 
+       * except.c (build_throw): Add a CLEANUP_POINT_EXPR inside the
        TRY_CATCH_EXPR or MUST_NOT_THROW_EXPR.
 
 2006-02-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        * Make-lang.in (cp-warn): Include CXX_COMPAT_WARN.
        * repo.c (extract_string, afgets): Use cast when converting from
-       void *. 
+       void *.
 
 2006-01-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
 
 2006-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
 
        * call.c (joust): Pass option code to warning.  Use inform for
-       explanation. 
+       explanation.
        * class.c (check_bases): Likewise.
        (maybe_warn_about_overly_private_class): Likewise.
        (check_field_decls): Likewise.
        (pfn_from_ptrmemfunc): Add prototype, make static.
 
 2006-01-24  Dirk Mueller  <dmueller@suse.de>
-       
+
        * typeck.c (build_binary_op): Use OPT_Wfloat_equal in warning().
 
 2006-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c++/10891
        * rtti.c (build_dynamic_cast): Reject dynamic_cast use if
-       -fno-rtti. 
+       -fno-rtti.
 
 2006-01-21  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/25856
        * decl.c (begin_destructor_body): Robustify.
 
-       PR c++/25858 
+       PR c++/25858
        * parser.c (cp_parser_direct_declarator): Robustify.
-       
+
 2006-01-20  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        * parser.c (cp_lexer_next_token_is_keyword): Simplify.