OSDN Git Service

2009-12-04 Paolo Carlini <paolo.carlini@oracle.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 6d8daa8..4c4fbbf 100644 (file)
@@ -1,3 +1,22 @@
+2009-12-03  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR libstdc++/42261
+       * include/bits/basic_string.h (_S_construct_aux(_Integer, _Integer,
+       const _Alloc&, __true_type)): Cast the second argument to value_type.
+       * include/ext/sso_string_base.h (_M_construct_aux(_Integer, _Integer,
+       std::__true_type)): Likewise.
+       * include/ext/rc_string_base.h (_S_construct_aux(_Integer, _Integer,
+       const _Alloc&, std::__true_type)): Likewise.
+       * testsuite/21_strings/basic_string/cons/char/42261.cc: New.
+       * testsuite/21_strings/basic_string/cons/wchar_t/42261.cc: Likewise.
+
+2009-12-03  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/20_util/bind/ref.cc: Add.
+       * testsuite/20_util/bind/all_bound.cc: Likewise.
+       * testsuite/20_util/bind/nested.cc: Likewise.
+       * testsuite/20_util/bind/placeholders.cc: Likewise.
+
 2009-12-03  Hans-Peter Nilsson  <hp@axis.com>
 
        * testsuite/ext/profile/mutex_extensions.cc: Adjust dg-error line
 2009-10-28  Johannes Singler  <singler@kit.edu>
 
        PR libstdc++/40852
-       * include/parallel/multiseq_selection.h 
-       (multiseq_partition, multiseq_selection):  Avoid intermediate 
+       * include/parallel/multiseq_selection.h
+       (multiseq_partition, multiseq_selection):  Avoid intermediate
        values exceeding the integer type range for very large inputs.
 
 2009-10-26  Paolo Carlini  <paolo.carlini@oracle.com>
        Update link to bogus site with reference to unix.org.
        * doc/xml/manual/ctype.xml: Ditto.
        * doc/xml/manual/locale.xml: Ditto.
-                                             
+
 2009-10-09  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/parallel/numeric (__adjacent_difference_switch): Fix typo.