1. 06 Sep, 2001 12 commits
    • class.c (O_BINARY): Define if necessary. · 7be5b0e5
              * class.c (O_BINARY): Define if necessary.
              (registerResource_libfunc): Declare.
              (init_class_processing): Initilize registerResource_libfunc.
              (compile_resource_file): New function.
              * java-tree.h (resource_name): Declare.
              (compile_resource_file): Declare.
              * jcf-parse.c (yyparse): Handle compiling java resource files.
              * lang.c (java_decode_option): Handle -fcompile-resource option.
              * jvspec.c (lang_specific_driver): Handle -R flag for compiling
              resource files.
              * gcj.texi (Code Generation): Add documentation for -R flag.
      
      From-SVN: r45448
      Anthony Green committed
    • simplify-rtx.c (simplify_binary_operation): Simplify contents of CONST. · 7d8be4da
              * simplify-rtx.c (simplify_binary_operation): Simplify contents
              of CONST.
      
      From-SVN: r45447
      Richard Henderson committed
    • rs6000.c (rs6000_emit_prologue): Fix DWARF2 register number used for CR register. · a1dc9455
      	2001-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
      	* config/rs6000/rs6000.c (rs6000_emit_prologue): Fix DWARF2 register
      	number used for CR register.
      
      From-SVN: r45444
      Franz Sirl committed
    • * java/util/Properties.java: Re-merged from Classpath. · d70dd6c8
      From-SVN: r45442
      Tom Tromey committed
    • Joern Rennecke (amylaar@cygnus.com) · 1aae372e
      Thu Sep  6 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
      			  Joern Rennecke (amylaar@cygnus.com)
      
      	* h8300-protos.h (h8300_return_addr_rtx): New prototype.
      	* h8300.c (initial_offset): Handle offset between RP and FP.
      	(h8300_return_addr_rtx): New function.
      	* h8300.h (FIRST_PSEUDO_REGISTER): Bump now that we have a
      	return register.
      	(FIXED_REGISTERS, CALL_USED_REGISTERS): Corresponding changes.
      	(REG_ALLOC_ORDER, RETURN_ADDRESS_POINTER_REGNUM): Likewise.
      	(REG_CLASS_CONTENTS, ELIMINABLE_REGS): Likewise.
      	(CAN_ELIMINATE, REGISTER_NAMES):
      	(RETURN_ADDR_RTX): Call h8300_return_addr_rtx.
      
      Co-Authored-By: Joern Rennecke <amylaar@cygnus.com>
      
      From-SVN: r45441
      Jeffrey A Law committed
    • oops, missed a bit in previous commit · 5234e23b
      From-SVN: r45436
      Nathan Sidwell committed
    • re PR c++/3986 (ICE in build_rtti_vtbl_entries) · 39e78d8b
      cp:
      	PR c++/3986
      	* class.c (force_canonical_binfo_r): Check & move an indirect
      	primary base first.
      	(force_canonical_binfo): Check that it's not already
      	canonical.
      	(mark_primary_virtual_base): Remove BINFO parameter.
      	(mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
      testsuite:
      	PR c++/3986
      	* g++.dg/abi/vbase1.C: New test.
      
      From-SVN: r45435
      Nathan Sidwell committed
    • 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 1 commit