diff options
author | Nick Clifton <nickc@redhat.com> | 2010-02-17 10:05:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2010-02-17 10:05:27 +0000 |
commit | bf646aaf78934c417c183bfe6e291593736899d2 (patch) | |
tree | f01581d2b46954780b3a987d3a1441110917cde5 /ChangeLog | |
parent | a95740b328567bd230868acf86497ab0d302d946 (diff) | |
download | gcc-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |