1. 11 Jan, 1999 1 commit
  2. 10 Jan, 1999 2 commits
  3. 09 Jan, 1999 14 commits
  4. 08 Jan, 1999 9 commits
  5. 07 Jan, 1999 9 commits
  6. 06 Jan, 1999 5 commits
    • Fix copyright. · 1bf27b5b
      From-SVN: r24551
      Jeff Law committed
    • * gcc.c-torture/execute/990106-2.c: New test. · 1d1c12f4
      From-SVN: r24550
      Jeffrey A Law committed
    • cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT here. · 4c571114
              * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT
      	here.
      	(lang_type): Add is_partial_instantiation.  Decrease width of
      	dummy.
      	(PARTIAL_INSTANTIATION_P): New macro.
      	(OPERATOR_TYPENAME_P): Remove.
      	* decl.c (unary_op_p): Use IDENTIFIER_TYPENAME_P, not
      	OPERATOR_TYPENAME_P.
      	(grok_op_properties): Likewise.
      	* friend.c (do_friend): Handle friends that are member functions
      	correctly.
      	* lex.c (init_parse): Use OPERATOR_TYPENAME_FORMAT.
      	* pt.c (instantiate_class_template): Rework for clarity.  Avoid
      	leaving TYPE_BEING_DEFINED set in obscure cases.  Don't do
      	any more partial instantiation than is absolutely necessary for
      	implicit typename.  Set PARTIAL_INSTANTIATION_P.
      	(tsubst_decl): Use IDENTIFIER_TYPENAME_P.
      	* semantics.c (begin_class_definition): Handle partial
      	specializations of a type that was previously partially
      	instantiated.
      
      From-SVN: r24548
      Mark Mitchell committed
    • combine.c (num_sign_bit_copies): In NEG... · 70186b34
              * combine.c (num_sign_bit_copies): In NEG, MULT, DIV and MOD cases,
              when a test can't be performed due to limited width of
              HOST_BITS_PER_WIDE_INT, use the more conservative approximation.
              Fix UDIV case for cases where the first operand has the highest bit
              set.
      
      From-SVN: r24547
      Bernd Schmidt committed
    • pa.h (reg_class): Add FPUPPER_REGS. · 548e44b3
              * pa.h (reg_class): Add FPUPPER_REGS.
              (REG_CLASS_NAMES): Similarly.
              (REG_CLASS_CONTENTS): Similarly
              (REGNO_REG_CLASS): Handle FPUPPER_REGS.
              (FP_REG_CLASS_P): Likewise.
              (REG_CLASS_FROM_LETTER): Similarly.
              (CLASS_MAX_NREGS): Similarly.
      
      From-SVN: r24546
      Lutz Vieweg committed