1. 17 Jun, 1999 16 commits
  2. 16 Jun, 1999 13 commits
  3. 15 Jun, 1999 5 commits
  4. 14 Jun, 1999 6 commits
    • cpp.texi: Minor update. · 6251188c
      1999-06-14   Zack Weinberg   <zack@rabi.columbia.edu>
      	* cpp.texi: Minor update.
      	* cpp.1: Regenerate from cpp.texi, using...
      	* contrib/texi2pod.pl: ...this (new file) plus some hand tweaks.
      
      From-SVN: r27525
      Zack Weinberg committed
    • [multiple changes] · 8576f094
      Mon Jun 14 13:13:39 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* parse.y (qualify_ambiguous_name): Reorganized the post
       	evaluation of non WFL leading expression nodes.
      Fri Jun 11 21:37:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* parse.y (qualify_ambiguous_name): Handle ARRAY_REF after
       	CONVERT_EXPR.
      Thu Jun 10 22:26:17 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* parse.y (qualify_ambiguous_name): Handle qualified expression
       	beginning with a STRING_CST.
      Thu Jun 10 20:27:25 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* parse.y (register_fields): Set DECL_INITIAL on both
       	pre-initialized static and public fields.
      	(resolve_field_access): Static field access expressions to always
       	use pointer types.
      	(qualify_ambiguous_name): Work out buried CALL_EXPR for proper
       	qualification. CONVERT_EXPR to be resolved as an expression name.
      	(java_complete_lhs): Identify and access qualified final
       	initialized field in switch statement case expression.
      	(fold_constant_for_init): Pre-initialized field decl constant to
       	be folded.
      
      From-SVN: r27523
      Alexandre Petit-Bianco committed
    • New file. · 6d1a9047
      From-SVN: r27521
      Martin v. Löwis committed
    • pt.c (tsubst_friend_function): Push into namespace of friend function before pushdecl'ing it. · 92da7074
      	* pt.c (tsubst_friend_function): Push into namespace of friend
      	function before pushdecl'ing it.
      
      From-SVN: r27520
      Martin v. Löwis committed
    • Fix switch table and reload problems for mips16. · bf4f78ee
      	* config/mips/mips.c (mips_secondary_reload_class): Check for
      	(PLUS (SP) (REG)) and return appropriate register class.
      	* config/mips/mips.md (reload_insi): Delete predicate for operand 1.
      	Handle (PLUS (SP) (REG)).
      	(tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
      	(tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
      	of emit_insn for tablejump.
      
      From-SVN: r27519
      Jim Wilson committed