re PR target/38130 (__builtin_alloca (vs IRA?) testsuite failures on mingw32)
authorJakub Jelinek <jakub@redhat.com>
Tue, 18 Nov 2008 12:33:38 +0000 (13:33 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 18 Nov 2008 12:33:38 +0000 (13:33 +0100)
commit6ea90eb7102cf3354bd6fd4288dbf64c6ba73652
tree07ecff427e4719a1637fbff42c41577e57b2f515
parentd74b4b00786ae456928033b68ce195794e0bf021
re PR target/38130 (__builtin_alloca (vs IRA?)  testsuite failures on  mingw32)

PR target/38130
* config/i386/i386.md (allocate_stack_worker_32,
allocate_stack_worker_64): Don't use match_dup between input and
output operand.
(allocate_stack): Adjust gen_stack_worker_{32,64} caller.
* config/i386/i386.c (ix86_expand_prologue): Likewise.

From-SVN: r141965
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md