This hunk of code disabling auto increment instructions can be removed on
the trunk now that PR middle-end/56791 is fixed there.

Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.

Committed to trunk.

Dave
--
John David Anglin       dave.ang...@bell.net


2014-02-12  John David Anglin  <dang...@gcc.gnu.org>

        * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.

Index: config/pa/pa.c
===================================================================
--- config/pa/pa.c      (revision 207710)
+++ config/pa/pa.c      (working copy)
@@ -517,12 +517,6 @@
       write_symbols = NO_DEBUG;
     }
 
-#ifdef AUTO_INC_DEC
-  /* FIXME: Disable auto increment and decrement processing until reload
-     is completed.  See PR middle-end 56791.  */
-  flag_auto_inc_dec = reload_completed;
-#endif
-
   /* We only support the "big PIC" model now.  And we always generate PIC
      code when in 64bit mode.  */
   if (flag_pic == 1 || TARGET_64BIT)

Reply via email to