1. 06 Sep, 2001 5 commits
    • Remove TYPE_NONCOPIED_PARTS. · 6d0a3f67
      	* tree.h (TYPE_NONCOPIED_PARTS): Remove.
      	(struct tree_type): Remove noncopied_parts.
      	* c-tree.h (TYPE_ACTUAL_ARG_TYPES): Map onto TYPE_BINFO.
      	* expr.c (save_noncopied_parts, init_noncopied_parts): Remove.
      	(fixed_type_p): Remove.
      	(expand_expr, INIT_EXPR): Don't deal with noncopied parts.
      	(expand_expr, MODIFY_EXPR): Likewise.
      	* ggc-common.c (ggc_mark_trees): Remove TYPE_NONCOPIED_PARTS.
      	* doc/c-tree.texi: Remove TYPE_NONCOPIED_PARTS FIXME.
      cp:
      	Remove TYPE_NONCOPIED_PARTS.
      	* cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto
      	CLASSTYPE_PURE_VIRTUALS.
      	(TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO.
      	* class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS.
      	(layout_class_type): Don't call fixup_inlin_methods here ...
      	(finish_struct_1): ... call it here.
      
      From-SVN: r45434
      Nathan Sidwell committed
    • for some reason this was missed in the · baff6e54
      2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
      
      	* c-common.h (tree_dump_index): Add more comments.
      	* c-dump.c (dump_files): Name flags `tree' rather than `ast'.
      	(dump_option_value_info): New struct.
      	(dump_options): New array.
      	(dump_switch_p): Parse switch options symbolically.
      	* doc/invoke.texi (-fdump-ast): Rename to ...
      	(-fdump-tree): ... here. Document that options are symbolic, and
      	not all are applicable.
      commit
      
      From-SVN: r45433
      Nathan Sidwell committed
    • Daily bump. · 418162d9
      From-SVN: r45431
      GCC Administrator committed
    • rs6000.c (mask_operand): Use signed vars to avoid compiler warnings. · 02071907
      	* config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid
      	compiler warnings.
      	(mask64_operand): Likewise.
      	(includes_rldic_lshift_p): Likewise.
      	(includes_rldicr_lshift_p): Likewise.
      
      From-SVN: r45430
      Alan Modra committed
    • objc-act.c (build_message_expr): If a class method cannot be found... · 89fc3605
      2001-09-05  Ziemowit Laski  <zlaski@apple.com>
      
              * objc/objc-act.c (build_message_expr): If a class method cannot
              be found, do not issue a warning if a corresponding instance
              method exists in the root class.
      
      2001-09-05  Ziemowit Laski  <zlaski@apple.com>
      
              * objc.dg/method-2.m: New.
      
      From-SVN: r45428
      Ziemowit Laski committed
  2. 05 Sep, 2001 27 commits
  3. 04 Sep, 2001 8 commits