PATCH to compute_flow_insensitive_aliasing for c++/27768
Jason Merrill
jason@redhat.com
Wed Jun 28 23:17:00 GMT 2006
The bug here was that there were some may_aliases in one alias set that
never made it into the bitmap representation, so when that set was
merged into another in group_aliases they were lost and so the store to
w.p looked dead.
Fixed by explicitly copying the may_aliases from the annotations into
the bitmap rather than expecting them to be recreated.
Tested x86_64-pc-linux-gnu, applied to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: may-alias.patch
Type: text/x-patch
Size: 2736 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20060628/9a7efc07/attachment.bin>
More information about the Gcc-patches
mailing list