1. 30 Sep, 2003 5 commits
  2. 29 Sep, 2003 30 commits
  3. 28 Sep, 2003 5 commits
    • c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line separately. · 436fac17
              * c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
              file and line separately.
      
      f/
              * com.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
              file and line separately.
      java/
              * check-init.c (check_init): Save and restore input_location
              instead of file and line separately.
              * decl.c (java_expand_body): Likewise.
              * jcf-write.c (generate_bytecode_insns): Likewise.
              * parse.y (safe_layout_class): Likewise.
              * jcf-parse.c (read_class, parse_class_file): Likewise.
              (java_parse_file): Use %H for warning locator.
      
      From-SVN: r71886
      Richard Henderson committed
    • s390.md ("*adddi3_carry1_cc", [...]): New insns. · b2ba71ca
      	* config/s390/s390.md ("*adddi3_carry1_cc", "*adddi3_carry1_cconly",
      	"*adddi3_carry2_cc", "*adddi3_carry2_cconly", "*subdi3_borrow_cc",
      	"*subdi3_borrow_cconly"): New insns.
      	("*addsi3_sub", "*subsi3_sub"): Remove.
      	("*subdi3_cc", *subdi3_cconly"): Use only if TARGET_64BIT.
      	("*subsi3_cc"): Fix op_type attribute.
      
      From-SVN: r71885
      Ulrich Weigand committed
    • stmt.c (expand_asm_operands): Take a location_t, instead of individual file and line. · 177560b2
              * stmt.c (expand_asm_operands): Take a location_t, instead of
              individual file and line.
              * c-typeck.c (c_expand_asm_operands): Likewise.
              * tree.h (expand_asm_operands): Update decl.
              * c-common.h (c_expand_asm_operands): Likewise.
              * c-semantics (genrtl_asm_stmt): Update call.
      cp/
              * typeck.c (c_expand_asm_operands): Take location_t, instead of
              individual file and line.
      ada/
              * trans.c (tree_transform): Update call to expand_asm_operands.
      
      From-SVN: r71884
      Richard Henderson committed
    • expr.c (java_check_reference): Use the semantics of COND_EXPRs with void-type… · 37e2180d
      expr.c (java_check_reference): Use the semantics of COND_EXPRs with void-type branches instead of using a...
      
      
      	* expr.c (java_check_reference): Use the semantics of COND_EXPRs
      	with void-type branches instead of using a COMPOUND_EXPR.
      
      From-SVN: r71883
      Roger Sayle committed
    • decl.c (java_optimize_inline, [...]): Remove. · 9220b1ba
      * decl.c (java_optimize_inline, dump_function): Remove.
      * java-tree.h (java_optimize_inline): Remove declaration.
      * jcf-parse.c (java_parse_file): Assume flag_unit_at_a_time is set.
      * parse.y (source_end_java_method, java_expand_classes):
      Likewise.  Remove dead code.
      
      From-SVN: r71882
      Jeff Sturm committed