- 17 Jan, 1999 9 commits
-
-
From-SVN: r24723
Jeffrey A Law committed -
From-SVN: r24720
Jeffrey A Law committed -
From-SVN: r24719
Jeff Law committed -
* regmove.c (optimize_reg_copy_1): Undo Aug 18 change. Update REG_N_CALLS_CROSSED and REG_LIVE_LENGH if and only if we change where a register is live. From-SVN: r24718
Jeff Law committed -
reg-stack.c (subst_stack_regs_pat): Abort if the destination of a FP conditional move is not on the FP register stack. * reg-stack.c (subst_stack_regs_pat): Abort if the destination of a FP conditional move is not on the FP register stack. Forgot to check it in last night/this morning. One should not hack at 4am. From-SVN: r24716
Jeff Law committed -
From-SVN: r24715
Zack Weinberg committed -
* gcc.dg/990117-1.c: New test. Heavily edited net test + glibc. From-SVN: r24714
Jeffrey A Law committed -
From-SVN: r24712
Jeffrey A Law committed -
From-SVN: r24711
Jeff Law committed
-
- 16 Jan, 1999 18 commits
-
-
* gcc.c-torture/compile/990117-1.c: New test from Horst von Brand. * gcc.c-torture/compile/990117-2.c: Likewise. From-SVN: r24710
Jeffrey A Law committed -
* gcc.c-torture/compile/990117-1.c: New test from Horst von Brand. Derived from glibc & egcs code. From-SVN: r24709
Jeffrey A Law committed -
From-SVN: r24708
Jeffrey A Law committed -
reload1.c (reload_cse_regs_1): Do not call reload_cse_simplify_operands for an insn with asm operands. * reload1.c (reload_cse_regs_1): Do not call reload_cse_simplify_operands for an insn with asm operands. From-SVN: r24707
Jeffrey A Law committed -
* cccp.c (print_help): Fix typos. * cpplib.c (print_help): Fix typos. * toplev.c (f_optiosn): Fix typos. (documented_lang_options): Fix typos. From-SVN: r24706
Jeffrey A Law committed -
From-SVN: r24705
Marc Espie committed -
* decl.c (grokdeclarator): Don't make 'main(){}' an error with only -Wreturn-type. Co-Authored-By: Manfred Hollstein <manfred@s-direktnet.de> From-SVN: r24704
Jason Merrill committed -
* c-decl.c (duplicate_decls): If `warn_traditional', warn when a non-static function declaration follows a static one. * invoke.texi (-Wtraditional): Document the extra check now done by this flag. From-SVN: r24703
Kaveh R. Ghazi committed -
From-SVN: r24702
Jason Merrill committed -
* cp-tree.h (struct lang_type): Added has_mutable flag. (CLASSTYPE_HAS_MUTABLE): New macro to access it. (TYPE_HAS_MUTABLE_P): New macro to read it. (cp_has_mutable_p): Prototype for new function. * class.c (finish_struct_1): Set has_mutable from members. * decl.c (cp_finish_decl): Clear decl's TREE_READONLY flag, if it contains a mutable. * typeck.c (cp_has_mutable_p): New function. Fixes g++.other/mutable1.C From-SVN: r24701
Nathan Sidwell committed -
0 * pa.md (shadd): Create shadd insns, even if the result of the shift is needed without the addition. From-SVN: r24700
Jeff Law committed -
� * pa.md (shadd): Create shadd insns, even if the result of the shift is needed without the addition. From-SVN: r24699
Jeff Law committed -
expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the result of the call that gets the... * expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the result of the call that gets the exception value. * parse.y (java_complete_expand_methods): If flags_syntax_only, don't call finish_class. * parse.y (java_check_regular_methods): If METHOD_PRIVATE, clear found before continuing. * verify.c (verify_jvm_instructions): On an array load, allow and handle top of stack to be TYPE_NULL. From-SVN: r24698
Per Bothner committed -
expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the result of the call that gets the... d * expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the result of the call that gets the exception value. * parse.y (java_complete_expand_methods): If flags_syntax_only, don't call finish_class. * parse.y (java_check_regular_methods): If METHOD_PRIVATE, clear found before continuing. * verify.c (verify_jvm_instructions): On an array load, allow and handle top of stack to be TYPE_NULL. From-SVN: r24697
Per Bothner committed -
expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the result of the call that gets the... � * expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the result of the call that gets the exception value. * parse.y (java_complete_expand_methods): If flags_syntax_only, don't call finish_class. * parse.y (java_check_regular_methods): If METHOD_PRIVATE, clear found before continuing. * verify.c (verify_jvm_instructions): On an array load, allow and handle top of stack to be TYPE_NULL. From-SVN: r24696
Per Bothner committed -
0 * gjavah.c (generate_access): Translate Java package private or protected access to C++ public, but with a comment. From-SVN: r24695
Per Bothner committed -
From-SVN: r24692
J"orn Rennecke committed -
From-SVN: r24691
Jeff Law committed
-
- 15 Jan, 1999 13 commits
-
-
From-SVN: r24690
Richard Henderson committed -
* rs6000.h (CONST_OK_FOR_LETTER_P): Do not assume 32-bit CONST_INT. * rs6000.c (u_short_cint_operand, add_operand, logical_operand, non_add_cint_operand, non_logical_cint_operand): Likewise. (get_issue_rate): Add CPU_PPC604E case. * rs6000.md (movdi, !TARGET_POWERPC64 splitters): Handle 64-bit hosts. From-SVN: r24689
David Edelsohn committed -
From-SVN: r24688
Vladimir Makarov committed -
From-SVN: r24687
Jeff Law committed -
* expr.c (queued_subexp_p): Make public. * expr.h (queued_subexp_p): Declare it. * recog.c (asm_operand_ok): New function. (check_asm_operands): Use it. After reload, use constrain_operands instead. * recog.h (asm_operand_ok): Declare it. * stmt.c (expand_asm_operands): Use it to try harder to make asms initially satisfy their constraints. From-SVN: r24686
Richard Henderson committed -
From-SVN: r24685
Michael Hayes committed -
* pt.c (process_template_parm): Ignore top-level qualifiers on non-type parameters. * decl.c (start_function): Use current_function_parms in the call to require_complete_type_for_parms, not the probably empty DECL_ARGUMENTS. From-SVN: r24684
Mark Mitchell committed -
* sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do not create (mem (lo_sum (...)) for TFmode unless TARGET_V9. From-SVN: r24683
Jeffrey A. Law committed -
* config/c4x/c4x.md (not_repeat_reg): Allow ldp instruction in delay slot of RPTBD. From-SVN: r24682
Michael Hayes committed -
* config/c4x/libgcc.S (___divhi3, ___modhi3): Fix long long divide and modulo sign problem. From-SVN: r24681
Michael Hayes committed -
8 * unroll.c (loop_iterations): Return 0 if the last loop insn is not a jump insn or if the loop has multiple back edges. From-SVN: r24680
Michael Hayes committed -
� * unroll.c (loop_iterations): Return 0 if the last loop insn is not a jump insn or if the loop has multiple back edges. From-SVN: r24679
Michael Hayes committed -
From-SVN: r24678
Richard Henderson committed
-