OSDN Git Service

PR tree-optimization/29877
authorshinwell <shinwell@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Jan 2007 08:33:42 +0000 (08:33 +0000)
committershinwell <shinwell@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Jan 2007 08:33:42 +0000 (08:33 +0000)
commitdac21d574a4bafb500582fc847f4c3e7d781f3ba
tree86d028c760c73cbf43467080ea39ca9e8bbad562
parent41a87cb41b7102cf35ddb6e4fe40896471bf3226
PR tree-optimization/29877
gcc/
* tree-ssa-ter.c (is_replaceable_p): Deem assignments with
a register variable on the RHS to not be replaceable.

gcc/testsuite/
* gcc.dg/pr16194.c: Skip test entirely if we don't know the
name of a hard register for the target concerned.  Adjust dg-error
directives to cope with new behaviour of TER.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120571 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr16194.c
gcc/tree-ssa-ter.c