re PR inline-asm/35160 (local-alloc introduces sharing of the same pseudo/hard reg...
authorJakub Jelinek <jakub@redhat.com>
Tue, 12 Feb 2008 18:31:53 +0000 (19:31 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 12 Feb 2008 18:31:53 +0000 (19:31 +0100)
commitd7b8033f3e4f59d5ff54ab68fe5667467a52a273
treecc86a9d5f9cae1c352e371479313945266e39ca9
parent2e250fa218c90851d585ee46240201fcdec857f9
re PR inline-asm/35160 (local-alloc introduces sharing of the same pseudo/hard reg between different output regs in inline asm)

PR inline-asm/35160
* function.c (match_asm_constraints_1): Don't replace the same input
multiple times.

* gcc.target/i386/pr35160.c: New test.

From-SVN: r132263
gcc/ChangeLog
gcc/function.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr35160.c [new file with mode: 0644]