diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-01-06 00:52:36 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-01-06 00:52:36 +0000 |
commit | 856363c8838cfefffb161191355a4ca8548815f6 (patch) | |
tree | 6b4eb7d40d2a076fbb633832b817164cb0b2d80a | |
parent | 962c0823997cba18cca85efec200b19fac8e2c87 (diff) | |
download | gcc-856363c8838cfefffb161191355a4ca8548815f6.zip gcc-856363c8838cfefffb161191355a4ca8548815f6.tar.gz gcc-856363c8838cfefffb161191355a4ca8548815f6.tar.bz2 |
re PR c++/12815 (Code compiled with optimization behaves unexpectedly)
PR c++/12815
* class.c (build_vtbl_ref_1): Do not unconditionally mark vtable
references as constant.
From-SVN: r75458
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b428cee..3391529 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,6 +1,6 @@ 2004-01-05 Mark Mitchell <mark@codesourcery.com> - PR c++/12816 + PR c++/12815 * class.c (build_vtbl_ref_1): Do not unconditionally mark vtable references as constant. |