1. 13 Jun, 1998 2 commits
  2. 12 Jun, 1998 9 commits
    • (ENDFILE_SPEC): Add -lgloss. · 416db271
      From-SVN: r20450
      Doug Evans committed
    • * m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o. · a4ea8d97
      From-SVN: r20445
      Doug Evans committed
    • pt.c (check_explicit_specialization): If DECLARATOR turned into an… · f2e48b67
      pt.c (check_explicit_specialization): If DECLARATOR turned into an error_mark_node from lookup_template_function...
      
      	* pt.c (check_explicit_specialization): If DECLARATOR turned into
      	an error_mark_node from lookup_template_function, return the same.
      	(determine_specialization): Also make sure TEMPLATE_ID isn't an
      	error_mark_node, before we try to read its operands.
      	* decl.c (grokdeclarator): If we got an error_mark_node from
      	check_explicit_specialization, just return it right back.
      
      From-SVN: r20444
      Brendan Kehoe committed
    • Mips warning fixes: · 38831dfe
              * mips.c (small_int): Mark parameter `mode' with ATTRIBUTE_UNUSED.
              (large_int): Likewise.
              (pc_or_label_operand): Likewise.
              (call_insn_operand): Likewise.
              (consttable_operand): Likewise.
              (m16_uimm3_b): Likewise.
              (m16_simm4_1): Likewise.
              (m16_nsimm4_1): Likewise.
              (m16_simm5_1): Likewise.
              (m16_nsimm5_1): Likewise.
              (m16_uimm5_4): Likewise.
              (m16_nuimm5_4): Likewise.
              (m16_simm8_1): Likewise.
              (m16_nsimm8_1): Likewise.
              (m16_uimm8_1): Likewise.
              (m16_nuimm8_1): Likewise.
              (m16_uimm8_m1_1): Likewise.
              (m16_uimm8_4): Likewise.
              (m16_nuimm8_4): Likewise.
              (m16_simm8_8): Likewise.
              (m16_nsimm8_8): Likewise.
              (m16_usym8_4): Likewise.
              (m16_usym5_4): Likewise.
              (mips_move_1word): Change type of variable `i' from int to size_t.
              (mips_move_2words): Likewise.
              (output_block_move): Mark parameter `libname' with ATTRIBUTE_UNUSED.
              (function_arg_advance): Use HOST_PTR_PRINTF to print an address.
              (function_arg): Likewise.
              (function_arg_partial_nregs): Mark parameter `named' with
              ATTRIBUTE_UNUSED.
              (override_options): Use ISDIGIT instead of isdigit.
              (mips_output_external): Mark parameter `file' with ATTRIBUTE_UNUSED.
              (final_prescan_insn): Likewise for parameters `opvec' and `noperands'.
              (save_restore_insns): Cast HOST_WIDE_INT arguments passed to
              function `fatal' to long before printing.  Use
              HOST_WIDE_INT_PRINT_DEC in fprintf.  Both changes done several
              times in this function.
              (function_prologue): Mark parameter `size' with ATTRIBUTE_UNUSED.
              (function_epilogue): Likewise for parameters `file' and `size'.
              Print an int with "%d" not "%ld".
              (mips_select_rtx_section): Mark parameter `x' with ATTRIBUTE_UNUSED.
              (mips_function_value): Likewise for parameter `func'.
              (function_arg_pass_by_reference): Likewise for parameters `cum'
              and `named'.
              (extend_operator): Likewise for parameter `mode'
              (highpart_shift_operator): Likewise.
              * mips.md (mul_acc_si): Remove unused variable `macc'.
      
      From-SVN: r20443
      Kaveh R. Ghazi committed
    • class.c (instantiate_type): Don't treat template-ids that don't specify any… · 2a238a97
      class.c (instantiate_type): Don't treat template-ids that don't specify any template arguments as...
      
      	* class.c (instantiate_type): Don't treat template-ids that don't
      	specify any template arguments as equivalent to ordinary
      	identifiers.  Use OFFSET_REF instead of SCOPE_REF to refer to
      	pointer-to-members for member templates.  Tidy slightly.
      	* cp-tree.def (TEMPLATE_ID_EXPR): Revise documentation.
      	* init.c (build_offset_ref): Handle template-ids like ordinary
      	identifiers, for the most part, but store a TEMPLATE_ID_EXPR in the
      	offset part of the OFFSET_REF.
      	* typeck.c (build_unary_op): Change check for unknown types to
      	look for OFFSET_REFs, not SCOPE_REFs.
      
      From-SVN: r20442
      Mark Mitchell committed
    • fold-const.c (fold): Revert last change. · 77a45a2e
              * fold-const.c (fold): Revert last change.  It breaks constant
              expressions somehow.
      
      From-SVN: r20441
      Richard Henderson committed
    • expr.c (do_jump, [...]): When comparing complex prevent operands from being evaluated twice. · 8d62b411
      	* expr.c (do_jump, case EQ_EXPR, NE_EXPR): When comparing complex
      	prevent operands from being evaluated twice.
      
      From-SVN: r20440
      Andreas Schwab committed
    • Daily bump. · b91feb18
      From-SVN: r20439
      Jeff Law committed
    • * gcc.c-torture/execute/980612-1.c: New test. · da4ce9c2
      From-SVN: r20438
      Jeffrey A Law committed
  3. 11 Jun, 1998 14 commits
  4. 10 Jun, 1998 15 commits