From: Jason Merrill Date: Mon, 13 Apr 2009 20:55:37 +0000 (-0400) Subject: fix changelog dates X-Git-Tag: releases/gcc-4.5.0~6639 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82e738a541922d0e42d10041cf583fcc3cc93f10;p=thirdparty%2Fgcc.git fix changelog dates From-SVN: r146012 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d77634d32631..d7db8656b1ca 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,4 +1,4 @@ -2009-04-09 Jason Merrill +2009-04-13 Jason Merrill PR c++/39480 * call.c (build_over_call): Don't call memcpy if the target is diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 457aee66bb2b..d4c4e9a65f5e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,4 +1,4 @@ -2009-04-09 Jason Merrill +2009-04-13 Jason Merrill PR c++/39480 * g++.dg/init/copy7.C: New.