OSDN Git Service

PR tree-optimization/16443
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jul 2004 20:51:02 +0000 (20:51 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jul 2004 20:51:02 +0000 (20:51 +0000)
commit70a8c47a53cee2379839901f45b6c2d2a74c81fc
tree14edb8d9ecca028be755be83d160d4682c605332
parent02b175274fd788aca55243d625bfa504c1696ff9
PR tree-optimization/16443
* tree-ssa-alias.c: Add more description for
CALL_CLOBBERED_VARS and ADDRESSABLE_VARS.
* tree-ssa-operands.c (get_asm_expr_operands): Re-order the
clobbering of call-clobbered and addressable variables.  If
there are any before aliases have been computed, add them.

testsuite/ChangeLog

PR tree-optimization/16443
* gcc.dg/tree-ssa/20040713-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84641 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/20040713-1.c [new file with mode: 0644]
gcc/tree-ssa-alias.c
gcc/tree-ssa-operands.c