1. 14 Jan, 2000 1 commit
    • cccp.c: PROTO -> PARAMS. · 83d2b3b9
      	* cccp.c: PROTO -> PARAMS.
      	* cexp.y: Likewise.
      	* collect2.c: Likewise.
      	* combine.c: Likewise.
      	* convert.h: Likewise.
      	* cse.c: Likewise.
      	* dbxout.c: Likewise.
      	* dbxout.h: Likewise.
      	* diagnostic.c: Likewise.
      	* doprint.c: Likewise.
      	* dwarf2out.c: Likewise.
      	* dwarf2out.h: Likewise.
      	* dwarfout.c: Likewise.
      	* dwarfout.h: Likewise.
      	* dyn-string.h: Likewise.
      
      From-SVN: r31399
      Kaveh R. Ghazi committed
  2. 13 Jan, 2000 30 commits
  3. 12 Jan, 2000 9 commits
    • call.c (convert_class_to_reference): Fix typos. · 07c88314
      	* call.c (convert_class_to_reference): Fix typos.
      	(build_conditional_expr): Handle errors gracefully.
      	* class.c (push_nested_class): Likewise.
      	* cp-tree.h (VAR_FUNCTION_OR_PARM_DECL_CHECK): New macro.
      	(DECL_THIS_EXTERN): Use it.
      	(DECL_THIS_STATIC): Likewise.
      	* cvt.c (convert_to_void): Handle errors gracefully.
      	(build_expr_type_conversion): Likewise.
      	* decl.c (maybe_push_decl): Likewise.
      	(start_decl_1): Likewise.
      	(require_complete_types_for_parms): Likewise.
      	* parse.y (structsp): Likewise.
      	(base_class): Likewise.
      	* parse.c: Regenerated.
      	* pt.c (finish_member_template_decl): Likewise.
      
      From-SVN: r31363
      Mark Mitchell committed
    • c-common.c: PROTO -> PARAMS. · 6e090c76
              * c-common.c: PROTO -> PARAMS.
              * c-common.h: Likewise.
              * c-decl.c: Likewise.
              * c-iterate.c: Likewise.
              * c-lang.c: Likewise.
              * c-lex.c: Likewise.
              * c-lex.h: Likewise.
              * c-parse.in: Likewise.
              * c-pragma.c: Likewise.
              * c-pragma.h: Likewise.
              * c-tree.h: Likewise.
              * c-typeck.c: Likewise.
              * objc/objc-act.c: Likewise.
              * objc/objc-act.h: Likewise.
      
      From-SVN: r31362
      Kaveh R. Ghazi committed
    • cp-tree.h (dfs_skip_vbases): New function. · dd42e135
      	* cp-tree.h (dfs_skip_vbases): New function.
      	(find_vbase_instance): Likewise.
      	* class.c (determine_primary_base): Allow a nearly empty base to
      	serve as a primary base class under the new ABI.
      	(get_class_offset_1): Rename to ...
      	(dfs_get_class_offset): ... this.  Simplify.  Don't issue error
      	messages here.
      	(get_class_offset): Use it.  Issue error messages here.
      	(dfs_modify_vtables): Rely on dfs_unmarked_real_bases_queue_p to
      	find the right copies of virtual bases.
      	(fixup_vtable_deltas1): Rename to ...
      	(dfs_fixup_vtable_deltas): ... this.  Adjust to handle virtual
      	bases as primary bases.
      	(fixup_vtable_deltas): Remove.
      	(override_one_vtable): Handle virtual bases as primary bases.
      	(merge_overrides): Likewise.
      	(finish_struct_1): Likewise.
      	(dump_class_hierarchy): Dump primary-ness of bases as well.
      	* search.c (mark_primary_bases): Use a pre-order traversal to
      	handle primary virtual bases.
      	(dfs_skip_vbases): New fiunction.
      	(expand_upcast_fixups): Adjust to handle primary virtual bases.
      	(fixup_virtual_upcast_offsets): Likewise.
      	(fixup_all_virtual_upcast_offsets): Likewise.
      	(dfs_find_vbase_instances): New function.
      	(find_vbase_instance): Likewise.
      
      From-SVN: r31360
      Mark Mitchell committed
    • m88k-protos.h: New file. · e5778b1e
              * m88k-protos.h: New file.
      
              * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
              time warnings.
      
              * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
      
              * m88k.md: Likewise.
      
              * tekXD88.h: Likewise.
      
      From-SVN: r31359
      Kaveh R. Ghazi committed
    • m68k-protos.h: New file. · 5505f548
              * m68k-protos.h: New file.
      
              * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
              time warnings.
      
              * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
      
              * mot3300.h: Likewise.
      
      From-SVN: r31358
      Kaveh R. Ghazi committed
    • haifa-sched.c (split_edges): Pass edgeset_size as second arg to extract_bitlst. · 394c46fe
      * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
      extract_bitlst.
      (extract_bitlist): Declare bitlen.
      
      From-SVN: r31357
      Richard Earnshaw committed
    • c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the qualifiers don't… · cd6311ef
      c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the qualifiers don't match at any level of...
      
      	* c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
      	qualifiers don't match at any level of pointerness.
      
      From-SVN: r31356
      Zack Weinberg committed
    • cccp.c: Accept and ignore -lang-fortran. · f668c81c
      	* cccp.c: Accept and ignore -lang-fortran.
      	* f/lang-specs.h: Pass -lang-fortran to preprocessor.
      
      From-SVN: r31355
      Zack Weinberg committed
    • sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT. · e8fe510b
      
      2000-01-12  Robert Lipe  <robertl@sco.com>
      
      	* i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
      
      From-SVN: r31354
      Robert Lipe committed