]> gcc.gnu.org Git - gcc.git/commit
re PR tree-optimization/18291 (ICE in merge_alias_info)
authorDiego Novillo <dnovillo@redhat.com>
Wed, 1 Dec 2004 18:54:04 +0000 (18:54 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Wed, 1 Dec 2004 18:54:04 +0000 (13:54 -0500)
commit986583fd5dfd58c74ff6647e2ebb270e1f353e1c
tree517abe0b84a2cbbf48cf4e85005efa56a1331b33
parent28a6dfca3de804ca4d41375d458c9ed42cf746ff
re PR tree-optimization/18291 (ICE in merge_alias_info)

PR tree-optimization/18291
* tree-ssa-copy.c (merge_alias_info): Fix merging of
flow-sensitive alias information.  If the new pointer has no
name tag, copy it from the original pointer.  Otherwise, make
sure that the pointed-to sets have a common intersection.

testsuite/ChangeLog

PR tree-optimization/18291
* testsuite/gcc.c-torture/compile/pr18291.c: New test.

From-SVN: r91574
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr18291.c [new file with mode: 0644]
gcc/tree-ssa-copy.c
This page took 0.06218 seconds and 5 git commands to generate.