]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR debug/45015 (ICE in cselib.c caused by fix for PR43051)
authorJakub Jelinek <jakub@redhat.com>
Wed, 21 Jul 2010 19:11:55 +0000 (21:11 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 21 Jul 2010 19:11:55 +0000 (21:11 +0200)
commitfcc71c6c3593f77f434fc30870f0b3b90ef5b0c9
tree8071e2d3083da19393a44e7fac297451201b88ea
parent650b53291f0983f0af75e81729c3774b28967b69
re PR debug/45015 (ICE in cselib.c caused by fix for PR43051)

PR debug/45015
* var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
ASM_OPERANDS_OUTPUT_IDX.
(adjust_insn): For inline asm with multiple sets ensure first
ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
the insn.

* gcc.target/m68k/pr45015.c: New test.

From-SVN: r162385
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/m68k/pr45015.c [new file with mode: 0644]
gcc/var-tracking.c