From: Mark Mitchell Date: Tue, 6 Jan 2004 00:52:36 +0000 (+0000) Subject: re PR c++/12815 (Code compiled with optimization behaves unexpectedly) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=856363c8838cfefffb161191355a4ca8548815f6;p=gcc.git 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 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b428cee8b4c..3391529cc0f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,6 +1,6 @@ 2004-01-05 Mark Mitchell - PR c++/12816 + PR c++/12815 * class.c (build_vtbl_ref_1): Do not unconditionally mark vtable references as constant.