aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libstdc++-v3/ChangeLog')
-rw-r--r--gcc-4.9/libstdc++-v3/ChangeLog93
1 files changed, 93 insertions, 0 deletions
diff --git a/gcc-4.9/libstdc++-v3/ChangeLog b/gcc-4.9/libstdc++-v3/ChangeLog
index 9da6c67b4..a88c29a98 100644
--- a/gcc-4.9/libstdc++-v3/ChangeLog
+++ b/gcc-4.9/libstdc++-v3/ChangeLog
@@ -1,3 +1,96 @@
+2014-04-22 Release Manager
+
+ * GCC 4.9.0 released.
+
+2014-04-10 Andreas Schwab <schwab@suse.de>
+
+ * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Remove TLS
+ symbols.
+ * config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Likewise.
+ * config/abi/post/mips64-linux-gnu/baseline_symbols.txt: Likewise.
+
+ * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update.
+
+2014-04-07 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/20_util/exchange/1.cc: Add missing return statements.
+ * testsuite/20_util/pair/40925.cc: Avoid most vexing parse.
+ * testsuite/22_locale/codecvt_byname/50714.cc: Add missing exception
+ specifications.
+
+2014-04-02 Dominique d'Humieres <dominiq@lps.ens.fr>
+ Jack Howarth <howarth@bromo.med.uc.edu>
+
+ PR target/54407
+ * testsuite/30_threads/condition_variable/54185.cc: Skip for
+ darwin < 11.
+
+2014-04-01 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/backwards_compatibility.xml (backwards.third.headers):
+ Update link.
+ * doc/xml/manual/policy_data_structures_biblio.xml (bibliography):
+ Fix broken links.
+ * doc/xml/manual/shared_ptr.xml (shared_ptr.impl): Likewise.
+ * doc/xml/manual/using_exceptions.xml (bibliography): Likewise.
+ * doc/xml/manual/concurrency_extensions.xml
+ (manual.ext.concurrency.impl.atomic_fallbacks): Likewise.
+ * doc/html/*: Regenerate.
+
+2014-03-31 Lars Gullik Bjønnes <larsbj@gullik.org>
+ Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/60270
+ * include/std/iomanip (_Quoted_string operator>>): Do not clear
+ string if input is not quoted.
+ * testsuite/27_io/manipulators/standard/char/60270.cc: New.
+
+2014-03-31 Jonathan Wakely <jwakely@redhat.com>
+
+ * libsupc++/eh_ptr.cc: Improve static_assert messages.
+
+2014-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * testsuite/18_support/exception_ptr/60612-terminate.cc
+ (terminate, f): Wrap in _GLIBCXX_USE_C99.
+ * testsuite/18_support/exception_ptr/60612-unexpected.cc: Likewise.
+
+2014-03-27 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/io.xml (std.io.objects): Additional markup.
+
+ * doc/xml/faq.xml (faq): Refer to clauses instead of chapters.
+ * doc/xml/manual/appendix_contributing.xml (contrib.design_notes):
+ Likewise.
+ * doc/xml/manual/backwards_compatibility.xml (backwards.third):
+ Likewise.
+ * doc/xml/manual/test.xml (test.organization.layout): Likewise.
+
+ * doc/xml/manual/containers.xml (associative.bitset.size_variable):
+ Fix bad s/part/chapter/ substitutions.
+ * doc/xml/manual/io.xml (std.io): Likewise.
+ * doc/xml/manual/numerics.xml (std.numerics.generalized_ops): Likewise.
+ * doc/xml/manual/strings.xml (strings.string.Cstring): Likewise.
+
+ * doc/html/*: Regenerate.
+
+2014-03-27 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/60612
+ * libsupc++/eh_ptr.cc: Assert __cxa_dependent_exception layout is
+ compatible with __cxa_exception.
+ * libsupc++/unwind-cxx.h (__cxa_dependent_exception): Add padding.
+ Fix typos in comments.
+ * testsuite/18_support/exception_ptr/60612-terminate.cc: New.
+ * testsuite/18_support/exception_ptr/60612-unexpected.cc: New.
+
+2014-03-25 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/60658
+ * include/bits/atomic_base.h (__atomic_base<_PTp*>::is_lock_free()):
+ Use sizeof pointer type not the element type.
+ * testsuite/29_atomics/atomic/60658.cc: New.
+
2014-03-24 Jakub Jelinek <jakub@redhat.com>
* config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt: Update.