1. 07 May, 2002 3 commits
    • re PR java/5941 (incorrect "Unreachable statement" error) · 486e8c0c
      	Fix for PR java/5941:
      	* parse.y (finish_for_loop): Set SUPPRESS_UNREACHABLE_ERROR for
      	loop update expression.
      	(java_complete_lhs): Use SUPPRESS_UNREACHABLE_ERROR.
      	* java-tree.h (SUPPRESS_UNREACHABLE_ERROR): New macro.
      
      From-SVN: r53247
      Tom Tromey committed
    • rs6000.md ("altivec_mtvscr"): Change to unspec_volatile. · 61e0b50f
      2002-05-06  Aldy Hernandez  <aldyh@redhat.com>
      
              * config/rs6000/rs6000.md ("altivec_mtvscr"): Change to
              unspec_volatile.
              ("altivec_mfvscr"): Same.
      
      From-SVN: r53246
      Aldy Hernandez committed
    • rtl.h (struct rtx_def): Update comments. · 5a63e069
      	* rtl.h (struct rtx_def): Update comments.
      	(RTL_FLAG_CHECK[12345678]): New.  (rtl_check_failed_flag): Declare.
      	(RTL_FLAG): New.  (CLEAR_RTX_FLAGS): New.  (flag access macros): Use
      	RTL_FLAG_CHECK macros with list of expected RTL codes.
      	* rtl.c (copy_rtx, shallow_copy_rtx): Use RTX_FLAG macro.
      	(rtl_check_failed_flag): New.
      	* reload1.c (reload): Use REG macro before changing rtx to MEM.
      	(reload_cse_noop_set_p): Check rtx code before using access macro.
      	* config/ia64/ia64.c (process_for_unwind_directive): Check rtx code
      	before using access macro.
      
      From-SVN: r53245
      Janis Johnson committed
  2. 06 May, 2002 20 commits
  3. 05 May, 2002 17 commits