1. 21 Dec, 1999 3 commits
    • fold-const.c (real_hex_to_f): Remove unused "isldouble" variable. · f0bd6b8e
              * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
              Remove redundant initialization of "frexpon" and "expon".
      
      From-SVN: r31043
      Jeffrey A Law committed
    • cp-tree.h (CLASSTYPE_VFIELD_PARENT): Update comments. · 3ef397c1
      1999-12-20  Mark Mitchell  <mark@codesourcery.com>
      
      	* cp-tree.h (CLASSTYPE_VFIELD_PARENT): Update comments.
      	(CLASSTYPE_HAS_PRIMARY_BASE_P): New macro.
      	(CLASSTYPE_PRIMARY_BINFO): Likewise.
      	* class.c (check_methods): Don't set TYPE_HAS_COMPLEX_INIT_REF,
      	TYPE_NEEDS_CONSTRUCTING, and CLASSTYPE_NON_AGGREGATE here.
      	(check_bases_and_members): Set them here instead.
      	(create_vtable_ptr): New function, split out from ...
      	(finish_struct_1): ... here.  Use it.  Tidy.  Use
      	CLASSTYPE_HAS_PRIMARY_BASE_P and CLASSTYPE_PRIMARY_BINFO.
      	* search.c (dfs_init_vbase_pointers): Handle seeing TYPE_VFIELD as
      	the first field in the class.
      	* tree.c (layout_basetypes): Use CLASSTYPE_N_BASECLASSES.  Handle
      	seeing TYPE_VFIELD as the first field in the class.
      
      From-SVN: r31042
      Mark Mitchell committed
    • cp-tree.h (TYPE_VIRTUAL_P): Rename to ... · 4c6b7393
      	* cp-tree.h (TYPE_VIRTUAL_P): Rename to ...
      	(TYPE_POLYMORPHIC_P): ... this.
      	(TYPE_USES_COMPLEX_INHERITANCE): Rename to ...
      	(TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P): ... this.
      	(TREE_CALLS_NEW): Remove.
      	(TREE_MANGLED): Likewise.
      	* call.c (build_vfield_ref): Use TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P,
      	and TYPE_POLYMORPHIC_P.
      	* class.c (check_bases): Likewise.
      	(finish_base_struct): Likewise.
      	(finish_struct_bits): Likewise.
      	(check_for_override): Likewise.
      	(finish_struct_1): Likewise.
      	(get_vfield_name): Likewise.
      	* decl.c (xref_basetypes): Likewise.
      	* decl2.c (import_export_class): Likewise.
      	(import_export_decl): Likewise.
      	* error.c (dump_function_decl): Likewise.
      	* pt.c (instantiate_class_template): Likewise.
      	* repo.c (repo_inline_used): Likewise.
      	* rtti.c (build_headof): Likewise.
      	(get_tinfo_fn_dynamic): Likewise.
      	(build_x_typeid): Likewise.
      	(get_tinfo_var): Likewise.
      	(build_dynamic_cast_1): Likewise.
      	(synthesize_tinfo_fn): Likewise.
      	* search.c (lookup_field_1): Likewise.
      	(dfs_debug_mark): Likewise.
      	(maybe_suppress_debug_info): Likewise.
      	* typeck.c (build_component_ref): Likewise.
      	(build_component_addr): Likewise.
      	* typeck2.c (process_init_constructor): Likewise.
      
      From-SVN: r31041
      Mark Mitchell committed
  2. 20 Dec, 1999 14 commits
  3. 19 Dec, 1999 9 commits
  4. 18 Dec, 1999 10 commits
  5. 17 Dec, 1999 4 commits
    • c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0). · 4e6de5a9
      	* config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
      	Tweak formatting.
      
      From-SVN: r31001
      Michael Hayes committed
    • fixtests.c (is_cxx_header): New fn, split out of double_slash_test. · d7eb5a45
      1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
      
      	* fixtests.c (is_cxx_header): New fn, split out of
      	double_slash_test.
      	(else_endif_label): Allow "#endif // comment" in C++ headers,
      	as determined by is_cxx_header.
      	* fixfixes.c (else_endif_label_fix): Update comment.
      	* fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
      	a tty.
      	* genfixes: Correct double thinko in commandline parsing.
      	* hackshell.tpl: Generate correct sh syntax for bypass
      	entries.
      
      	* inclhack.def (all): Whenever an inserted preprocessor
      	conditional is split over multiple lines, use double
      	backslashes in this file so the fixed header will be readable.
      
      	(AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
      	and add bypass entry for correct version of this header.
      	(AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
      	(AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
      
      	(hpux8_bogus_inlines): New fix, split from...
      	(ultrix_atof_param) ... here.
      	(math_expression): Add bypass entry keyed to glibc comment
      	indicating the problem has been dealt with; disable
      	unnecessary sed operations; update commentary.
      	(math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
      	add select and bypass entries, simplify shell operation.
      	(math_huge_val_ifndef): Split from math_gcc_ifndefs.
      
      	(ip_missing_semi, rs6000_param, tinfo_cplusplus,
      	 ultrix_atof_param): Add select entry.
      	(stdio_va_list, sunos_mather_decl): Add bypass entry.
      	(systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
      	comments with the fixes they describe.
      
      	* fixincl.x, fixincl.sh, inclhack.sh: Regen.
      
      From-SVN: r30999
      Zack Weinberg committed
    • c-parse.in (string action): Do not warn about ANSI string concatenation in system headers. · cdfff38e
      1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
      
      	* c-parse.in (string action): Do not warn about ANSI string
      	concatenation in system headers.  Affects C parser only.
      	* c-parse.y, c-parse.c, c-parse.h: Rebuild.
      
      From-SVN: r30998
      Zack Weinberg committed