]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/emit-rtl.c
re PR rtl-optimization/56571 (ICE in copyprop_hardreg_forward_1, at regcprop.c (insn...
authorJan Hubicka <jh@suse.cz>
Tue, 12 Mar 2013 12:13:33 +0000 (13:13 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 12 Mar 2013 12:13:33 +0000 (12:13 +0000)
commitc5c5ba89acc96e48bf6eed87489fcda3efcd7fc3
tree30e6ccc292873e9eb78fa8523acc6926a4f44121
parentf22e3c85d7529038e1e5621ae1187453d6fef2f6
re PR rtl-optimization/56571 (ICE in copyprop_hardreg_forward_1, at regcprop.c (insn does not satisfy its constraints !))

PR middle-end/56571
* valtrack.c (cleanup_auto_inc_dec): Unshare clobbers originating
from pseudos.
* emit-rtl.c (verify_rtx_sharing): Likewise.
(copy_insn_1): Likewise.
* rtl.c (copy_rtx): Likewise.
PR middle-end/56571
* gcc.c-torture/compile/pr56571.c: New testcase.

From-SVN: r196612
gcc/ChangeLog
gcc/emit-rtl.c
gcc/rtl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr56571.c [new file with mode: 0644]
gcc/valtrack.c