aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-02-17 10:05:27 +0000
committerNick Clifton <nickc@gcc.gnu.org>2010-02-17 10:05:27 +0000
commitbf646aaf78934c417c183bfe6e291593736899d2 (patch)
treef01581d2b46954780b3a987d3a1441110917cde5 /ChangeLog
parenta95740b328567bd230868acf86497ab0d302d946 (diff)
downloadgcc-bf646aaf78934c417c183bfe6e291593736899d2.zip
gcc-bf646aaf78934c417c183bfe6e291593736899d2.tar.gz
gcc-bf646aaf78934c417c183bfe6e291593736899d2.tar.bz2
re PR c++/11238 (A constructor with exception handler rethrows the exception to the constructor caller)
PR 11238 * Makefile.tpl (local-distclean): Also remove config.cache files in sub-directories as there may not be Makefiles present in the sub-directories. * Makefile.in: Regenerate. * configure.ac: Revert previous delta. * configure: Regenerate. From-SVN: r156826
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f10582a..1f03090 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-02-17 Nick Clifton <nickc@redhat.com>
+
+ PR 11238
+ * Makefile.tpl (local-distclean): Also remove config.cache files in
+ sub-directories as there may not be Makefiles present in the
+ sub-directories.
+ * Makefile.in: Regenerate.
+ * configure.ac: Revert previous delta.
+ * configure: Regenerate.
+
2010-02-15 Nick Clifton <nickc@redhat.com>
PR 11238