From: Richard Henderson Date: Tue, 2 Aug 2011 17:38:16 +0000 (-0700) Subject: re PR target/49881 ([AVR] Inefficient stack manipulation around calls) X-Git-Tag: releases/gcc-4.7.0~4827 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7cef5958d61773228556bc68e4eacc90ce28672;p=thirdparty%2Fgcc.git re PR target/49881 ([AVR] Inefficient stack manipulation around calls) PR target/49881 * config/avr/avr.md (push1): Don't constrain the operand. From-SVN: r177196 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 18e0107d71ed..3772021bbf42 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-08-02 Richard Henderson + + PR target/49881 + * config/avr/avr.md (push1): Don't constrain the operand. + 2011-08-02 Jakub Jelinek * c-parser.c (enum c_parser_prec): New enum, moved from within diff --git a/gcc/config/avr/avr.md b/gcc/config/avr/avr.md index f60f9f0ee639..b8560df60d46 100644 --- a/gcc/config/avr/avr.md +++ b/gcc/config/avr/avr.md @@ -221,7 +221,7 @@ (SF "") (SC "")]) (define_expand "push1" - [(match_operand:MPUSH 0 "general_operand" "")] + [(match_operand:MPUSH 0 "" "")] "" { int i;