- 11 Feb, 1998 9 commits
-
-
* Makefile.in (dwarf2out.o, emit-rtl.o, jump.o, cse.o, unroll.o, reorg.o, regmove.o): Depend on insn-codes.h, it gets included indirectly via expr.h. From-SVN: r17849
Kaveh R. Ghazi committed -
Makefile.in ($(lib)): Call $(AR) repeatedly to avoid overflowing argument size limit on ancious System V. * Makefile.in ($(lib)): Call $(AR) repeatedly to avoid overflowing argument size limit on ancious System V. From-SVN: r17848
Manfred Hollstein committed -
com.c (ffecom_ptr_to_expr): Do upper - lower in the native type, so as to properly handle negative indices. * com.c (ffecom_ptr_to_expr) [FFEBLD_opARRAYREF]: Do upper - lower in the native type, so as to properly handle negative indices. From-SVN: r17847
Richard Henderson committed -
stor-layout.c (layout_type): Do upper - lower in the native type, so as to properly handle negative indices. * stor-layout.c (layout_type): Do upper - lower in the native type, so as to properly handle negative indices. From-SVN: r17846
Richard Henderson committed -
* except.c (start_dynamic_cleanup): Remove unused variable 'dhc'. (expand_eh_region_start_tree): Remove unused variable 'note'. (exception_optimize): Remove unused variable 'regions'. (expand_builtin_eh_stub): Remove unused variable 'temp'. (copy_eh_entry): Deleted. Dead function. * expr.c (move_block_to_reg) Bracket declaration of 'pat' and 'last' with same #if HAVE_load_multiple as use of it. (move_block_from_reg): Likewise. (emit_move_insn_1): Remove unused variable 'insns'. (store_constructor): Bracket declaration of startb, endb with #if TARGET_MEMFUNCTIONS. Remove unused variables 'set_word_size' 'target', and 'xtarget'. (expand_builtin_setjmp): Remove unused variables 'op0', 'next_arg_reg', 'old_inhibit_defer_pop'. (expand_builtin): Remove unused variable 'offset'. (do_store_flag): Remove unused variables 'pattern', 'jump_pat'. (emit_queue): Add parens for assignment used as conditional. (expand_expr): case TARGET_EXPR: Remove unused variable 'temp'. From-SVN: r17843
Robert Lipe committed -
* iostream.cc (ostream::operator<<(long double)): Don't use labeled initializers. From-SVN: r17842
Mark Mitchell committed -
* i386.c: Added include for recog.h. (override_options): Removed unused variable p. Initialized regno to avoid warning. (order_regs_for_local_alloc): Initialized regno to avoid warning. (legitimize_address): Likewise for 'other'. (i386_aligned_reg_p): Added default case with abort (). (print_operand): Likewise. (reg_mentioned_in_mem): Likewise. (ix86_expand_binary_operator): Removed unused variables i & insn. (ix86_expand_unary_operator): Removed unused variable insn. (output_fp_cc0_set): Removed unused variable unordered_label. From-SVN: r17841
Marc Lehmann committed -
* i386.c, i386.h, i386.md: Change gen_rtx (X, ...) to gen_rtx_X (...). Use GEN_INT instead of gen_rtx (CONST_INT). Make printf arguments and format string match. From-SVN: r17840
John F. Carr committed -
* flow.c (life_analysis): Do not conside the stack pointer live at the end of a function if the fucntio ncalls alloca. (mark_used_regs): Similarly. From-SVN: r17839
Jeffrey A Law committed
-
- 10 Feb, 1998 12 commits
-
-
From-SVN: r17838
Jason Merrill committed -
From-SVN: r17837
Jeff Law committed -
* pt.c (check_explicit_specialization): Allow old-style specialization of class template members. From-SVN: r17836
Jason Merrill committed -
decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead when deciding to override DECL_ASSEMBLER_NAME. * decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead when deciding to override DECL_ASSEMBLER_NAME. Co-Authored-By: Manfred Hollstein <manfred@s-direktnet.de> From-SVN: r17835
Jason Merrill committed -
For movdi_v8plus pattern, output stx on alternative 1 and fzero on alternative 8. Fix from John Carr (jfc@mit.edu) From-SVN: r17834
John F. Carr committed -
From-SVN: r17832
Andrew Macleod committed -
From-SVN: r17831
Andrew Macleod committed -
From-SVN: r17830
Andrew Macleod committed -
From-SVN: r17829
Andrew Macleod committed -
From-SVN: r17828
Andrew Macleod committed -
From-SVN: r17827
John Carr committed -
From-SVN: r17825
Richard Kenner committed
-
- 09 Feb, 1998 6 commits
-
-
From-SVN: r17818
H.J. Lu committed -
* reload.c (find_reloads_toplev): Handle arbitrary non-paradoxical SUBREGs of CONST_INTs. From-SVN: r17809
J"orn Rennecke committed -
* mips.c (print_operand, function_prologue): Make printf format match argument type. From-SVN: r17808
John Carr committed -
From-SVN: r17804
Jeff Law committed -
* alpha.c (alpha_return_addr): Remove unused variable `first'. (alpha_ra_ever_killed): Remove unused variables `ra' and `i'. (output_epilog): Remove unused variable `frame_size_from_reg_save'. From-SVN: r17799
Kaveh R. Ghazi committed -
old-dejagnu.exp (old-dejagnu): Added the "execution test - XFAIL *-*-*" handling in the spirit of "excess... * lib/old-dejagnu.exp (old-dejagnu): Added the "execution test - XFAIL *-*-*" handling in the spirit of "excess errors test -". Changed the "execution test fails" handling to be like "excess errors test fails". * Update various tests accordingly. From-SVN: r17798
H.J. Lu committed
-
- 08 Feb, 1998 10 commits
-
-
also -fugly-comma combined with `IARGC()' invocation: * bad.def (FFEBAD_NULL_ARGUMENT_W): New diagnostic. * expr.c (ffeexpr_finished_): Don't reject null expressions in the argument-expression context -- let outer context handle that. (ffeexpr_token_arguments_): Warn about null expressions here if -fpedantic (as appropriate). Obey -fugly-comma for only external-procedure invocations. From-SVN: r17793
Craig Burley committed -
From-SVN: r17784
Scott Snyder committed -
From-SVN: r17783
John Carr committed -
From-SVN: r17782
David Edelsohn committed -
Feb 8 14:56:03 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * loop.c (strength_reduce): When placing increment for auto-inc case, do comparison in loop order. From-SVN: r17781
Richard Kenner committed -
* bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_WIDE_INT. * calls.c (expand_call): Change test of expand_inline_function return value to stop compiler warning. * genattrtab.c (RTL_HASH): Cast pointer to long, not HOST_WIDE_INT. From-SVN: r17777
John Carr committed -
* regmove.c: Fix various minor formatting problems. (optimize_reg_copy_1): Stop search at CALL_INSNs if flag_exceptions is true. Make end of basic block tests consistent through regmove.c. (optimize_reg_copy_2, optimize_reg_copy_3): Likewise. (fixup_match_2, fixup_match_1, regmove_optimize): Likewise. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r17775
Jim Wilson committed -
Removed asterisk from David Edelsohn for rs6000 port From-SVN: r17774
David Edelsohn committed -
* gansidecl.h: Check for a conflicting macro definition before attempting to prototype bcopy, bcmp or bzero. From-SVN: r17773
Kaveh R. Ghazi committed -
From-SVN: r17772
Jeff Law committed
-
- 07 Feb, 1998 3 commits
-
-
From-SVN: r17771
Manfred Hollstein committed -
* expr.c (clear_pending_stack_adjust): Handle case where a function calls alloca, but the user has specified -fomit-fframe-pointer. From-SVN: r17770
Jeffrey A Law committed -
From-SVN: r17769
Jeffrey A Law committed
-