1. 30 Sep, 2003 8 commits
  2. 29 Sep, 2003 30 commits
  3. 28 Sep, 2003 2 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