OSDN Git Service

PR tree-optimization/19121
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2005 03:54:38 +0000 (03:54 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2005 03:54:38 +0000 (03:54 +0000)
commit97d6b11869fc65a21d62bb925277e4202649a953
tree0905041f83c7d584e9670c50b9a13715c323e6d7
parentadf432af74e475221bd9f6e50aeb10a25d154c40
PR tree-optimization/19121
* tree-ssa-alias.c (compute_flow_sensitive_aliasing): When
adding aliases to a name tag, also add them to the pointer's
type tag.
* tree-ssa-copy.c (merge_alias_info): Do not merge flow
sensitive alias info at all.  Only check that the two pointers
have compatible pointed-to sets.
* tree-ssa.c (verify_name_tags): Verify that the alias set of
a pointer's type tag is a superset of the alias set of the
pointer's name tag.

testsuite/ChangeLog:

PR tree-optimization/19121
* gcc.c-torture/compile/pr19121.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93810 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr19121.c [new file with mode: 0644]
gcc/tree-ssa-alias.c
gcc/tree-ssa-copy.c
gcc/tree-ssa.c