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-Tag: releases/gcc-3.4.0~1256 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=856363c8838cfefffb161191355a4ca8548815f6;p=thirdparty%2Fgcc.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 b428cee8b4c4..3391529cc0f0 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.