]> git.ipfire.org Git - thirdparty/gcc.git/commit
decl2.c (lang_decode_option): Set default line-wrap length to 72.
authorGabriel Dos Reis <gdr@codesourcery.com>
Wed, 19 Jan 2000 11:34:03 +0000 (11:34 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 19 Jan 2000 11:34:03 +0000 (11:34 +0000)
commit7e4d78983814fad9db308ee7d2ee7d37b474a6aa
tree39d690fa49b58adbe5cc191ca1489e019ef30672
parentcfef86e454ad355db3353810ae981bf6a646a04b
decl2.c (lang_decode_option): Set default line-wrap length to 72.

2000-01-19  Gabriel Dos Reis  <gdr@codesourcery>

        * decl2.c (lang_decode_option): Set default line-wrap length to 72.

        * typeck.c (composite_pointer_type, common_type,
        comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
        build_function_call_real, convert_arguments,
        build_binary_op_nodefault, pointer_int_sum, pointer_diff,
        build_unary_op, mark_addressable, build_compound_expr,
        build_static_cast, build_reinterpret_cast, build_const_cast,
        build_c_cast, build_modify_expr, get_delta_difference,
        build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
        'ISO C++'.  Fusion consecutive calls to diagnotic message routines
        into a single one.
        * typeck2.c (readonly_error, abstract_virtuals_error,
        process_init_constructor, check_for_new_type): Likewise.

From-SVN: r31502
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/typeck.c
gcc/cp/typeck2.c