re PR tree-optimization/21407 (wrong code with downcast in C++)
authorDaniel Berlin <dberlin@dberlin.org>
Wed, 18 May 2005 13:26:20 +0000 (13:26 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Wed, 18 May 2005 13:26:20 +0000 (13:26 +0000)
commit23e66a36cb937636be796fce2f7d273209a80a4f
tree1daf09adb4495e7e47c5327a576a83c392ac1029
parent01063d48ed40614f1faad8c74207a2d64b1ab255
re PR tree-optimization/21407 (wrong code with downcast in C++)

2005-05-18  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/21407

* tree-ssa-operands.c (note_addressable): Change
COMPONENT_REF handling in response to aliasing
discussion.

From-SVN: r99896
gcc/ChangeLog
gcc/testsuite/g++.dg/tree-ssa/pr21407.C [new file with mode: 0644]
gcc/tree-ssa-operands.c