]> gcc.gnu.org Git - gcc.git/commit - gcc/ChangeLog
re PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236)
authorDiego Novillo <dnovillo@redhat.com>
Tue, 18 Jan 2005 03:54:38 +0000 (03:54 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Tue, 18 Jan 2005 03:54:38 +0000 (22:54 -0500)
commite03a46f571d5c4144e326ec9965db0a539473090
tree0905041f83c7d584e9670c50b9a13715c323e6d7
parent696a2ca15ffb199bf85594121380dc0d7399e0c9
re PR tree-optimization/19121 (ICE: in merge_alias_info, at tree-ssa-copy.c:236)

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.

From-SVN: r93810
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
This page took 0.059858 seconds and 5 git commands to generate.