From d220e00d6b94811b290189c25454bdf07f0a994c Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 23 Sep 2011 17:38:26 -0400 Subject: [PATCH] correct ChangeLog From-SVN: r179131 --- gcc/cp/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4c0edf6cc0a..675497783d6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,6 +1,6 @@ 2011-09-23 Jason Merrill - Core 234 - allow const objects with no initializer or + Core 253 - allow const objects with no initializer or user-provided default constructor if the defaulted constructor initializes all the subobjects. PR c++/20039