From: John David Anglin Date: Wed, 12 Feb 2014 23:28:24 +0000 (+0000) Subject: pa.c (pa_option_override): Remove auto increment FIXME. X-Git-Tag: releases/gcc-4.9.0~935 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fdd1196f7706b79bd719c7b8bbfcf1d41a76a21;p=thirdparty%2Fgcc.git pa.c (pa_option_override): Remove auto increment FIXME. * config/pa/pa.c (pa_option_override): Remove auto increment FIXME. From-SVN: r207743 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ad4d3b4802b..0b90f0eee2b7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-02-12 John David Anglin + + * config/pa/pa.c (pa_option_override): Remove auto increment FIXME. + 2014-02-12 H.J. Lu Uros Bizjak diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index f9d4da0659b3..1907401e7e91 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -517,12 +517,6 @@ pa_option_override (void) 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)