diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4c0edf6cc0a8..675497783d68 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