From: Jason Merrill Date: Sun, 26 Jun 2011 03:24:22 +0000 (-0400) Subject: changelog correction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d94a4c3613d700c310518bac2d4c63c950811b11;p=gcc.git changelog correction From-SVN: r175406 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ae1a64958b8..3840f370ccf 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -11,7 +11,6 @@ 2011-06-23 Jason Merrill - PR c++/49519 * typeck2.c (build_functional_cast): Strip cv-quals for value init. * init.c (build_zero_init_1): Not here. @@ -34,8 +33,8 @@ cgraph_same_body_alias. PR c++/49440 - * class.c (set_linkage_according_to_type): Just check TREE_PUBLIC - on the type's name. + * class.c (set_linkage_according_to_type): Hand off to + determine_visibility. PR c++/49395 * init.c (build_zero_init_1): Strip cv-quals from scalar types.