fb68e07371b3e85ec874ade8af0be897b2db6fa0
[gcc.git] / libstdc++-v3 / ChangeLog
1 2011-06-09 Simon Baldwin <simonb@google.com>
2
3 * scripts/extract_symvers.in: Handle processor/OS specific or
4 unknown symbol binding strings from readelf.
5
6 2011-06-09 Paolo Carlini <paolo.carlini@oracle.com>
7
8 * include/std/type_traits (__is_copy_assignable_impl,
9 __is_nt_copy_assignable_impl): Fix typo.
10
11 2011-06-08 Paolo Carlini <paolo.carlini@oracle.com>
12
13 * include/ext/extptr_allocator.h: Include <ext/numeric_traits.h>
14 instead of <limits>.
15 * include/bits/allocator.h: Likewise.
16
17 * include/std/chrono (duration_values<>::min): Call lowest, not min.
18
19 2011-06-08 Paolo Carlini <paolo.carlini@oracle.com>
20
21 * include/bits/allocator.h (__shrink_to_fit): Simplify.
22 * include/bits/stl_vector.h (vector<>::shrink_to_fit): Adjust.
23 * include/bits/stl_deque.h: Likewise.
24 * include/bits/stl_bvector.h: Likewise.
25
26 2011-06-07 Jason Merrill <jason@redhat.com>
27
28 * testsuite/lib/prune.exp: s/required/instantiated/.
29 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
30 * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Likewise.
31 * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise.
32 * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise.
33 * testsuite/20_util/forward/1_neg.cc: Likewise.
34 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Likewise.
35 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
36 Likewise.
37 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise.
38 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
39 * testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc: Likewise.
40 * testsuite/ext/ext_pointer/1_neg.cc: Likewise.
41 * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Likewise.
42 * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Likewise.
43 * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Likewise.
44 * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Likewise.
45 * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Likewise.
46 * testsuite/tr1/2_general_utilities/shared_ptr/assign/
47 shared_ptr_neg.cc: Likewise.
48
49 2011-06-07 Paolo Carlini <paolo.carlini@oracle.com>
50
51 * include/bits/move.h (struct __move_if_noexcept_cond): Add.
52 (move_if_noexcept): Use the latter.
53 * include/bits/stl_iterator.h (__make_move_if_noexcept_iterator,
54 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR): Add.
55 * include/bits/stl_uninitialized.h
56 (__uninitialized_move_if_noexcept_a): Add.
57 * include/bits/vector.tcc (vector<>::reserve): Use
58 _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR.
59 (vector<>::_M_insert_aux, _M_fill_insert, _M_default_append,
60 _M_range_insert): Use __uninitialized_move_if_noexcept_a.
61 * testsuite/util/testsuite_rvalref.h (throwing_move_constructor):
62 Add.
63 (copycounter::copycounter(copycounter&&)): Use noexcept.
64 * testsuite/23_containers/vector/modifiers/moveable2.cc: New.
65 * testsuite/23_containers/vector/capacity/resize/moveable2.cc:
66 Likewise.
67 * testsuite/23_containers/vector/capacity/reserve/moveable2.cc:
68 Likewise.
69
70 2011-06-07 Paolo Carlini <paolo.carlini@oracle.com>
71
72 PR libstdc++/49293
73 * testsuite/22_locale/time_get/get_weekday/char/38081-1.cc: Tweak
74 for glibc 2.14.
75 * testsuite/22_locale/time_get/get_weekday/char/38081-2.cc: Likewise.
76
77 2011-06-06 Paolo Carlini <paolo.carlini@oracle.com>
78
79 * include/bits/move.h (move_if_noexcept): Use __and_ and __not_.
80
81 2011-06-05 Jonathan Wakely <jwakely.gcc@gmail.com>
82
83 * include/bits/ptr_traits.h (pointer_traits): Fix typos.
84 * include/ext/pointer.h (pointer_traits): Add partial specialization
85 for _Pointer_adapter.
86
87 2011-06-04 Jonathan Wakely <jwakely.gcc@gmail.com>
88
89 * testsuite/util/testsuite_allocator.h (tracker_allocator::construct):
90 Update to C++0x definition using type to construct as template
91 parameter.
92 (tracker_allocator::destroy): Likewise for type to destroy.
93 (uneq_allocator::construct, uneq_allocator::destroy): Likewise.
94
95 2011-06-01 Paolo Carlini <paolo.carlini@oracle.com>
96
97 * include/bits/hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)):
98 Use std::move on the allocator, use noexcept.
99 (_Hashtable<>::~_Hashtable): Use noexcept.
100 * include/bits/stl_list.h: Likewise.
101 * include/bits/forward_list.h: Likewise.
102 * include/bits/stl_vector.h: Likewise.
103 * include/bits/stl_bvector.h: Likewise.
104 * include/bits/stl_map.h (map<>::map(map&&)): Use noexcept.
105 * include/bits/stl_set.h: Likewise.
106 * include/bits/stl_multimap.h: Likewise.
107 * include/bits/stl_multiset.h: Likewise.
108 * include/bits/stl_tree.h (_Rb_tree<>::_Rb_tree(_Rb_tree&&)): Use
109 std::move on the allocator.
110 (_Rb_tree<>::~_Rb_tree): Use noexcept.
111 * include/bits/stl_deque.h: Likewise.
112 * include/bits/basic_string.h (basic_string<>::~basic_string): Use
113 noexcept.
114 * include/ext/vstring.h (__versa_string<>::~__versa_string): Likewise.
115 * include/debug/set.h: Adjust.
116 * include/debug/unordered_map: Likewise.
117 * include/debug/multiset.h: Likewise.
118 * include/debug/forward_list: Likewise.
119 * include/debug/vector: Likewise.
120 * include/debug/unordered_set: Likewise.
121 * include/debug/deque: Likewise.
122 * include/debug/map.h: Likewise.
123 * include/debug/string: Likewise.
124 * include/debug/list: Likewise.
125 * include/debug/multimap.h: Likewise.
126 * include/profile/set.h: Likewise.
127 * include/profile/unordered_map: Likewise.
128 * include/profile/multiset.h: Likewise.
129 * include/profile/forward_list: Likewise.
130 * include/profile/unordered_set: Likewise.
131 * include/profile/vector: Likewise.
132 * include/profile/deque: Likewise.
133 * include/profile/map.h: Likewise.
134 * include/profile/list: Likewise.
135 * include/profile/multimap.h: Likewise.
136 * testsuite/21_strings/basic_string/cons/wchar_t/
137 noexcept_move_construct.cc: New.
138 * testsuite/21_strings/basic_string/cons/char/
139 noexcept_move_construct.cc: Likewise.
140 * testsuite/ext/vstring/cons/noexcept_move_construct.cc: Likewise.
141 * testsuite/23_containers/unordered_map/cons/
142 noexcept_move_construct.cc: Likewise.
143 * testsuite/23_containers/multimap/cons/
144 noexcept_move_construct.cc: Likewise.
145 * testsuite/23_containers/set/cons/
146 noexcept_move_construct.cc: Likewise.
147 * testsuite/23_containers/unordered_multimap/cons/
148 noexcept_move_construct.cc: Likewise.
149 * testsuite/23_containers/forward_list/cons/
150 noexcept_move_construct.cc: Likewise.
151 * testsuite/23_containers/unordered_set/cons/
152 noexcept_move_construct.cc: Likewise.
153 * testsuite/23_containers/vector/bool/cons/
154 noexcept_move_construct.cc: Likewise.
155 * testsuite/23_containers/vector/cons/
156 noexcept_move_construct.cc: Likewise.
157 * testsuite/23_containers/multiset/cons/
158 noexcept_move_construct.cc: Likewise.
159 * testsuite/23_containers/list/cons/
160 noexcept_move_construct.cc: Likewise.
161 * testsuite/23_containers/unordered_multiset/cons/
162 noexcept_move_construct.cc: Likewise.
163 * testsuite/23_containers/map/cons/noexcept_move_construct.cc
164 * testsuite/23_containers/forward_list/requirements/dr438/
165 assign_neg.cc: Adjust dg-error line numbers.
166 * testsuite/23_containers/forward_list/requirements/dr438/
167 insert_neg.cc: Likewise.
168 * testsuite/23_containers/forward_list/requirements/dr438/
169 constructor_1_neg.cc: Likewise.
170 * testsuite/23_containers/forward_list/requirements/dr438/
171 constructor_2_neg.cc: Likewise.
172 * testsuite/23_containers/vector/requirements/dr438/
173 assign_neg.cc: Likewise.
174 * testsuite/23_containers/vector/requirements/dr438/
175 insert_neg.cc: Likewise.
176 * testsuite/23_containers/vector/requirements/dr438/
177 constructor_1_neg.cc: Likewise.
178 * testsuite/23_containers/vector/requirements/dr438/
179 constructor_2_neg.cc: Likewise.
180 * testsuite/23_containers/deque/requirements/dr438/
181 assign_neg.cc: Likewise.
182 * testsuite/23_containers/deque/requirements/dr438/
183 insert_neg.cc: Likewise.
184 * testsuite/23_containers/deque/requirements/dr438/
185 constructor_1_neg.cc: Likewise.
186 * testsuite/23_containers/deque/requirements/dr438/
187 constructor_2_neg.cc: Likewise.
188 * testsuite/23_containers/list/requirements/dr438/
189 assign_neg.cc: Likewise.
190 * testsuite/23_containers/list/requirements/dr438/
191 insert_neg.cc: Likewise.
192 * testsuite/23_containers/list/requirements/dr438/
193 constructor_1_neg.cc: Likewise.
194 * testsuite/23_containers/list/requirements/dr438/
195 constructor_2_neg.cc: Likewise.
196
197 * include/bits/move.h (swap): Use __and_ in the noexcept.
198 * include/bits/algorithmfwd.h: Adjust.
199
200 2011-05-31 Paolo Carlini <paolo.carlini@oracle.com>
201
202 * include/bits/basic_string.h: Use noexcept per the FDIS (minus
203 compare(const string&), which uses char_traits::compare, which
204 isn't noexcept; also no noexcept in the move assignment operator
205 and move assign, see c++std-lib-30855).
206 * include/bits/basic_string.tcc: Likewise.
207 * include/ext/vstring.h: Likewise.
208 * include/ext/vstring.tcc: Likewise.
209 * include/debug/string: Likewise.
210
211 2011-05-31 Jonathan Wakely <jwakely.gcc@gmail.com>
212
213 * doc/xml/manual/status_cxx200x.xml: Update.
214 * doc/html/*: Regenerate.
215
216 2011-05-30 Paolo Carlini <paolo.carlini@oracle.com>
217
218 * include/std/type_traits (__or_, __and_): Add trivial definitions
219 for a single element.
220 * include/bits/stl_pair.h: Use __and_ in noexcept specs and
221 constraints.
222 (pair<>::pair(pair&&)): Define.
223 (pair<>::pair(const pair<>&)): Constrain with is_convertible.
224 (pair<>::pair(pair<>&&)): Likewise, remove noexcept.
225 * include/std/tuple: Use __and_ in noexcept specs and constraints.
226 (_Tuple_impl<>::_Tuple_impl(allocator_arg_t, const _Alloc&,
227 _Tuple_impl&&)): Remove noexcept.
228 (tuple<>::tuple(_UElements&&...), tuple(const tuple<_UElements...>&),
229 tuple(tuple<_UElements...>&&), tuple(const pair<_U1, _U2>&),
230 tuple(pair<_U1, _U2>&&)): Constrain with is_convertible.
231 * testsuite/20_util/tuple/moveable2.cc: Use = delete.
232 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
233 Adjust dg-error line numbers.
234 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
235 Likewise.
236 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
237 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise.
238 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise.
239
240 2011-05-31 Jonathan Wakely <jwakely.gcc@gmail.com>
241
242 * include/std/tuple: Restore is_convertible constraint.
243 * testsuite/20_util/tuple/cons/allocate_noncopyable.cc: Remove.
244
245 2011-05-30 Paolo Carlini <paolo.carlini@oracle.com>
246
247 PR libstdc++/49236
248 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning
249 line number.
250
251 2011-05-30 Jonathan Wakely <jwakely.gcc@gmail.com>
252
253 * include/std/tuple: Implement uses-allocator construction.
254 * include/bits/allocator.h (uses_allocator): Move to ...
255 * include/bits/uses_allocator.h: New file.
256 * include/Makefile.am: Add new header.
257 * include/Makefile.in: Regenerate.
258 * testsuite/20_util/uses_allocator/cons_neg.cc: New.
259 * testsuite/20_util/uses_allocator/construction.cc: New.
260 * testsuite/20_util/tuple/cons/allocate_noncopyable.cc: New.
261 * testsuite/20_util/tuple/cons/allocators.cc: New.
262
263 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
264
265 * testsuite/20_util/pointer_traits/pointer_to.cc: Fix.
266
267 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
268
269 * acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and
270 GLIBCXX_CHECK_SC_NPROCESSORS_ONLN.
271 * configure.ac: Use them. Increase minor version.
272 * configure: Regenerate.
273 * config.h.in: Regenerate.
274 * include/std/thread (thread::hardware_concurrency): Remove inline
275 definition.
276 * src/thread.cc (thread::hardware_concurrency): Define.
277 * config/abi/pre/gnu.ver: Export new symbol @3.4.17
278 * testsuite/util/testsuite_abi.cc: Add new version.
279 * testsuite/lib/libstdc++.exp (check_v3_target_nprocs): Add.
280 * testsuite/lib/dg-options.exp (dg-require-nprocs): Add.
281 * testsuite/30_threads/thread/members/hardware_concurrency.cc: Use
282 dg-require-nprocs and verify hardware_concurrency returns non-zero.
283
284 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
285
286 * testsuite/20_util/pointer_traits/pointer_to.cc: New.
287
288 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
289
290 * include/Makefile.am: Add new ptr_traits.h header.
291 * include/Makefile.in: Regenerate.
292 * include/bits/ptr_traits.h (pointer_traits): New.
293 * include/bits/allocator.h (allocator_traits): Add.
294 * include/ext/array_allocator.h (construct, destroy): Update C++0x
295 versions.
296 * include/ext/bitmap_allocator.h (construct, destroy): Likewise.
297 * include/ext/extptr_allocator.h (construct, destroy): Likewise.
298 * include/ext/malloc_allocator.h (construct, destroy): Likewise.
299 * include/ext/mt_allocator.h (construct, destroy): Likewise.
300 * include/ext/new_allocator.h (construct, destroy): Likewise.
301 * include/ext/pool_allocator.h (construct, destroy): Likewise.
302 * include/ext/throw_allocator.h (construct, destroy): Likewise.
303 * testsuite/20_util/allocator_traits/requirements/typedefs.cc: New.
304 * testsuite/20_util/allocator_traits/requirements/
305 explicit_instantiation.cc: New.
306 * testsuite/20_util/allocator_traits/members/max_size.cc: New.
307 * testsuite/20_util/allocator_traits/members/select.cc: New.
308 * testsuite/20_util/allocator_traits/members/construct.cc: New.
309 * testsuite/20_util/allocator_traits/members/allocate_hint.cc: New.
310 * testsuite/20_util/allocator_traits/members/destroy.cc: New.
311 * testsuite/20_util/pointer_traits/requirements/typedefs.cc: New.
312 * testsuite/20_util/pointer_traits/requirements/
313 explicit_instantiation.cc: New.
314
315 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
316
317 * include/std/future (launch): Update enumerators and define
318 operators required for bitmask type. Remove trailing whitespace.
319 * src/future.cc: Remove trailing whitespace.
320 * testsuite/30_threads/async/any.cc: Adjust.
321 * testsuite/30_threads/async/sync.cc: Adjust.
322 * testsuite/30_threads/async/launch.cc: New.
323
324 2011-05-28 Jonathan Wakely <jwakely.gcc@gmail.com>
325
326 * include/std/future: Use noexcept.
327 * src/future.cc: Likewise.
328
329 2011-05-27 Jonathan Wakely <jwakely.gcc@gmail.com>
330
331 * include/std/thread (this_thread::sleep_until): Move after sleep_for.
332
333 2011-05-27 Paolo Carlini <paolo.carlini@oracle.com>
334
335 PR libstdc++/49187
336 * include/parallel/losertree.h: Add missing using declarations
337 of _Base::_M_comp.
338 * include/parallel/algobase.h: Include <parallel/algorithmfwd.h>.
339 * include/parallel/multiway_merge.h: Include <parallel/
340 multiseq_selection.h>, forward declare __merge_advance.
341 * include/parallel/multiseq_selection.h: Don't include <parallel/
342 sort.h> here.
343 * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Fix
344 qualification of upper_bound.
345
346 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc:
347 Use dg-require-debug-mode.
348 * testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc:
349 Likewise.
350 * testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc:
351 Likewise.
352 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc:
353 Likewise.
354 * testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc:
355 Likewise.
356 * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc:
357 Likewise.
358 * testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc:
359 Likewise.
360 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc:
361 Likewise.
362 * testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc:
363 Likewise.
364
365 * include/parallel/algo.h: Minor uglification fixes.
366
367 2011-05-26 Paolo Carlini <paolo.carlini@oracle.com>
368
369 * src/list.cc: Use noexcept per the FDIS.
370 * src/compatibility-list-2.cc: Likewise.
371 * include/debug/set.h: Likewise.
372 * include/debug/unordered_map: Likewise.
373 * include/debug/multiset.h: Likewise.
374 * include/debug/forward_list: Likewise.
375 * include/debug/unordered_set: Likewise.
376 * include/debug/vector: Likewise.
377 * include/debug/map.h: Likewise.
378 * include/debug/deque: Likewise.
379 * include/debug/list: Likewise.
380 * include/debug/multimap.h: Likewise.
381 * include/profile/set.h: Likewise.
382 * include/profile/unordered_map: Likewise.
383 * include/profile/multiset.h: Likewise.
384 * include/profile/forward_list: Likewise.
385 * include/profile/vector: Likewise.
386 * include/profile/unordered_set: Likewise.
387 * include/profile/map.h: Likewise.
388 * include/profile/deque: Likewise.
389 * include/profile/list: Likewise.
390 * include/profile/multimap.h: Likewise.
391 * include/bits/hashtable.h: Likewise.
392 * include/bits/stl_list.h: Likewise.
393 * include/bits/stl_map.h: Likewise.
394 * include/bits/hashtable_policy.h: Likewise.
395 * include/bits/stl_set.h: Likewise.
396 * include/bits/forward_list.h: Likewise.
397 * include/bits/stl_multimap.h: Likewise.
398 * include/bits/stl_vector.h: Likewise.
399 * include/bits/stl_deque.h: Likewise.
400 * include/bits/stl_multiset.h: Likewise.
401 * include/bits/stl_bvector.h: Likewise.
402 * include/bits/stl_tree.h: Likewise.
403
404 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
405
406 * include/bits/stl_queue.h: Use noexcept per the FDIS.
407 * include/bits/stl_stack.h: Likewise.
408
409 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
410
411 * config/abi/pre/gnu.ver: Correct last change, export instead
412 at the existing @3.4.16.
413 * configure.ac: Revert last change.
414 * testsuite/util/testsuite_abi.cc: Likewise.
415 * configure: Regenerate.
416
417 2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
418
419 * doc/xml/manual/documentation_hacking.xml: Minor corrections.
420
421 2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
422
423 * include/std/mutex: Add doxygen comments.
424
425 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
426
427 * config/abi/pre/gnu.ver: Export recently added basic_streambuf
428 and basic_stringbuf symbols @3.4.17.
429 * configure.ac: Update.
430 * testsuite/util/testsuite_abi.cc: Likewise.
431 * configure: Regenerate.
432
433 2011-05-26 Jonathan Wakely <jwakely.gcc@gmail.com>
434
435 * libsupc++/guard.cc: Fix comments.
436
437 2011-05-25 Ian Lance Taylor <iant@google.com>
438
439 PR libstdc++/49060
440 * include/backward/hashtable.h (hashtable::erase): Don't crash if
441 erasing first and another element with a reference to the other
442 element.
443 * testsuite/backward/hash_set/49060.cc: New.
444
445 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
446
447 * include/bits/random.h (random_device::min, max): Specify constexpr.
448
449 2011-05-25 Paolo Carlini <paolo.carlini@oracle.com>
450
451 * include/std/thread: Use noexcept throughout per the FDIS.
452 * include/std/mutex: Likewise.
453
454 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
455
456 * testsuite/20_util/duration/arithmetic/dr2020.cc: Fix typo.
457
458 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
459
460 PR libstdc++/49151
461 * include/std/chrono (operator+, operator-, operator*, operator/,
462 operator&): Implement LWG 2020 [WP]; specify constexpr.
463 * testsuite/20_util/duration/arithmetic/dr2020.cc: New.
464
465 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
466
467 PR libstdc++/49141
468 * testsuite/26_numerics/complex/cons/48760.cc: Use dg-require-c-std.
469 * testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.
470 * testsuite/26_numerics/headers/cmath/19322.cc: Likewise.
471
472 2011-05-24 Paolo Carlini <paolo.carlini@oracle.com>
473
474 * include/bits/c++config (_GLIBCXX_NOTHROW): Update for noexcept.
475 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust dg-error
476 line number.
477
478 2011-05-23 Benjamin Kosnik <bkoz@redhat.com>
479
480 PR libstdc++/37144
481 PR libstdc++/28457
482 Interface changes for ext/pb_ds.
483 PB_DS_BASE_C_DEC to unique PB_DS_*_BASE macros.
484 * include/ext/pb_ds/assoc_container.hpp (container_base): Remove.
485 (basic_hash_table, basic_branch, list_update): Derive from
486 container_base_dispatch.
487 * include/ext/pb_ds/list_update_policy.hpp (null_lu_metadata): Remove.
488 (move_to_front_lu_policy): To lu_move_to_front_policy.
489 (counter_lu_policy): To lu_counter_policy.
490 * include/ext/pb_ds/tree_policy.hpp (null_tree_node_update): Remove.
491 * include/ext/pb_ds/tag_and_trait.hpp (container_base_dispatch): Adjust
492 template parameters, declare here.
493 (null_mapped_type) Remove.
494 (null_type): Just use this for template tricks everywhere.
495 * include/ext/pb_ds/hash_policy.hpp (null_hash_fn, null_probe_fn):
496 Remove.
497 * include/ext/pb_ds/trie_policy.hpp (null_trie_node_update): Remove.
498 (string_trie_e_access_traits): To trie_string_access_traits.
499 * include/ext/pb_ds/priority_queue.hpp: Use container_base_dispatch.
500
501 File changes.
502 * include/Makefile.am (pb_headers): Removed and changed file names.
503 * include/Makefile.in: Regenerated.
504 * include/ext/pb_ds/detail/basic_types.hpp: Remove.
505 * include/ext/pb_ds/detail/bin_search_tree_/
506 cond_dtor_entry_dealtor.hpp: Remove.
507 * include/ext/pb_ds/detail/bin_search_tree_/
508 cond_key_dtor_entry_dealtor.hpp: Remove.
509 * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Move..
510 * include/ext/pb_ds/detail/binary_heap_/
511 point_const_iterator.hpp: ..here.
512 * include/ext/pb_ds/detail/basic_tree_policy: Move to...
513 * include/ext/pb_ds/detail/branch_policy: This.
514 * include/ext/pb_ds/detail/branch_policy/
515 basic_tree_policy_base.hpp: Move...
516 * include/ext/pb_ds/detail/branch_policy/branch_policy.hpp: ...here.
517 * include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp: Add.
518 * include/ext/pb_ds/detail/branch_policy/traits.hpp: Add.
519 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
520 null_metadata.hpp: Remove.
521 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
522 const_point_iterator.hpp: Move...
523 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
524 point_const_iterator.hpp: ...here.
525 * include/ext/pb_ds/detail/list_update_policy/
526 counter_lu_metadata.hpp: Move..
527 * include/ext/pb_ds/detail/list_update_policy/
528 lu_counter_metadata.hpp: ...here.
529 * include/ext/pb_ds/detail/list_update_policy/
530 counter_lu_policy_imp.hpp: Remove.
531 * include/ext/pb_ds/detail/list_update_policy/
532 mtf_lu_policy_imp.hpp: Remove.
533 * include/ext/pb_ds/detail/trie_policy/
534 string_trie_e_access_traits_imp.hpp: Move...
535 * include/ext/pb_ds/detail/trie_policy/
536 sample_trie_access_traits.hpp: ...here.
537 * include/ext/pb_ds/detail/trie_policy/
538 sample_trie_e_access_traits.hpp: Move...
539 * include/ext/pb_ds/detail/trie_policy/
540 trie_string_access_traits_imp.hpp: ...here.
541 * include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp: Remove.
542 * include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp: Remove.
543 * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Remove.
544 * include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp: New, fold all
545 types found in the following files into pat_trie_base.
546 * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Folded.
547 * include/ext/pb_ds/detail/pat_trie_/
548 cond_dtor_entry_dealtor.hpp: Folded.
549 * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Folded.
550 * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Folded.
551 * include/ext/pb_ds/detail/pat_trie_/head.hpp: Folded.
552 * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Folded.
553 * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Folded.
554 * include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp: Folded.
555 * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Folded.
556 * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Folded.
557 * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Folded.
558 * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Move...
559 * include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp: ...here.
560 * include/ext/pb_ds/detail/unordered_iterator/
561 const_point_iterator.hpp: Move...
562 * include/ext/pb_ds/detail/unordered_iterator/
563 point_const_iterator.hpp: ...here.
564
565
566 Adjust for above changes.
567 * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
568 * include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp: Same.
569 * include/ext/pb_ds/detail/resize_policy/
570 sample_resize_trigger.hpp: Same.
571 * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
572 * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
573 * include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp: Same.
574 * include/ext/pb_ds/detail/binomial_heap_base_/
575 binomial_heap_base_.hpp: Same.
576 * include/ext/pb_ds/detail/binomial_heap_base_/
577 constructors_destructor_fn_imps.hpp: Same.
578 * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
579 * include/ext/pb_ds/detail/binomial_heap_base_/
580 split_join_fn_imps.hpp: Same.
581 * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same. Adjust
582 for template parameter ordering change.
583 * include/ext/pb_ds/detail/cc_hash_table_map_/
584 erase_store_hash_fn_imps.hpp: Same.
585 * include/ext/pb_ds/detail/cc_hash_table_map_/
586 constructor_destructor_no_store_hash_fn_imps.hpp: Same.
587 * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
588 * include/ext/pb_ds/detail/cc_hash_table_map_/
589 insert_no_store_hash_fn_imps.hpp: Same.
590 * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
591 * include/ext/pb_ds/detail/cc_hash_table_map_/
592 policy_access_fn_imps.hpp: Same.
593 * include/ext/pb_ds/detail/cc_hash_table_map_/
594 resize_store_hash_fn_imps.hpp: Same.
595 * include/ext/pb_ds/detail/cc_hash_table_map_/
596 constructor_destructor_store_hash_fn_imps.hpp: Same.
597 * include/ext/pb_ds/detail/cc_hash_table_map_/
598 insert_store_hash_fn_imps.hpp: Same.
599 * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
600 * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
601 * include/ext/pb_ds/detail/cc_hash_table_map_/
602 entry_list_fn_imps.hpp: Same.
603 * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
604 * include/ext/pb_ds/detail/cc_hash_table_map_/
605 find_store_hash_fn_imps.hpp: Same.
606 * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
607 * include/ext/pb_ds/detail/cc_hash_table_map_/
608 debug_no_store_hash_fn_imps.hpp: Same.
609 * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
610 * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
611 * include/ext/pb_ds/detail/cc_hash_table_map_/
612 constructor_destructor_fn_imps.hpp: Same.
613 * include/ext/pb_ds/detail/cc_hash_table_map_/
614 cond_key_dtor_entry_dealtor.hpp: Same.
615 * include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp: Same.
616 * include/ext/pb_ds/detail/cc_hash_table_map_/
617 debug_store_hash_fn_imps.hpp: Same.
618 * include/ext/pb_ds/detail/cc_hash_table_map_/
619 erase_no_store_hash_fn_imps.hpp: Same.
620 * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
621 * include/ext/pb_ds/detail/cc_hash_table_map_/
622 iterators_fn_imps.hpp: Same.
623 * include/ext/pb_ds/detail/cc_hash_table_map_/
624 resize_no_store_hash_fn_imps.hpp: Same.
625 * include/ext/pb_ds/detail/cc_hash_table_map_/
626 standard_policies.hpp: Same.
627 * include/ext/pb_ds/detail/tree_trace_base.hpp: Same.
628 * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
629 * include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp: Same.
630 * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
631 * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
632 * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
633 * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
634 * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
635 * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
636 * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
637 * include/ext/pb_ds/detail/pat_trie_/
638 constructors_destructor_fn_imps.hpp: Same.
639 * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
640 * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
641 * include/ext/pb_ds/detail/pat_trie_/traits.hpp: Same.
642 * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
643 * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
644 * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
645 * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
646 * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
647 * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
648 * include/ext/pb_ds/detail/bin_search_tree_/
649 policy_access_fn_imps.hpp: Same.
650 * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
651 * include/ext/pb_ds/detail/bin_search_tree_/
652 constructors_destructor_fn_imps.hpp: Same.
653 * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
654 * include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Same.
655 * include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: Same.
656 * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
657 * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
658 * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
659 * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
660 * include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp: Same.
661 * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
662 * include/ext/pb_ds/detail/bin_search_tree_/
663 split_join_fn_imps.hpp: Same.
664 * include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp: Same.
665 * include/ext/pb_ds/detail/list_update_policy/
666 sample_update_policy.hpp: Same.
667 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
668 trace_fn_imps.hpp: Same.
669 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
670 erase_fn_imps.hpp: Same.
671 * include/ext/pb_ds/detail/gp_hash_table_map_/
672 erase_store_hash_fn_imps.hpp: Same.
673 * include/ext/pb_ds/detail/gp_hash_table_map_/
674 constructor_destructor_no_store_hash_fn_imps.hpp: Same.
675 * include/ext/pb_ds/detail/gp_hash_table_map_/
676 insert_no_store_hash_fn_imps.hpp: Same.
677 * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
678 * include/ext/pb_ds/detail/gp_hash_table_map_/
679 policy_access_fn_imps.hpp: Same.
680 * include/ext/pb_ds/detail/gp_hash_table_map_/
681 resize_store_hash_fn_imps.hpp: Same.
682 * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
683 * include/ext/pb_ds/detail/gp_hash_table_map_/
684 constructor_destructor_store_hash_fn_imps.hpp: Same.
685 * include/ext/pb_ds/detail/gp_hash_table_map_/
686 insert_store_hash_fn_imps.hpp: Same.
687 * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
688 * include/ext/pb_ds/detail/gp_hash_table_map_/
689 iterator_fn_imps.hpp: Same.
690 * include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp: Same.
691 * include/ext/pb_ds/detail/gp_hash_table_map_/
692 find_no_store_hash_fn_imps.hpp: Same.
693 * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
694 * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
695 * include/ext/pb_ds/detail/gp_hash_table_map_/
696 find_store_hash_fn_imps.hpp: Same.
697 * include/ext/pb_ds/detail/gp_hash_table_map_/
698 debug_no_store_hash_fn_imps.hpp: Same.
699 * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
700 * include/ext/pb_ds/detail/gp_hash_table_map_/
701 constructor_destructor_fn_imps.hpp: Same.
702 * include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp: Same.
703 * include/ext/pb_ds/detail/gp_hash_table_map_/
704 debug_store_hash_fn_imps.hpp: Same.
705 * include/ext/pb_ds/detail/gp_hash_table_map_/
706 erase_no_store_hash_fn_imps.hpp: Same.
707 * include/ext/pb_ds/detail/gp_hash_table_map_/
708 resize_no_store_hash_fn_imps.hpp: Same.
709 * include/ext/pb_ds/detail/gp_hash_table_map_/
710 standard_policies.hpp: Same.
711 * include/ext/pb_ds/detail/standard_policies.hpp: Same.
712 * include/ext/pb_ds/detail/types_traits.hpp: Same.
713 * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
714 * include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp: Same.
715 * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
716 * include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: Same.
717 * include/ext/pb_ds/detail/binary_heap_/
718 constructors_destructor_fn_imps.hpp: Same.
719 * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
720 * include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: Same.
721 * include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: Same.
722 * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
723 * include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: Same.
724 * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
725 * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
726 * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
727 * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
728 * include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: Same.
729 * include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp: Same.
730 * include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: Same.
731 * include/ext/pb_ds/detail/tree_policy/
732 sample_tree_node_update.hpp: Same.
733 * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: Same.
734 * include/ext/pb_ds/detail/trie_policy/
735 sample_trie_node_update.hpp: Same.
736 * include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: Same.
737 * include/ext/pb_ds/detail/trie_policy/
738 prefix_search_node_update_imp.hpp: Same.
739 * include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: Same.
740 * include/ext/pb_ds/detail/cond_dealtor.hpp: Same.
741 * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp: Same.
742 Adjust for template parameter change, fold into
743 container_base_dispatch.
744 * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
745 * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
746 * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
747 * include/ext/pb_ds/detail/pairing_heap_/
748 constructors_destructor_fn_imps.hpp: Same.
749 * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
750 * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
751 * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
752 * include/ext/pb_ds/detail/binomial_heap_/
753 constructors_destructor_fn_imps.hpp: Same.
754 * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
755 * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
756 * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
757 * include/ext/pb_ds/detail/type_utils.hpp: Same.
758 * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
759 * include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: Same.
760 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
761 policy_access_fn_imps.hpp: Same.
762 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
763 left_child_next_sibling_heap_.hpp: Same.
764 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
765 const_iterator.hpp: Same.
766 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
767 insert_fn_imps.hpp: Same.
768 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
769 constructors_destructor_fn_imps.hpp: Same.
770 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
771 debug_fn_imps.hpp: Same.
772 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
773 node.hpp: Same.
774 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
775 info_fn_imps.hpp: Same.
776 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
777 iterators_fn_imps.hpp: Same.
778 * include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp: Same.
779 * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
780 * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
781 * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
782 * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
783 * include/ext/pb_ds/detail/thin_heap_/
784 constructors_destructor_fn_imps.hpp: Same.
785 * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
786 * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
787 * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
788 * include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp: Same.
789 * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
790 * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
791 * include/ext/pb_ds/detail/ov_tree_map_/
792 constructors_destructor_fn_imps.hpp: Same.
793 * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
794 * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
795 * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
796 * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
797 * include/ext/pb_ds/detail/ov_tree_map_/traits.hpp: Same.
798 * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
799 * include/ext/pb_ds/detail/debug_map_base.hpp: Same.
800 * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
801 * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Same.
802 * include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: Same.
803 * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Same.
804 * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
805 * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
806 * include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: Same.
807 * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
808 * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
809 * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
810 * include/ext/pb_ds/detail/splay_tree_/
811 constructors_destructor_fn_imps.hpp: Same.
812 * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
813 * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
814 * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
815 * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
816 * include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp: Same.
817 * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
818 * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
819 * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
820 * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
821 * include/ext/pb_ds/detail/list_update_map_/
822 entry_metadata_base.hpp: Same.
823 * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
824 * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
825 * include/ext/pb_ds/detail/list_update_map_/
826 constructor_destructor_fn_imps.hpp: Same.
827 * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
828 * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
829 * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
830 * include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp: Same.
831 * include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp: Same.
832 * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
833 * include/ext/pb_ds/detail/rc_binomial_heap_/
834 rc_binomial_heap_.hpp: Same.
835 * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
836 * include/ext/pb_ds/detail/rc_binomial_heap_/
837 constructors_destructor_fn_imps.hpp: Same.
838 * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
839 * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
840 * include/ext/pb_ds/detail/rc_binomial_heap_/
841 split_join_fn_imps.hpp: Same.
842 * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
843 * include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp: Same.
844 * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
845 * include/ext/pb_ds/detail/rb_tree_map_/
846 constructors_destructor_fn_imps.hpp: Same.
847 * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
848 * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
849 * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
850 * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
851 * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
852 * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
853
854
855 Documentation changes.
856 * include/ext/pb_ds/*: Add doxygen markup.
857 * doc/doxygen/user.cfg.in: Add details for extracting comments
858 from pb_ds.
859 * scripts/run_doxygen: Fixup __gnu_pb_ds::detail.
860 * scripts/make_graph.py: Move to svg output. Re-format generated tables.
861
862 * doc/Makefile.am (stamp-html-copy): New rule.
863 (stamp-html): Use it to copy non-generated files into html docs.
864 * doc/Makefile.in: Regenerated.
865
866 * doc/html/ext/pb_ds/sample_trie_e_access_traits.html: Move...
867 * doc/html/ext/pb_ds/trie_string_access_traits.html: ...here.
868 * doc/html/ext/pb_ds/string_trie_e_access_traits.html: Move..
869 * doc/html/ext/pb_ds/sample_trie_access_traits.html: ...here.
870
871 * doc/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png,
872 hash_random_int_erase_mem_usage_test_local.png,
873 multimap_text_insert_mem_usage_test_small_s2p_hash_local.png,
874 tree_text_insert_timing_test_pat_trie_local.png ,
875 multimap_text_insert_mem_usage_test_small_s2p_tree_local.png ,
876 priority_queue_text_modify_down_timing_test_local.png,
877 gp_hash_random_int_subscript_timing_test_find_local.png,
878 text_find_timing_test_hash_local.png,
879 multimap_text_insert_timing_test_small_s2p_hash_local.png,
880 multimap_text_insert_timing_test_small_s2p_tree_local.png,
881 multimap_text_insert_mem_usage_test_large_s2p_hash_local.png,
882 multimap_text_insert_mem_usage_test_large_s2p_tree_local.png,
883 multimap_text_insert_timing_test_large_s2p_hash_local.png,
884 hash_zlob_random_int_find_timing_test_local.png,
885 multimap_text_insert_timing_test_large_s2p_tree_local.png,
886 binary_priority_queue_random_int_push_timing_test_local.png,
887 priority_queue_text_pop_mem_usage_test_local.png,
888 priority_queue_text_modify_down_timing_test_pairing_thin_local.png,
889 tree_split_join_timing_test_local.png,
890 multimap_text_find_timing_test_small_s2p_hash_local.png,
891 ccgp_hash_random_int_subscript_timing_test_insert_local.png,
892 priority_queue_random_int_push_pop_timing_test_local.png,
893 multimap_text_find_timing_test_small_s2p_tree_local.png,
894 gp_hash_random_int_subscript_timing_test_insert_local.png,
895 priority_queue_text_push_timing_test_local.png,
896 cc_hash_random_int_subscript_timing_test_find_local.png,
897 tree_text_insert_timing_test_vector_tree_local.png,
898 multimap_text_find_timing_test_large_s2p_hash_local.png,
899 pairing_priority_queue_text_push_timing_test_local.png,
900 tree_order_statistics_timing_test_local.png,
901 priority_queue_text_push_pop_timing_test_local.png,
902 text_find_timing_test_tree_like_local.png,
903 multimap_text_find_timing_test_large_s2p_tree_local.png,
904 priority_queue_text_modify_up_timing_test_pairing_thin_local.png,
905 cc_hash_random_int_subscript_timing_test_insert_local.png,
906 priority_queue_text_modify_up_timing_test_local.png,
907 random_int_find_find_timing_test_tree_local.png,
908 priority_queue_random_int_push_timing_test_local.png,
909 tree_text_insert_timing_test_node_tree_local.png,
910 pairing_priority_queue_text_push_pop_timing_test_local.png,
911 gp_hash_random_int_find_timing_test_local.png,
912 cc_hash_random_int_find_timing_test_local.png,
913 priority_queue_text_join_timing_test_local.png: Update local pngs.
914
915
916 Testsuite changes.
917 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand_debug.cc: New.
918 * testsuite/ext/pb_ds/regression/tree_data_map_rand_debug.cc: New.
919 * testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc: New.
920 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand_debug.cc: New.
921 * testsuite/ext/pb_ds/regression/trie_data_map_rand_debug.cc: New.
922 * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand_debug.cc:
923 New.
924 * testsuite/ext/pb_ds/regression/list_update_data_map_rand_debug.cc:
925 New.
926 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand_debug.cc: New.
927 * testsuite/ext/pb_ds/regression/hash_data_map_rand_debug.cc: New.
928
929 * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Fix typo.
930
931 * testsuite/ext/pb_ds/example/basic_set.cc: Update.
932 * testsuite/ext/pb_ds/example/ranged_hash.cc: Same.
933 * testsuite/ext/pb_ds/example/tree_order_statistics.cc: Same.
934 * testsuite/ext/pb_ds/example/trie_prefix_search.cc: Same.
935 * testsuite/ext/pb_ds/example/trie_dna.cc: Same.
936 * testsuite/ext/pb_ds/example/tree_intervals.cc: Same.
937 * testsuite/ext/pb_ds/example/basic_multimap.cc: Same.
938 * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc:
939 Same.
940 * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
941 * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc: Same.
942 * testsuite/data/make_graph_test_infos.xml: Same.
943 * testsuite/util/regression/common_type.hpp: Same.
944 * testsuite/util/regression/trait/assoc/native_type_trait.hpp: Same.
945 * testsuite/util/regression/trait/assoc/trait.hpp: Same.
946 * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
947 * testsuite/util/regression/rand/priority_queue/
948 rand_regression_test.hpp: Same.
949 * testsuite/util/regression/rand/priority_queue/
950 container_rand_regression_test.tcc: Same.
951 * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
952 * testsuite/util/regression/rand/assoc/container_rand_regression_test.h
953 * testsuite/util/regression/rand/assoc/
954 container_rand_regression_test.tcc: Same.
955 * testsuite/util/native_type/native_priority_queue.hpp: Same.
956 * testsuite/util/native_type/native_multimap.hpp: Same.
957 * testsuite/util/native_type/native_hash_multimap.hpp: Same.
958 * testsuite/util/native_type/native_set.hpp: Same.
959 * testsuite/util/native_type/native_map.hpp: Same.
960 * testsuite/util/native_type/native_hash_set.hpp: Same.
961 * testsuite/util/native_type/native_hash_map.hpp: Same.
962 * testsuite/util/testsuite_containers.h
963 * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
964 * testsuite/util/common_type/assoc/common_type.hpp: Same.
965 * testsuite/util/common_type/assoc/string_form.hpp: Same.
966 * testsuite/util/common_type/assoc/template_policy.hpp: Same.
967 * testsuite/util/common_type/assoc/detail/
968 trigger_policy_string_form.hpp: Same.
969 * testsuite/util/common_type/assoc/detail/ds_string_form.hpp: Same.
970 * testsuite/util/common_type/assoc/detail/
971 size_policy_string_form.hpp: Same.
972 * testsuite/util/common_type/assoc/detail/
973 probe_fn_string_form.hpp: Same.
974 * testsuite/util/common_type/assoc/detail/
975 tree_supports_order_statistics.hpp: Same.
976 * testsuite/util/common_type/assoc/detail/
977 trie_supports_prefix_search.hpp: Same.
978 * testsuite/util/common_type/assoc/detail/
979 list_update_policy_string_form.hpp: Same.
980 * testsuite/util/common_type/assoc/detail/
981 trie_supports_order_statistics.hpp: Same.
982 * testsuite/util/common_type/assoc/native_set.hpp: Same.
983 * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
984 * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
985 * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
986
987 2011-05-23 Paolo Carlini <paolo.carlini@oracle.com>
988
989 * include/bits/streambuf_iterator.h: Use noexcept per the FDIS.
990 (istreambuf_iterator<>::istreambuf_iterator(const
991 istreambuf_iterator&), ~istreambuf_iterator()): Add defaulted
992 in C++0x mode.
993
994 2011-05-23 Jason Merrill <jason@redhat.com>
995
996 * libsupc++/exception_ptr.h: Fix compilation in C++0x mode.
997
998 2011-05-22 Jonathan Wakely <jwakely.gcc@gmail.com>
999
1000 * testsuite/20_util/bind/cv_quals_2.cc: New.
1001
1002 2011-05-22 Paolo Carlini <paolo.carlini@oracle.com>
1003
1004 PR libstdc++/49058
1005 * include/std/functional (_Bind<_Functor(_Bound_args...)>::
1006 operator()(_Args&&...)): Don't cv qualify _Functor directly
1007 in the default template argument, SFINAE doesn't apply when
1008 the functor has no arguments.
1009 * testsuite/20_util/bind/49058_1.cc: New.
1010 * testsuite/20_util/bind/49058_2.cc: Likewise.
1011
1012 2011-05-21 Paolo Carlini <paolo.carlini@oracle.com>
1013
1014 * include/bits/unique_ptr.h: Use noexcept per the FDIS.
1015
1016 2011-05-20 Paolo Carlini <paolo.carlini@oracle.com>
1017
1018 * testsuite/21_strings/basic_string/requirements/exception/
1019 propagation_consistent.cc: Fix vs POD-ness of value_type.
1020 * testsuite/21_strings/basic_string/requirements/exception/
1021 basic.cc: Likewise.
1022 * testsuite/ext/vstring/requirements/exception/
1023 propagation_consistent.cc: Likewise.
1024 * testsuite/ext/vstring/requirements/exception/basic.cc: Likewise.
1025
1026 2011-05-20 Paolo Carlini <paolo.carlini@oracle.com>
1027
1028 * include/bits/char_traits.h: Use noexcept throughout.
1029 * include/std/typeindex: Likewise.
1030
1031 * include/std/tuple (_Tuple_impl<>_Tuple_impl(_Tuple_impl&&)): Use
1032 noexcept; adjust callers.
1033 * include/bits/stl_pair.h (pair<>::pair(pair<>&&)): Use noexcept.
1034 * testsuite/20_util/tuple/cons/noexcept_move_construct.cc: New.
1035 * testsuite/20_util/pair/cons/noexcept_move_construct.cc: Likewise.
1036 * testsuite/20_util/pair/noexcept_swap.cc: Likewise.
1037 * testsuite/20_util/pair/noexcept_move_assign.cc: Likewise.
1038 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning
1039 line numbers.
1040
1041 2011-05-20 Jason Merrill <jason@redhat.com>
1042
1043 * include/ext/pb_ds/assoc_container.hpp: Explicitly qualify calls to
1044 functions from dependent bases.
1045 * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Likewise.
1046 * include/ext/pb_ds/detail/rb_tree_map_/
1047 split_join_fn_imps.hpp: Likewise.
1048 * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Likewise.
1049 * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Likewise.
1050 * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Likewise.
1051 * include/ext/pb_ds/detail/splay_tree_/
1052 split_join_fn_imps.hpp: Likewise.
1053 * include/ext/pb_ds/detail/tree_policy/
1054 order_statistics_imp.hpp: Likewise.
1055 * include/ext/pb_ds/detail/trie_policy/
1056 prefix_search_node_update_imp.hpp: Likewise.
1057 * include/ext/rc_string_base.h: Likewise.
1058 * include/ext/rope: Likewise.
1059 * include/ext/ropeimpl.h: Likewise.
1060 * testsuite/util/exception/safety.h: Likewise.
1061 * testsuite/util/native_type/native_priority_queue.hpp: Likewise.
1062 * testsuite/util/testsuite_io.h: Likewise.
1063 * include/std/functional: Declare mem_fn earlier.
1064 * include/tr1/functional: Likewise.
1065 * include/tr1/exp_integral.tcc: Declare __expint_E1 earlier.
1066
1067 2011-05-19 Paolo Carlini <paolo.carlini@oracle.com>
1068
1069 * include/std/tuple (tuple_element<__i, const _Tp>,
1070 tuple_element<__i, volatile _Tp>, tuple_element<__i,
1071 const volatile _Tp>, tuple_size<const _Tp>, tuple_size<volatile _Tp>,
1072 tuple_size<const volatile _Tp>): Add.
1073 * include/std/utility (tuple_size<std::pair<_Tp1, _Tp2>>): Tweak.
1074 * include/std/array (tuple_size<array<_Tp, _Nm>>): Likewise.
1075 * testsuite/20_util/tuple/cv_tuple_size.cc: New.
1076 * testsuite/20_util/tuple/cv_tuple_element.cc: Likewise.
1077 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Tweak dg-warning
1078 line number.
1079
1080 2011-05-19 Paolo Carlini <paolo.carlini@oracle.com>
1081
1082 * include/std/tuple (tuple<>::operator=(tuple&&)): Specify as
1083 noexcept.
1084 (__get_helper): Likewise.
1085 (_Head_base<>::_M_head, _Tuple_impl<>::_M_head, _M_tail): Likewise.
1086 * include/bits/move.h (swap): Likewise.
1087 * include/bits/algorithmfwd.h (swap): Adjust.
1088 * include/bits/stl_pair.h (pair<>::operator=(pair&&)): Spec noexcept.
1089 * testsuite/util/testsuite_allocator.h (uneq_allocator): In C++0x
1090 mode, prefer delete to access control to make the type not copy
1091 assignable.
1092 * testsuite/util/testsuite_tr1.h: Add test classes.
1093 * testsuite/20_util/tuple/noexcept_swap.cc: New.
1094 * testsuite/20_util/tuple/noexcept_move_assign.cc: Likewise.
1095 * testsuite/25_algorithms/reverse/moveable.cc: Likewise, prefer
1096 delete to access control.
1097 * testsuite/25_algorithms/swap_ranges/moveable.cc: Likewise.
1098 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-warning
1099 line numbers.
1100
1101 2011-05-19 Daniel Krugler <daniel.kruegler@googlemail.com>
1102
1103 * testsuite/util/testsuite_tr1.h: Add test classes.
1104 * testsuite/20_util/is_nothrow_assignable/value.cc: Add.
1105
1106 2011-05-19 Paolo Carlini <paolo.carlini@oracle.com>
1107
1108 * include/std/type_traits (is_assignable, is_copy_assignable,
1109 is_move_assignable, is_nothrow_assignable, is_nothrow_copy_assignable,
1110 is_nothrow_move_assignable): Add; minor tweaks elsewhere.
1111 (has_nothrow_copy_assign): Remove.
1112 * testsuite/util/testsuite_tr1.h: Add test classes.
1113 * testsuite/20_util/is_assignable/requirements/typedefs.cc: Add.
1114 * testsuite/20_util/is_assignable/requirements/
1115 explicit_instantiation.cc: Likewise.
1116 * testsuite/20_util/is_nothrow_assignable/value.cc: Likewise.
1117 * testsuite/20_util/is_nothrow_assignable/requirements/typedefs.cc:
1118 Likewise.
1119 * testsuite/20_util/is_nothrow_assignable/requirements/
1120 explicit_instantiation.cc: Likewise.
1121 * testsuite/20_util/is_move_assignable/value.cc: Likewise.
1122 * testsuite/20_util/is_move_assignable/requirements/typedefs.cc:
1123 Likewise.
1124 * testsuite/20_util/is_move_assignable/requirements/
1125 explicit_instantiation.cc: Likewise.
1126 * testsuite/20_util/is_copy_assignable/value.cc: Likewise.
1127 * testsuite/20_util/is_copy_assignable/requirements/typedefs.cc:
1128 Likewise.
1129 * testsuite/20_util/is_copy_assignable/requirements/
1130 explicit_instantiation.cc: Likewise.
1131 * testsuite/20_util/is_nothrow_move_assignable/value.cc: Likewise.
1132 * testsuite/20_util/is_nothrow_move_assignable/requirements/
1133 typedefs.cc: Likewise.
1134 * testsuite/20_util/is_nothrow_move_assignable/requirements/
1135 explicit_instantiation.cc: Likewise.
1136 * testsuite/20_util/is_nothrow_copy_assignable/value.cc: Likewise.
1137 * testsuite/20_util/is_nothrow_copy_assignable/requirements/
1138 typedefs.cc: Likewise.
1139 * testsuite/20_util/is_nothrow_copy_assignable/requirements/
1140 explicit_instantiation.cc: Likewise.
1141 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
1142 dg-error line numbers.
1143 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
1144 Likewise.
1145 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
1146
1147 2011-05-18 Jonathan Wakely <jwakely.gcc@gmail.com>
1148
1149 * include/bits/shared_ptr_base.h: Use noexcept. Define special member
1150 functions as defaulted/deleted.
1151 * include/bits/shared_ptr.h: Use noexcept.
1152 * 20_util/shared_ptr/cons/43820_neg.cc: Adjust dg-error line numbers.
1153 * 20_util/weak_ptr/comparison/cmp_neg.cc: Likewise.
1154
1155 2011-05-18 Jonathan Wakely <jwakely.gcc@gmail.com>
1156
1157 * doc/xml/manual/bitmap_allocator.xml: Fix typos.
1158
1159 2011-05-18 Paolo Carlini <paolo.carlini@oracle.com>
1160
1161 * libsupc++/initializer_list: Use noexcept specifier.
1162 (initializer_list<>::size, begin, end): Qualify as const.
1163 * include/bits/move.h (__addressof, forward, move, addressof): Specify
1164 as noexcept.
1165 * include/std/bitset: Use noexcept specifier throughout.
1166 * include/debug/bitset: Update.
1167 * include/profile/bitset: Likewise.
1168
1169 2011-05-17 Paolo Carlini <paolo.carlini@oracle.com>
1170
1171 * include/std/tuple: Use noexcept where appropriate.
1172 (tuple<>::swap): Rework implementation.
1173 (_Head_base<>::_M_swap_impl): Remove.
1174 (get(std::tuple<>&&)): Add.
1175 * testsuite/20_util/tuple/element_access/get2.cc: New.
1176 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error
1177 line number.
1178
1179 2011-05-16 Paolo Carlini <paolo.carlini@oracle.com>
1180
1181 * include/std/utility: Simplify the last commit, the whole
1182 std::get code is C++0x only.
1183
1184 2011-05-16 Paolo Carlini <paolo.carlini@oracle.com>
1185
1186 * include/std/utility (get(std::pair<>&&)): Add.
1187 * include/bits/stl_pair.h (pair::swap(pair&),
1188 swap(pair<>&, pair<>&)): Use noexcept.
1189 * include/bits/random.h (discard_block_engine<>::base,
1190 independent_bits_engine<>::base, shuffle_order_engine<>::base,
1191 random_device::entropy): Use noexcept.
1192 * include/std/array: Use noexcept where appropriate.
1193 (get(array<>&&)): Add.
1194 * testsuite/23_containers/array/requirements/get.cc: New.
1195 * testsuite/20_util/pair/get.cc: Likewise.
1196 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Tweak dg-error
1197 line number.
1198
1199 2011-05-15 Paolo Carlini <paolo.carlini@oracle.com>
1200
1201 * include/bits/c++config (_GLIBCXX_NOEXCEPT, _GLIBCXX_USE_NOEXCEPT):
1202 Add.
1203 * include/std/limits: Use the latter everywhere.
1204 (numeric_limits<char16_t>, numeric_limits<char32_t>): Simplify
1205 macro usages, the specializations exist only in C++0x mode.
1206 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust dg-error
1207 line number.
1208
1209 2011-05-11 Paolo Carlini <paolo.carlini@oracle.com>
1210
1211 * testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc: Use
1212 dg-require-cmath.
1213 * testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc: Likewise.
1214
1215 2011-05-11 François Dumont <francois.cppdevs@free.fr>
1216
1217 * include/ext/pb_ds/detail/resize_policy/
1218 hash_load_check_resize_trigger_imp.hpp (assert_valid): Replace
1219 _GLIBCXX_DEBUG_ASSERT calls with PB_DS_DEBUG_VERIFY.
1220 * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp,
1221 find_fn_imps.hpp, insert_fn_imps.hpp, binomial_heap_base_.hpp,
1222 constructors_destructor_fn_imps.hpp, split_join_fn_imps.hpp
1223 (PB_DS_ASSERT_VALID): Rename in PB_DS_ASSERT_VALID_COND.
1224 * include/ext/pb_ds/detail/debug_map_base.hpp,
1225 splay_tree_/splay_tree_.hpp, ov_tree_map_/ov_tree_map_.hpp,
1226 cc_hash_table_map_/cc_ht_map_.hpp, pat_trie_/pat_trie_.hpp,
1227 leaf.hpp, internal_node.hpp, gp_hash_table_map_/gp_ht_map_.hpp,
1228 bin_search_tree_/bin_search_tree_.hpp, list_update_map_/lu_map_.hpp,
1229 rb_tree_map_/rb_tree_.hpp (PB_DS_ASSERT_VALID, PB_DS_DEBUG_VERIFY,
1230 PB_DS_CHECK_KEY_EXISTS, PB_DS_CHECK_KEY_DOES_NOT_EXIST): Duplicate
1231 macro definitions move...
1232 * include/ext/pb_ds/detail/container_base_dispatch.hpp: ... here...
1233 * include/ext/pb_ds/detail/basic_tree_policy/traits.hpp: ... and here.
1234 * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp,
1235 resize_policy.hpp, pairing_heap_/pairing_heap_.hpp,
1236 left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp,
1237 binomial_heap_/binomial_heap_.hpp, thin_heap_/thin_heap_.hpp,
1238 rc_binomial_heap_/rc_binomial_heap_.hpp, rc.hpp (PB_DS_ASSERT_VALID,
1239 PB_DS_DEBUG_VERIFY): Duplicate macro definitions move...
1240 * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:
1241 ...here.
1242
1243 2011-05-09 Paolo Carlini <paolo.carlini@oracle.com>
1244
1245 PR libstdc++/48933
1246 * include/c_global/cmath (acosh, asinh, atanh, cbrt, copysign,
1247 erf, erfc, exp2, expm1, fdim, fma, fmax, hypot, ilogb, lgamma,
1248 llrint, llround, log1p, log2, logb, lrint, lround, nearbyint,
1249 nextafter, nexttoward, remainder, remquo, rint, round, scalbln,
1250 scalbn, tgamma, trunc): Use __enable_if on the return type.
1251 * include/tr1/cmath: Likewise.
1252 * testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc: New.
1253 * testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc: Likewise.
1254
1255 2011-05-07 François Dumont <francois.cppdevs@free.fr>
1256
1257 * include/debug/macro.h (_GLIBCXX_DEBUG_VERIFY_AT): New.
1258 (_GLICXX_DEBUG_VERIFY): Use latter.
1259 * include/ext/pb_ds/detail/resize_policy/
1260 hash_load_check_resize_trigger_imp.hpp: Emit assertion on the line
1261 containing the original assert call.
1262 * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp,
1263 find_fn_imps.hpp, insert_fn_imps.hpp, binomial_heap_base_.hpp,
1264 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1265 split_join_fn_imps.hpp: Likewise.
1266 * include/ext/pb_ds/detail/cc_hash_table_map_/
1267 erase_store_hash_fn_imps.hpp, insert_no_store_hash_fn_imps.hpp,
1268 find_fn_imps.hpp, insert_store_hash_fn_imps.hpp, debug_fn_imps.hpp,
1269 debug_no_store_hash_fn_imps.hpp, cc_ht_map_.hpp, resize_fn_imps.hpp,
1270 constructor_destructor_fn_imps.hpp, debug_store_hash_fn_imps.hpp,
1271 erase_no_store_hash_fn_imps.hpp: Likewise.
1272 * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp,
1273 insert_join_fn_imps.hpp, pat_trie_/head.hpp, debug_fn_imps.hpp,
1274 constructors_destructor_fn_imps.hpp, pat_trie_.hpp, split_fn_imps.hpp,
1275 leaf.hpp, erase_fn_imps.hpp, node_base.hpp, internal_node.hpp:
1276 Likewise.
1277 * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp,
1278 r_erase_fn_imps.hpp, constructors_destructor_fn_imps.hpp,
1279 debug_fn_imps.hpp, rotate_fn_imps.hpp, erase_fn_imps.hpp,
1280 bin_search_tree_.hpp, insert_fn_imps.hpp, split_join_fn_imps.hpp:
1281 Likewise.
1282 * include/ext/pb_ds/detail/gp_hash_table_map_/
1283 erase_store_hash_fn_imps.hpp, insert_no_store_hash_fn_imps.hpp,
1284 find_fn_imps.hpp, gp_ht_map_.hpp, insert_store_hash_fn_imps.hpp,
1285 debug_fn_imps.hpp, erase_fn_imps.hpp, debug_no_store_hash_fn_imps.hpp,
1286 resize_fn_imps.hpp, constructor_destructor_fn_imps.hpp,
1287 debug_store_hash_fn_imps.hpp, erase_no_store_hash_fn_imps.hpp:
1288 Likewise.
1289 * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp,
1290 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1291 erase_fn_imps.hpp, insert_fn_imps.hpp, binary_heap_.hpp,
1292 resize_policy.hpp, split_join_fn_imps.hpp: Likewise.
1293 * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp,
1294 find_fn_imps.hpp, insert_fn_imps.hpp,
1295 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1296 pairing_heap_.hpp, split_join_fn_imps.hpp: Likewise.
1297 * include/ext/pb_ds/detail/binomial_heap_/
1298 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1299 binomial_heap_.hpp: Likewise.
1300 * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
1301 erase_fn_imps.hpp, left_child_next_sibling_heap_.hpp,
1302 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp: Likewise.
1303 * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp,
1304 find_fn_imps.hpp, thin_heap_.hpp, insert_fn_imps.hpp,
1305 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1306 split_join_fn_imps.hpp: Likewise.
1307 * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp,
1308 ov_tree_map_.hpp, constructors_destructor_fn_imps.hpp,
1309 debug_fn_imps.hpp, split_join_fn_imps.hpp, info_fn_imps.hpp: Likewise.
1310 * include/ext/pb_ds/detail/debug_map_base.hpp: Likewise.
1311 * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp,
1312 find_fn_imps.hpp, insert_fn_imps.hpp,
1313 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp,
1314 splay_fn_imps.hpp, split_join_fn_imps.hpp, splay_tree_.hpp: Likewise.
1315 * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp,
1316 find_fn_imps.hpp, lu_map_.hpp, constructor_destructor_fn_imps.hpp,
1317 insert_fn_imps.hpp, debug_fn_imps.hpp: Likewise.
1318 * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp,
1319 rc_binomial_heap_.hpp, insert_fn_imps.hpp,
1320 constructors_destructor_fn_imps.hpp, debug_fn_imps.hpp, rc.hpp,
1321 split_join_fn_imps.hpp: Likewise.
1322 * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp,
1323 insert_fn_imps.hpp, constructors_destructor_fn_imps.hpp,
1324 debug_fn_imps.hpp, rb_tree_.hpp, split_join_fn_imps.hpp: Likewise.
1325 * include/ext/pb_ds/hash_policy.hpp: Likewise.
1326
1327 2011-05-06 Paolo Carlini <paolo.carlini@oracle.com>
1328
1329 * testsuite/22_locale/messages_byname/named_equivalence.cc: Fix.
1330
1331 2011-05-04 Marc Glisse <marc.glisse@normalesup.org>
1332
1333 PR libstdc++/47913 (again)
1334 * include/std/ratio (ratio_add, ratio_less): Rewrite.
1335 * testsuite/20_util/ratio/operations/47913.cc: Extend.
1336 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust dg-error
1337 line numbers.
1338 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
1339
1340 2011-05-03 Paolo Carlini <paolo.carlini@oracle.com>
1341
1342 PR libstdc++/48848
1343 * include/std/valarray (valarray<>::valarray(valarray&&),
1344 valarray<>::operator=(valarray&&), valarray<>::swap): Add.
1345 * doc/xml/manual/status_cxx200x.xml: Update.
1346 * testsuite/26_numerics/valarray/moveable.cc: New.
1347 * testsuite/26_numerics/valarray/swap.cc: Likewise.
1348
1349 2011-05-03 Paolo Carlini <paolo.carlini@oracle.com>
1350
1351 PR libstdc++/48750
1352 * include/parallel/multiway_merge.h: Run _ValueType destructors.
1353 * include/parallel/multiway_mergesort.h: Likewise.
1354 * include/parallel/quicksort.h: Likewise.
1355 * include/parallel/random_shuffle.h: Likewise.
1356 * include/parallel/partial_sum.h: Likewise.
1357 * include/parallel/losertree.h: Run destructors; minor tweaks.
1358 * include/parallel/par_loop.h: Run destructors, fix memory
1359 allocations and deallocations.
1360 * testsuite/26_numerics/accumulate/48750.cc: New.
1361
1362 * testsuite/ext/profile/mutex_extensions_neg.cc: Do not run in
1363 parallel-mode to avoid spurious multiple errors.
1364
1365 2011-05-03 Jonathan Wakely <jwakely.gcc@gmail.com>
1366
1367 * include/std/functional (bind): Remove from overload set when first
1368 argument type might be a socket file descriptor.
1369 * testsuite/20_util/bind/socket.cc: New.
1370
1371 2011-05-03 Jonathan Wakely <jwakely.gcc@gmail.com>
1372
1373 PR libstdc++/48848
1374 * doc/xml/manual/status_cxx200x.xml: Update valarray status.
1375 * doc/html/*: Regenerate.
1376
1377 2011-05-02 Ollie Wild <aaw@google.com>
1378
1379 * include/ext/sso_string_base.h (__sso_string_base<>::_M_construct):
1380 Fix unqualified lookup.
1381 (__sso_string_base<>::_M_assign): Likewise.
1382 (__sso_string_base<>::_M_reserve): Likewise.
1383 (__sso_string_base<>::_M_mutate): Likewise.
1384 (__sso_string_base<>::_M_erase): Likewise.
1385 * include/ext/vstring.h (__versa_string<>::replace): Likewise.
1386 (__versa_string<>::compare): Likewise.
1387 * include/ext/vstring.tcc (__versa_string<>::compare): Likewise.
1388
1389 2011-05-02 Jonathan Wakely <jwakely.gcc@gmail.com>
1390
1391 * doc/xml/manual/status_cxx200x.xml: Update to reflect current status
1392 and FDIS content.
1393 * doc/xml/manual/documentation_hacking.xml: Fix typo.
1394 * doc/html/*: Regenerate.
1395
1396 2011-04-30 Daniel Krugler <daniel.kruegler@googlemail.com>
1397
1398 * include/std/type_traits (__is_default_constructible_atom,
1399 __is_default_constructible_safe<, true>,
1400 __is_direct_constructible_new_safe,
1401 __is_base_to_derived_ref<,, true>, __is_lvalue_to_rvalue_ref<,, true>,
1402 __is_direct_constructible_ref_cast, __is_direct_constructible,
1403 __is_nary_constructible): Simplify; add comments throughout.
1404
1405 2011-04-30 Paolo Carlini <paolo.carlini@oracle.com>
1406
1407 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
1408 Adjust dg-error line numbers.
1409 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
1410 Likewise.
1411 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
1412
1413 2011-04-30 Doug Kwan <dougkwan@google.com>
1414
1415 * include/Makefile.am (install-freestanding-headers): Also install
1416 cxxabi_tweaks.h.
1417 * include/Makefile.in: Regenerate.
1418
1419 2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
1420
1421 PR libstdc++/48760
1422 * include/std/complex (complex<float>::complex(float, float),
1423 complex<double>::complex(double, double),
1424 complex<long double>::complex(long double, long double)): Use
1425 list-initialization in C++0x mode, initialize in the body in
1426 C++03 mode.
1427 * testsuite/26_numerics/complex/cons/48760.cc: New.
1428 * testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.
1429
1430 2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
1431
1432 * include/std/bitset (_Base_bitset(unsigned long long)): Minor
1433 tweak, remove redundant round braces.
1434
1435 2011-04-27 Paolo Carlini <paolo.carlini@oracle.com>
1436
1437 * include/bits/move.h (move_if_noexcept): Add.
1438 * testsuite/20_util/move_if_noexcept/requirements/
1439 explicit_instantiation.cc: New.
1440 * testsuite/20_util/move_if_noexcept/1.cc: Likewise.
1441
1442 2011-04-25 Paolo Carlini <paolo.carlini@oracle.com>
1443
1444 * include/std/type_traits (struct underlying_type): Add.
1445 * testsuite/20_util/underlying_type/requirements/typedefs-1.cc: New.
1446 * testsuite/20_util/underlying_type/requirements/typedefs-2.cc:
1447 Likewise.
1448 * testsuite/20_util/underlying_type/requirements/
1449 explicit_instantiation.cc: Likewise.
1450 * testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error
1451 line number.
1452
1453 2011-04-24 Paolo Carlini <paolo.carlini@oracle.com>
1454
1455 * include/parallel/multiway_merge.h: Uglify equally_split
1456 and equally_split_point throughout.
1457 * include/parallel/par_loop.h: Likewise.
1458 * include/parallel/equally_split.h: Likewise.
1459 * include/parallel/set_operations.h: Likewise.
1460 * include/parallel/unique_copy.h: Likewise.
1461 * include/parallel/multiway_mergesort.h: Likewise.
1462 * include/parallel/search.h: Likewise.
1463 * include/parallel/partial_sum.h: Likewise.
1464 * include/parallel/find.h: Likewise.
1465
1466 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
1467
1468 * doc/xml/manual/parallel_mode.xml: Fix link to libgomp online
1469 documentation. Expand link text.
1470
1471 2011-04-24 Gerald Pfeifer <gerald@pfeifer.com>
1472
1473 * libsupc++/cxxabi.h: Adjust link to FAQ entry.
1474
1475 2011-04-22 François Dumont <francois.cppdevs@free.fr>
1476
1477 * testsuite/lib/libstdc++.exp (check_v3_target_time): Discard
1478 unused compilation result thanks to /dev/null.
1479 * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode,
1480 check_v3_target_profile_mode, check_v3_target_normal_mode,
1481 check_v3_target_cstdint, check_v3_target_cmath,
1482 check_v3_target_atomic_builtins, check_v3_target_gthreads,
1483 check_v3_target_nanosleep, check_v3_target_sched_yield,
1484 check_v3_target_string_conversions, check_v3_target_swprintf,
1485 check_v3_target_binary_io): Use simple preprocessing rather than
1486 compilation. Discard unused preprocessing result thanks to /dev/null.
1487
1488 2011-04-20 Jim Meyering <meyering@redhat.com>
1489
1490 * libsupc++/del_opnt.cc (operator delete): Remove useless
1491 if-before-free.
1492
1493 2011-04-19 Jonathan Wakely <jwakely.gcc@gmail.com>
1494
1495 PR libstdc++/48521
1496 * include/std/type_traits (result_of): Handle pointer to member.
1497 * include/std/functional (__invoke): Likewise.
1498 (_Function_to_function_pointer): Remove.
1499 (_Reference_wrapper_base): Provide nested types independent of
1500 unary_function and binary_function.
1501 (reference_wrapper::operator()): DR 2017.
1502 (ref(const A&&), cref(const A&&): Define as deleted.
1503 * include/std/future (async): Simplify SFINAE and use result_of to
1504 support pointer to member.
1505 * testsuite/20_util/reference_wrapper/invoke.cc: Test pointer to
1506 member.
1507 * testsuite/20_util/reference_wrapper/24803.cc: Likewise.
1508 * testsuite/20_util/reference_wrapper/typedefs.cc: Test for types
1509 instead of derivation from unary_function and binary_function.
1510 * testsuite/20_util/declval/requirements/1_neg.cc: Adjust.
1511 * testsuite/20_util/reference_wrapper/invoke-2.cc: New.
1512 * testsuite/20_util/reference_wrapper/ref_neg.c: New.
1513 * testsuite/20_util/reference_wrapper/typedefs-3.c: New.
1514
1515 2011-04-19 Hans-Peter Nilsson <hp@axis.com>
1516
1517 PR testsuite/48675
1518 * testsuite/20_util/hash/chi2_quality.cc (test_document_words): Stub
1519 this part if SAMPLES < 100000.
1520
1521 2011-04-18 Paolo Carlini <paolo.carlini@oracle.com>
1522
1523 * include/std/type_traits (is_nothrow_default_constructible,
1524 is_nothrow_copy_constructible, is_nothrow_move_constructible,
1525 is_copy_constructible, is_move_constructible): Add.
1526 (has_nothrow_default_constructor, has_nothrow_copy_constructor):
1527 Remove.
1528 (is_nothrow_constructible): Adjust.
1529
1530 * testsuite/util/testsuite_tr1.h (ThrowDefaultClass,
1531 ThrowCopyConsClass, ThrowMoveConsClass, NoexceptDefaultClass,
1532 ExceptDefaultClass, NoexceptCopyConsClass, ExceptCopyConsClass,
1533 NoexceptMoveConsClass, ExceptMoveConsClass): Add in C++0x mode.
1534
1535 * testsuite/20_util/has_nothrow_default_constructor: Remove.
1536 * testsuite/20_util/has_nothrow_copy_constructor: Likewise.
1537
1538 * testsuite/20_util/is_nothrow_move_constructible/value.cc: Likewise.
1539 * testsuite/20_util/is_nothrow_move_constructible/requirements/
1540 typedefs.cc: Likewise.
1541 * testsuite/20_util/is_nothrow_move_constructible/requirements/
1542 explicit_instantiation.cc: Likewise.
1543 * testsuite/20_util/is_nothrow_copy_constructible/value.cc: Likewise.
1544 * testsuite/20_util/is_nothrow_copy_constructible/requirements/
1545 typedefs.cc: Likewise.
1546 * testsuite/20_util/is_nothrow_copy_constructible/requirements/
1547 explicit_instantiation.cc: Likewise.
1548 * testsuite/20_util/is_nothrow_default_constructible/value.cc:
1549 Likewise.
1550 * testsuite/20_util/is_nothrow_default_constructible/requirements/
1551 typedefs.cc: Likewise.
1552 * testsuite/20_util/is_nothrow_default_constructible/requirements/
1553 explicit_instantiation.cc: Likewise.
1554 * testsuite/20_util/is_move_constructible/value.cc: Likewise.
1555 * testsuite/20_util/is_move_constructible/requirements/typedefs.cc:
1556 Likewise.
1557 * testsuite/20_util/is_move_constructible/requirements/
1558 explicit_instantiation.cc: Likewise.
1559 * testsuite/20_util/is_copy_constructible/value.cc: Likewise.
1560 * testsuite/20_util/is_copy_constructible/requirements/typedefs.cc:
1561 Likewise.
1562 * testsuite/20_util/is_copy_constructible/requirements/
1563 explicit_instantiation.cc: Likewise.
1564
1565 * testsuite/20_util/is_default_constructible/value.cc: Add tests.
1566 * testsuite/20_util/is_nothrow_constructible/value.cc: Likewise.
1567
1568 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
1569 Adjust dg-error line numbers.
1570 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
1571 Likewise.
1572 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
1573
1574 2011-04-17 Paolo Carlini <paolo.carlini@oracle.com>
1575
1576 * testsuite/25_algorithms/partition/moveable.cc: Actually run
1577 it in parallel-mode for check-parallel.
1578
1579 2011-04-17 Daniel Krugler <daniel.kruegler@googlemail.com>
1580 Paolo Carlini <paolo.carlini@oracle.com>
1581
1582 PR libstdc++/48635 (again)
1583 * include/bits/unique_ptr.h (unique_ptr<>::unique_ptr(unique_ptr<>&&),
1584 unique_ptr<_Tp[]>::unique_ptr(unique_ptr<>&&),
1585 unique_ptr<>::operator=(unique_ptr<>&&),
1586 unique_ptr<_Tp[]>::operator=(unique_ptr<>&&)): Use forward<_Ep>, not
1587 forward<_Dp>, to forward the deleter.
1588 * testsuite/20_util/unique_ptr/assign/48635_neg.cc: New.
1589
1590 2011-04-15 Daniel Krugler <daniel.kruegler@googlemail.com>
1591 Paolo Carlini <paolo.carlini@oracle.com>
1592
1593 PR libstdc++/48631
1594 * include/bits/unique_ptr.h (default_delete<_Tp[]>): Add deleted
1595 function call operator.
1596 * testsuite/20_util/default_delete/48631_neg.cc: New.
1597 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error
1598 line numbers.
1599
1600 2011-04-15 Daniel Krugler <daniel.kruegler@googlemail.com>
1601 Paolo Carlini <paolo.carlini@oracle.com>
1602
1603 PR libstdc++/48635
1604 * include/bits/unique_ptr.h (unique_ptr<>::operator=(unique_ptr&&),
1605 unique_ptr<>::operator=(unique_ptr<>&&),
1606 unique_ptr<_Tp[],>::operator=(unique_ptr&&),
1607 unique_ptr<_Tp[],>::operator=(unique_ptr<>&&)): Forward the deleter
1608 instead of moving it.
1609 * testsuite/20_util/unique_ptr/assign/48635.cc: New.
1610
1611 2011-04-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1612
1613 * scripts/extract_symvers.pl: Handle NOTY.
1614
1615 2011-04-15 Paolo Carlini <paolo.carlini@oracle.com>
1616
1617 * include/std/istream: Fix comments in the light of DR60 + N3168.
1618
1619 2011-04-13 Daniel Krugler <daniel.kruegler@googlemail.com>
1620 Paolo Carlini <paolo.carlini@oracle.com>
1621
1622 PR libstdc++/48526
1623 * include/std/type_traits (struct is_constructible): Re-implement,
1624 according to n3290.
1625 (struct is_default_constructible): Add.
1626 (struct is_destructible): Likewise.
1627 (struct __and_, __or_, __not_): Add and use throughout; reorder some
1628 facilities, other minor tweaks.
1629 * testsuite/util/testsuite_tr1.h: Add test types.
1630 * testsuite/20_util/is_constructible/value-2.cc: New.
1631 * testsuite/20_util/is_default_constructible/value.cc: Likewise.
1632 * testsuite/20_util/is_default_constructible/requirements/typedefs.cc:
1633 Likewise.
1634 * testsuite/20_util/is_default_constructible/requirements/
1635 explicit_instantiation.cc: Likewise.
1636 * testsuite/20_util/is_destructible/value.cc: Likewise.
1637 * testsuite/20_util/is_destructible/requirements/typedefs.cc:
1638 Likewise.
1639 * testsuite/20_util/is_destructible/requirements/
1640 explicit_instantiation.cc: Likewise.
1641 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
1642 dg-error line numbers.
1643 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
1644 Likewise.
1645 * testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
1646 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise.
1647
1648 2011-04-13 Paolo Carlini <paolo.carlini@oracle.com>
1649
1650 * testsuite/20_util/is_function/value.cc: Add, adapted from the tr
1651 testsuite.
1652 * testsuite/20_util/is_function/requirements/typedefs.cc: Likewise.
1653 * testsuite/20_util/is_function/requirements/
1654 explicit_instantiation.cc: Likewise.
1655 * testsuite/20_util/is_function/24808.cc: Likewise.
1656 * testsuite/20_util/is_function/35637.cc: Likewise.
1657 * testsuite/20_util/is_object/value.cc: Likewise.
1658 * testsuite/20_util/is_object/requirements/typedefs.cc: Likewise.
1659 * testsuite/20_util/is_object/requirements/explicit_instantiation.cc:
1660 : Likewise.
1661 * testsuite/20_util/is_object/24808.cc: Likewise.
1662 * testsuite/20_util/is_compound/value.cc: Likewise.
1663 * testsuite/20_util/is_compound/requirements/typedefs.cc: Likewise.
1664 * testsuite/20_util/is_compound/requirements/
1665 explicit_instantiation.cc: Likewise.
1666 * testsuite/20_util/is_member_object_pointer/value.cc: Likewise.
1667 * testsuite/20_util/is_member_object_pointer/requirements/
1668 typedefs.cc: Likewise.
1669 * testsuite/20_util/is_member_object_pointer/requirements/
1670 explicit_instantiation.cc: Likewise.
1671 * testsuite/20_util/is_fundamental/value.cc: Likewise.
1672 * testsuite/20_util/is_fundamental/requirements/typedefs.cc: Likewise.
1673 * testsuite/20_util/is_fundamental/requirements/
1674 explicit_instantiation.cc: Likewise.
1675 * testsuite/20_util/is_member_pointer/value.cc: Likewise.
1676 * testsuite/20_util/is_member_pointer/requirements/typedefs.cc:
1677 Likewise.
1678 * testsuite/20_util/is_member_pointer/requirements/
1679 explicit_instantiation.cc: Likewise.
1680 * testsuite/20_util/is_member_function_pointer/value.cc: Likewise.
1681 * testsuite/20_util/is_member_function_pointer/
1682 requirements/typedefs.cc: Likewise.
1683 * testsuite/20_util/is_member_function_pointer/requirements/
1684 explicit_instantiation.cc: Likewise.
1685
1686 * testsuite/20_util/is_convertible/value.cc: Minor tweak, adjust
1687 Copyright years.
1688
1689 2011-04-12 Takaya Saito <gintensubaru@gmail.com>
1690
1691 PR libstdc++/48476
1692 * include/std/tuple (_Tuple_impl<>::_Tuple_impl(_Tuple_impl<>&&),
1693 _Tuple_impl<>::operator=(_Tuple_impl&&), _Tuple_impl<>::operator=
1694 (_Tuple_impl<>&&), tuple_cat): Use std::forward where appropriate.
1695 * testsuite/20_util/tuple/cons/48476.cc: New.
1696 * testsuite/20_util/tuple/48476.cc: Likewise.
1697 * testsuite/20_util/tuple/creation_functions/48476.cc: Likewise.
1698
1699 2011-04-12 Allan McRae <allan@archlinux.org>
1700
1701 PR libstdc++/48566
1702 * testsuite/tr1/6_containers/unordered_map/requirements/
1703 iterator_null_neg.cc: Include <cstddef>.
1704 * testsuite/tr1/6_containers/unordered_set/requirements/
1705 iterator_null_neg.cc: Likewise.
1706 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc: Include
1707 <cstring>.
1708 * testsuite/util/testsuite_common_types.h: Include <limits>.
1709 * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc:
1710 Adjust dg-error line numbers.
1711 * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Likewise.
1712 * testsuite/29_atomics/atomic_integral/operators/increment_neg.cc:
1713 Likewise.
1714 * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc:
1715 Likewise.
1716 * testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc:
1717 Likewise.
1718 * testsuite/29_atomics/atomic/cons/assign_neg.cc: Likewise.
1719 * testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise.
1720
1721 2011-04-11 Jason Merrill <jason@redhat.com>
1722
1723 * testsuite/20_util/is_convertible/value.cc: Adjust.
1724
1725 2011-04-11 Paolo Carlini <paolo.carlini@oracle.com>
1726
1727 * testsuite/25_algorithms/inplace_merge/moveable.cc: Actually run
1728 it in parallel-mode for check-parallel.
1729 * testsuite/25_algorithms/rotate/moveable.cc: Likewise.
1730 * testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
1731 * testsuite/25_algorithms/remove/moveable.cc: Likewise.
1732 * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc:
1733 Likewise.
1734 * testsuite/25_algorithms/unique/moveable.cc: Likewise.
1735 * testsuite/25_algorithms/remove_if/moveable.cc: Likewise.
1736 * testsuite/25_algorithms/heap/moveable.cc: Likewise.
1737
1738 * testsuite/25_algorithms/next_permutation/moveable.cc: Only skip
1739 the tests based on std::lexicographical_compare for check-parallel.
1740 * testsuite/25_algorithms/prev_permutation/moveable.cc: Likewise.
1741
1742 2011-04-10 Jonathan Wakely <jwakely.gcc@gmail.com>
1743
1744 PR libstdc++/48541
1745 * include/std/functional (_Base_manager::_M_get_pointer): Use
1746 addressof.
1747 * testsuite/20_util/function/48541.cc: New.
1748
1749 2011-04-10 Jonathan Wakely <jwakely.gcc@gmail.com>
1750
1751 PR libstdc++/48465
1752 * configure.ac (libtool_VERSION): Bump library version to 6:16:0.
1753 * configure: Regenerate.
1754 * config/abi/pre/gnu.ver (GLIBCXX_3.4.16): Export missing symbols.
1755 * testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.16.
1756
1757 2011-04-06 Jeffrey Yasskin <jyasskin@google.com>
1758
1759 * include/ext/algorithm (is_sorted): In C++0x mode import from
1760 namespace std.
1761 * include/ext/numeric (iota): In C++0x mode import from
1762 namespace std.
1763 * testsuite/ext/is_sorted/cxx0x.cc: New.
1764 * testsuite/ext/iota/cxx0x.cc: New.
1765
1766 2011-04-02 Jonathan Wakely <redi@gcc.gnu.org>
1767
1768 PR libstdc++/48398
1769 * include/bits/unique_ptr.h (__tuple_type): Store pointer type.
1770 * testsuite/20_util/unique_ptr/modifiers/48398.cc: New.
1771 * testsuite/20_util/unique_ptr/requirements/pointer_type.cc: Remove
1772 unused parameter name.
1773
1774 2011-03-31 Jeffrey Yasskin <jyasskin@google.com>
1775
1776 * libsupc++/exception_ptr.h: Forward-declare std::type_info.
1777 * libsupc++/nested_exception.h (__throw_with_nested): Remove a
1778 redundant default argument from std::__throw_with_nested.
1779
1780 2011-03-31 Paolo Carlini <paolo.carlini@oracle.com>
1781
1782 PR libstdc++/48382
1783 * src/ctype.cc: Do not include <bits/ctype_noninline.h>.
1784 * src/Makefile.am: Add ctype_configure_char.cc to host_sources.
1785 * src/Makefile.in: Regenerate.
1786 * include/Makefile.am: Remove ctype_noninline.h from host_headers.
1787 * include/Makefile.in: Regenerate.
1788 * doc/xml/manual/internals.xml: Update.
1789 * config/os/newlib/ctype_noninline.h: Fixup and rename to...
1790 * config/os/newlib/ctype_configure_char.cc: ... this.
1791 * config/os/aix/ctype_noninline.h: Likewise.
1792 * config/os/aix/ctype_configure_char.cc: Likewise.
1793 * config/os/vxworks/ctype_noninline.h: Likewise.
1794 * config/os/vxworks/ctype_configure_char.cc
1795 * config/os/hpux/ctype_noninline.h: Likewise.
1796 * config/os/hpux/ctype_configure_char.cc: Likewise.
1797 * config/os/gnu-linux/ctype_noninline.h: Likewise.
1798 * config/os/gnu-linux/ctype_configure_char.cc: Likewise.
1799 * config/os/mingw32/ctype_noninline.h: Likewise.
1800 * config/os/mingw32/ctype_configure_char.cc: Likewise.
1801 * config/os/tpf/ctype_noninline.h: Likewise.
1802 * config/os/tpf/ctype_configure_char.cc: Likewise.
1803 * config/os/uclibc/ctype_noninline.h: Likewise.
1804 * config/os/uclibc/ctype_configure_char.cc: Likewise.
1805 * config/os/bionic/ctype_noninline.h: Likewise.
1806 * config/os/bionic/ctype_configure_char.cc: Likewise.
1807 * config/os/djgpp/ctype_noninline.h: Likewise.
1808 * config/os/djgpp/ctype_configure_char.cc: Likewise.
1809 * config/os/qnx/qnx6.1/ctype_noninline.h: Likewise.
1810 * config/os/qnx/qnx6.1/ctype_configure_char.cc: Likewise.
1811 * config/os/bsd/netbsd/ctype_noninline.h: Likewise.
1812 * config/os/bsd/netbsd/ctype_configure_char.cc: Likewise.
1813 * config/os/bsd/darwin/ctype_noninline.h: Likewise.
1814 * config/os/bsd/darwin/ctype_configure_char.cc: Likewise.
1815 * config/os/bsd/freebsd/ctype_noninline.h: Likewise.
1816 * config/os/bsd/freebsd/ctype_configure_char.cc: Likewise.
1817 * config/os/irix/irix6.5/ctype_noninline.h: Likewise.
1818 * config/os/irix/irix6.5/ctype_configure_char.cc: Likewise.
1819 * config/os/generic/ctype_noninline.h: Likewise.
1820 * config/os/generic/ctype_configure_char.cc: Likewise.
1821 * config/os/solaris/solaris2.7/ctype_noninline.h: Likewise.
1822 * config/os/solaris/solaris2.7/ctype_configure_char.cc: Likewise.
1823
1824 2011-03-25 Jonathan Wakely <jwakely.gcc@gmail.com>
1825
1826 * include/std/future (future::share): Add.
1827 (packaged_task::result_type): Remove as per LWG 2030.
1828 (packaged_task::packaged_task): Remove redundant constructors, as per
1829 LWG 1514.
1830 * testsuite/30_threads/future/members/share.cc: New.
1831 * testsuite/30_threads/packaged_task/requirements/typedefs.cc: Remove.
1832
1833 2011-03-25 Jonathan Wakely <jwakely.gcc@gmail.com>
1834
1835 * testsuite/28_regex/match_results/ctors/char/default.cc: Do not call
1836 members which require a fully established result state.
1837 * testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise.
1838
1839 2011-03-25 Paolo Carlini <paolo.carlini@oracle.com>
1840
1841 * include/bits/random.h (negative_binomial_distribution<>::
1842 negative_binomial_distribution(_IntType, double),
1843 negative_binomial_distribution<>::
1844 negative_binomial_distribution(const param_type&)): Tweak
1845 construction of _M_gd.
1846 * include/bits/random.tcc (negative_binomial_distribution<>::
1847 operator()): Adjust.
1848
1849 2011-03-24 Paolo Carlini <paolo.carlini@oracle.com>
1850
1851 * include/bits/random.h (negative_binomial_distribution<>::
1852 negative_binomial_distribution(_IntType, double),
1853 negative_binomial_distribution<>::
1854 negative_binomial_distribution(const param_type&)): Fix
1855 construction of _M_gd.
1856 * include/bits/random.tcc (negative_binomial_distribution<>::
1857 operator()): Fix computation, per Leger's algorithm.
1858 * testsuite/util/testsuite_random.h (discrete_pdf,
1859 negative_binomial_pdf, poisson_pdf, uniform_int_pdf): New.
1860 (binomial_pdf): Swap last two parameters.
1861 * testsuite/26_numerics/random/discrete_distribution/
1862 operators/values.cc: New.
1863 * testsuite/26_numerics/random/negative_binomial_distribution/
1864 operators/values.cc: Likewise.
1865 * testsuite/26_numerics/random/poisson_distribution/
1866 operators/values.cc: Likewise.
1867 * testsuite/26_numerics/random/uniform_int_distribution/
1868 operators/values.cc: Likewise.
1869 * testsuite/26_numerics/random/binomial_distribution/
1870 operators/values.cc: Adjust.
1871
1872 2011-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1873
1874 * config/abi/post/solaris2.8/baseline_symbols.txt: Regenerate.
1875 * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise.
1876 * config/abi/post/solaris2.10/baseline_symbols.txt: Likewise.
1877 * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
1878 * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
1879
1880 2011-03-23 Matthias Klose <doko@ubuntu.com>
1881
1882 * config/abi/post/sparc-linux-gnu/baseline_symbols.txt: Regenerated.
1883
1884 2011-03-23 Uros Bizjak <ubizjak@gmail.com>
1885
1886 * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Regenerated.
1887
1888 2011-03-22 Joseph Myers <joseph@codesourcery.com>
1889
1890 * configure.ac: Don't handle powerpc*-*-gnu*.
1891 * configure: Regenerate.
1892
1893 2011-03-22 Paolo Carlini <paolo.carlini@oracle.com>
1894
1895 * testsuite/21_strings/basic_string/cons/char/moveable2.cc: Tweak
1896 Copyright years.
1897 * testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc:
1898 Likewise.
1899
1900 2011-03-22 Paolo Carlini <paolo.carlini@oracle.com>
1901
1902 * include/bits/shared_ptr.h (operator>, operator<=, operator>=): Add,
1903 per DR 1401.
1904 (operator==, operator!=, operator<): Fix per the letter of DR 1401.
1905 * include/bits/shared_ptr_base.h: Likewise for __shared_ptr.
1906 * include/bits/unique_ptr.h (operator==, operator!=, operator<,
1907 operator<=, operator>, operator>=): Fix per the letter of DR 1401.
1908 * testsuite/20_util/shared_ptr/comparison/dr1401.cc: New.
1909 * testsuite/20_util/unique_ptr/comparison/dr1401.cc: Likewise.
1910 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust.
1911
1912 2011-03-22 Jakub Jelinek <jakub@redhat.com>
1913
1914 * config/abi/pre/gnu.ver (GLIBCXX_3.4.15): Export _ZNSsC2EOSs
1915 and _ZNSbIwSt11char_traitsIwESaIwEEC2EOS2_.
1916 * config/abi/post/solaris2.8/baseline_symbols.txt: Regenerated.
1917 * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise.
1918 * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Likewise.
1919 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise.
1920 * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise.
1921 * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise.
1922 * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise.
1923 * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt:
1924 Likewise.
1925 * config/abi/post/solaris2.10/baseline_symbols.txt: Likewise.
1926 * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
1927 * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
1928 * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise.
1929 * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Likewise.
1930 * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Likewise.
1931 * testsuite/21_strings/basic_string/cons/char/moveable2.cc: New test.
1932 * testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc: New
1933 test.
1934
1935 2011-03-21 Jack Howarth <howarth@bromo.med.uc.edu>
1936
1937 * testsuite/lib/prune.exp (libstdc++-dg-prune): Prune "could not
1938 create compact unwind for" warnings.
1939
1940 2011-03-21 Jakub Jelinek <jakub@redhat.com>
1941
1942 * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Update.
1943 * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise.
1944 * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt:
1945 Likewise.
1946 * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise.
1947 * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise.
1948 * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Likewise.
1949 * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Likewise.
1950 * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise.
1951 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise.
1952 * config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt: Likewise.
1953 * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise.
1954 * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise.
1955
1956 * testsuite/util/testsuite_abi.cc (check_version): Set incompatible
1957 even when adding symbols to CXXABI_1.3, GLIBCXX_LDBL_3.4 and
1958 CXXABI_LDBL_1.3 versions.
1959
1960 2011-03-21 Benjamin Kosnik <bkoz@redhat.com>
1961
1962 * config/abi/pre/gnu.ver: Remove typeinfo name exports for C++0x types.
1963
1964 2011-03-21 Jakub Jelinek <jakub@redhat.com>
1965
1966 * config/abi/pre/gnu.ver (CXXABI_1.3): Don't export _ZT[IS][PK]*[no].
1967 (CXXABI_1.3.5): Export _ZTI[PK]*[no].
1968
1969 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1970
1971 * testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail on
1972 sparc*-sun-solaris2.10 && lp64.
1973
1974 2011-03-19 Paolo Carlini <paolo.carlini@oracle.com>
1975
1976 * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Rename
1977 to check_v3_target_cmath.
1978 * testsuite/lib/dg-options.exp (dg-require-c99_math): Rename
1979 to dg-require-cmath.
1980 * testsuite/26_numerics/random/binomial_distribution/
1981 operators/values.cc: Adjust.
1982
1983 2011-03-18 Diego Novillo <dnovillo@google.com>
1984
1985 * testsuite/decimal/mixed-mode-arith_neg.cc: Rename from
1986 mixed-mode_neg.cc
1987 * testsuite/decimal/mixed-mode-cmp_neg.cc: Factor out of
1988 mixed-mode-arith_neg.cc
1989
1990 2011-03-18 Paolo Carlini <paolo.carlini@oracle.com>
1991
1992 * testsuite/util/testsuite_random.h: New.
1993 * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Add.
1994 * testsuite/lib/dg-options.exp (dg-require-c99_math): Likewise.
1995 * testsuite/26_numerics/random/bernoulli_distribution/
1996 operators/values.cc: New.
1997 * testsuite/26_numerics/random/binomial_distribution/
1998 operators/values.cc: Likewise.
1999 * testsuite/26_numerics/random/geometric_distribution/
2000 operators/values.cc: Likewise.
2001
2002 2011-03-16 Benjamin Kosnik <bkoz@redhat.com>
2003
2004 * config/abi/pre/gnu.ver: Add base destructors for stdexcept classes.
2005 * testsuite/19_diagnostics/stdexcept.cc: New.
2006
2007 2011-03-15 Benjamin Kosnik <bkoz@redhat.com>
2008
2009 * include/std/thread: Revert.
2010 * src/thread.cc: Same.
2011 * config/abi/pre/gnu.ver: Same.
2012
2013 2011-03-15 Doug Kwan <dougkwan@google.com>
2014
2015 PR libstdc++/48123
2016 * include/Makefile.am (install-freestanding-headers): Install
2017 cpu_defines.h
2018 * include/Makefile.in: Regenerate.
2019
2020 2011-03-15 Benjamin Kosnik <bkoz@redhat.com>
2021
2022 * config/abi/pre/gnu.ver: Make nested_exception exports super clear.
2023 Move bad_function_call exports from CXXABI_1.3.5 to GLIBCXX_3.4.15.
2024
2025 2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
2026
2027 PR libstdc++/48130
2028 * src/future.cc: Guard definitions.
2029 * libsupc++/nested_exception.cc: Same.
2030
2031 2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
2032
2033 * src/Makefile.am: Add functional.cc, shared_ptr.cc.
2034 * src/Makefile.in: Regenerate.
2035 * libsupc++/Makefile.am: Add nested_exception.cc.
2036 * libsupc++/Makefile.in: Regenerate.
2037 * src/system_error.cc: Add ctor and dtor definitions for error_category.
2038 * src/functional.cc: New. Add dtor definition for bad_function_call.
2039 * src/stdexcept.cc: Add dtor definitions for domain_error,
2040 invalid_argument, length_error, out_of_range, range_error,
2041 overflow_error, underflow_error.
2042 * src/future.cc: Add dtor definition for __future_base::_Result_base.
2043 * src/shared_ptr.cc: New. Add dtor definition for bad_weak_ptr.
2044 * src/thread.cc: Add dtor for thread::_Impl_base.
2045 * include/std/system_error: Adjust.
2046 * include/std/stdexcept: Same.
2047 * include/std/future: Same.
2048 * include/std/functional: Same.
2049 * include/std/thread: Same.
2050 * include/bits/shared_ptr_base.h: Same.
2051 * libsupc++/nested_exception.cc: New. Add dtor for nested_exception.
2052 * libsupc++/nested_exception.h: Adjust.
2053 * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust line numbers.
2054 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
2055 * config/abi/pre/gnu.ver: Add new exports.
2056
2057 2011-03-14 Benjamin Kosnik <bkoz@redhat.com>
2058
2059 * include/bits/regex_compiler.h: Nest namespace versioning.
2060 * include/bits/regex_grep_matcher.tcc: Same.
2061 * include/bits/regex_grep_matcher.h: Same.
2062 * include/bits/regex_cursor.h: Same.
2063 * include/bits/regex_nfa.h: Same.
2064 * include/bits/regex_nfa.tcc: Same.
2065
2066 * include/bits/regex_grep_matcher.h: Version forward declarations.
2067 * include/bits/c++config: Add namespace association for __regex.
2068 * include/bits/regex.h: Make sub_match consistent.
2069
2070 2011-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2071
2072 * doc/xml/manual/abi.xml: Replace docs.sun.com URLs by their OTN
2073 equivalents.
2074 * doc/html/manual/abi.html: Regenerate.
2075
2076 2011-03-14 Tom Tromey <tromey@redhat.com>
2077
2078 * python/libstdcxx/v6/printers.py (_use_gdb_pp): New global.
2079 Try to import `gdb.printing' module.
2080 (UniquePointerPrinter.__init__): Add 'typename' argument.
2081 (StdSlistPrinter.__init__): Likewise.
2082 (StdSlistIteratorPrinter.__init__): Likewise.
2083 (StdVectorIteratorPrinter.__init__): Likewise.
2084 (StdRbtreeIteratorPrinter.__init__): Likewise.
2085 (StdDebugIteratorPrinter.__init__): Likewise.
2086 (StdDequeIteratorPrinter.__init__): Likewise.
2087 (StdStringPrinter.__init__): Likewise.
2088 (RxPrinter, Printer): New class.
2089 (libstdcxx_printer): New global.
2090 (register_libstdcxx_printers): Rewrite.
2091 (build_libstdcxx_dictionary): Rewrite.
2092 (pretty_printers_dict): Remove.
2093
2094 2011-03-14 Andrey Zholos <aaz@althenia.net>
2095
2096 PR libstdc++/48114
2097 * include/bits/random.h (geometric_distribution): Correct formula
2098 in comment, per C++0x.
2099 (geometric_distribution<>::param_type::param_type(double)): Fix check.
2100 (geometric_distribution<>::param_type::_M_initialize):
2101 Store log(1 - p).
2102 * include/bits/random.tcc (geometric_distribution<>::operator()):
2103 Fix computation.
2104 (binomial_distribution<>::operator()): Likewise.
2105
2106 2011-03-09 Paolo Carlini <paolo.carlini@oracle.com>
2107
2108 * testsuite/util/testsuite_rvalref.h: Minor tweaks.
2109
2110 2011-03-09 Jonathan Wakely <redi@gcc.gnu.org>
2111 Chris Jefferson <chris@bubblescope.net>
2112 Paolo Carlini <paolo.carlini@oracle.com>
2113
2114 * testsuite/util/testsuite_rvalref.h (rvalstruct_compare_by_value):
2115 New.
2116 * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc:
2117 Likewise.
2118 * testsuite/25_algorithms/partial_sort/check_compare_by_value:
2119 Likewise.
2120 * testsuite/25_algorithms/stable_sort/check_compare_by_value.cc:
2121 Likewise.
2122 * testsuite/25_algorithms/sort/check_compare_by_value: Likewise.
2123
2124 2011-03-09 Chris Jefferson <chris@bubblescope.net>
2125
2126 PR libstdc++/48038
2127 * include/bits/stl_algo.h (__merge_backward): Rename to
2128 __move_merge_backward and change to always move rather than copy.
2129 (__move_merge): New function similar to std::merge except values
2130 are moved instead of copied.
2131 (__merge_adaptive, __merge_sort_loop): Change from using std::merge
2132 and __merge_backward to __move_merge and __move_merge_backward.
2133
2134 2011-03-07 Jason Merrill <jason@redhat.com>
2135
2136 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Adjust
2137 expected errors.
2138
2139 2011-03-07 Benjamin Kosnik <bkoz@redhat.com>
2140 Matthias Klose <doko@ubuntu.com>
2141 Jonathan Wakely <redi@gcc.gnu.org>
2142
2143 PR libstdc++/47145
2144 * acinclude.m4 (GLIBCXX_CONFIGURE_DOCBOOK): Define.
2145 * configure.ac: Use it.
2146 * doc/Makefile.am (XSL_STYLE_DIR): Set at configure time.
2147 * configure: Regenerate.
2148 * doc/Makefile.in: Regenerate.
2149
2150 2011-03-04 Benjamin Kosnik <bkoz@chula>
2151
2152 * src/Makefile.am (inst_sources): Make source instantion files
2153 conditional.
2154 (XTEMPLATE_FLAGS): Make -fno-implicit-templates conditional.
2155 * src/Makefile.in: Regenerate.
2156 * src/valarray-inst.cc: Move to..
2157 * src/valarray.cc: ...this.
2158 * acinclude.m4 (GLIBCXX_ENABLE_EXTERN_TEMPLATE]): Define.
2159 * configure.ac (GLIBCXX_ENABLE_EXTERN_TEMPLATE): Use it.
2160 * configure: Regenerate.
2161 * include/Makefile.am (stamp-extern-template): Add.
2162 * include/Makefile.in: Regenerate.
2163
2164 * doc/xml/manual/configure.xml: Document --enable-extern-template.
2165
2166 * include/bits/locale_classes.tcc: Adjust comment.
2167 * include/bits/locale_facets.tcc: Same.
2168 * include/bits/basic_ios.tcc: Same.
2169 * include/bits/istream.tcc: Same.
2170 * include/bits/codecvt.h: Same.
2171 * include/bits/ostream.tcc: Same.
2172 * include/bits/sstream.tcc: Same.
2173 * include/bits/c++config: Same.
2174 * include/bits/basic_string.tcc: Same.
2175 * include/bits/ostream_insert.h: Same.
2176 * include/bits/locale_facets_nonio.tcc: Same.
2177 * include/bits/streambuf.tcc: Same.
2178 * include/bits/allocator.h: Same.
2179 * include/bits/fstream.tcc: Same.
2180
2181 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.
2182
2183 2011-03-02 Benjamin Kosnik <bkoz@redhat.com>
2184
2185 * testsuite/Makefile.am: Make clean fixups.
2186 * testsuite/Makefile.in: Regenerate.
2187
2188 2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
2189
2190 * include/std/ratio (ratio_less): Add comments.
2191
2192 2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
2193
2194 PR libstdc++/47913
2195 * include/std/ratio (ratio_add): Avoid denominator overflow.
2196 * testsuite/20_util/ratio/operations/47913.cc: New.
2197
2198 2011-02-28 Benjamin Kosnik <bkoz@redhat.com>
2199
2200 * testsuite/20_util/hash/chi2_quality.cc: Use C++0x mode on simulators.
2201 * testsuite/20_util/hash/quality.cc: Same.
2202
2203 2011-02-28 Paolo Carlini <paolo.carlini@oracle.com>
2204
2205 PR libstdc++/47921
2206 * include/std/streambuf (basic_streambuf<>::__safe_gbump,
2207 __safe_pbump): Add.
2208 * include/bits/streambuf.tcc (basic_streambuf<>::xgetn,
2209 xputn): Use the latter.
2210 * include/bits/streambuf_iterator.h: Likewise.
2211 * src/strstream.cc: Likewise.
2212 * src/streambuf.cc: Likewise.
2213 * src/compatibility.cc: Likewise.
2214 * src/istream.cc: Likewise.
2215 * include/bits/fstream.tcc (basic_filebuf<>::xsgetn): Use setg
2216 instead of gbump.
2217 * include/std/sstream (basic_stringbuf<>::_M_pbump): Add.
2218 * include/bits/sstream.tcc (basic_stringbuf<>::seekoff,
2219 seekpos, _M_sync): Use setg, setp, and _M_pbump.
2220 * config/abi/pre/gnu.ver: Tweak.
2221
2222 2011-02-28 Paolo Carlini <paolo.carlini@oracle.com>
2223
2224 * testsuite/20_util/ratio/comparisons/comp3.cc: New.
2225
2226 2011-02-28 Marc Glisse <marc.glisse@normalesup.org>
2227
2228 PR libstdc++/42622
2229 * include/std/ratio (ratio_less): Reimplement to never overflow.
2230 * testsuite/20_util/ratio/comparisons/comp2.cc: Extend.
2231
2232 2011-02-24 Benjamin Kosnik <bkoz@redhat.com>
2233
2234 * testsuite/18_support/type_info/fundamental.cc: New.
2235
2236 * testsuite/Makefile.am: Make clean fixups.
2237 * testsuite/Makefile.in: Regenerate.
2238
2239 2011-02-19 François Dumont <francois.cppdevs@free.fr>
2240
2241 * include/debug/string (basic_string::insert): Add iterator check and
2242 pass normal iterator to normal insert.
2243 * include/debug/macros.h (__glibcxx_check_heap,
2244 __glibcxx_check_heap_pred): Remove __glibcxx_check_valid_range,
2245 already done.
2246
2247 2011-02-17 Paolo Carlini <paolo.carlini@oracle.com>
2248
2249 PR libstdc++/47776
2250 * testsuite/ext/vstring/hash/char/1.cc: Fix.
2251 * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise.
2252
2253 2011-02-17 Jonathan Wakely <jwakely.gcc@gmail.com>
2254
2255 * include/bits/regex.h (basic_regex::traits_type): Add typedef.
2256 (basic_regex::basic_regex(basic_regex&&)): Add noexcept.
2257 (basic_regex::operator=(basic_regex&&)): Likewise.
2258 (basic_regex::assign(basic_regex&&)): Likewise.
2259 (operator==(sub_match,...)): Implement DR 1181.
2260 (match_results::match_results(match_results&&)): Define.
2261 (match_results::operator=(const match_results&)): Fix parameter type.
2262 (match_results::operator=(match_results&&)): Define.
2263
2264 2011-02-17 Jonathan Wakely <jwakely.gcc@gmail.com>
2265
2266 PR libstdc++/47724
2267 * include/bits/regex_compiler.h (_Scanner::_M_advance): Do not treat
2268 line anchors as metacharacters.
2269 * testsuite/28_regex/basic_regex/ctors/47724.cc: New.
2270
2271 2011-02-16 Paolo Carlini <paolo.carlini@oracle.com>
2272
2273 PR libstdc++/47773
2274 * include/ext/vstring.h (hash<__gnu_cxx::__vstring>,
2275 hash<__gnu_cxx::__wvstring>, hash<__gnu_cxx::__u16vstring>,
2276 hash<__gnu_cxx::__u32vstring>): Add.
2277 * testsuite/ext/vstring/hash/char/1.cc: New.
2278 * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise.
2279
2280 2011-02-16 Jonathan Wakely <jwakely.gcc@gmail.com>
2281
2282 * include/bits/regex.h (match_results::format): Use char_traits.
2283
2284 2011-02-16 Benjamin Kosnik <bkoz@redhat.com>
2285
2286 * include/std/atomic: Remove atomic_address, uplift to N3225.
2287 * include/bits/atomic_0.h: Same.
2288 * include/bits/atomic_2.h: Same.
2289 * include/bits/atomic_base.h: Same.
2290 * testsuite/29_atomics/atomic_address/*: Delete.
2291
2292 2011-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
2293
2294 * include/bits/regex.h (sub_match::sub_match): Add.
2295 (match_results::ready): Add.
2296 (match_results::empty): Adjust.
2297 (match_results::length): Add missing dereference.
2298 (match_results::operator[],prefix,suffix): Add debug mode checks.
2299 (match_results::cend): Re-use end().
2300 (match_results::format): Adjust signatures.
2301 (operator==(match_results,match_results)): Implement.
2302 * include/bits/regex_compiler.h (_Scanner_base): Use constexpr.
2303 * include/bits/regex_constants.h (syntax_option_type): Likewise.
2304 * include/bits/regex_grep_matcher.h: Fix comment typo.
2305 (_SpecializedResults::_SpecializedResults): Simplify.
2306 * include/bits/regex_cursor.h: Fix comment typo.
2307 * include/bits/regex_nfa.h: Likewise.
2308 * testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc:
2309 Fix error code, remove xfail.
2310 * testsuite/28_regex/basic_regex/ctors/extended/
2311 string_range_01_02_03.cc: Likewise.
2312
2313 2011-02-14 Jonathan Wakely <jwakely.gcc@gmail.com>
2314
2315 * include/bits/regex_compiler.h: Remove unnecessary bind() calls.
2316 * include/bits/regex_nfa.h: Remove unnecessary base classes.
2317
2318 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2319
2320 * configure: Regenerate.
2321
2322 2011-02-12 Paolo Carlini <paolo.carlini@oracle.com>
2323
2324 PR libstdc++/47709
2325 * include/ext/algorithm (is_heap): In C++0x mode import from
2326 namespace std.
2327 * testsuite/ext/is_heap/47709.cc: New.
2328
2329 2011-02-12 Jakub Jelinek <jakub@redhat.com>
2330 Jonathan Wakely <jwakely.gcc@gmail.com>
2331
2332 PR libstdc++/47662
2333 * testsuite/17_intro/headers/c++200x/operator_names.cc: New.
2334 * testsuite/17_intro/headers/c++1998/operator_names.cc: Add comment.
2335
2336 2011-02-12 Paolo Carlini <paolo.carlini@oracle.com>
2337
2338 * include/tr1/cmath (fabs): Define.
2339 * include/tr1/complex (acos, asin, atan): Avoid duplicate definitions
2340 in C++0x mode.
2341
2342 2011-02-12 Jonathan Wakely <jwakely.gcc@gmail.com>
2343
2344 * testsuite/tr1/headers/c++200x/complex.cc: New.
2345
2346 2011-02-11 Johannes Singler <singler@kit.edu>
2347
2348 PR libstdc++/47433
2349 * include/parallel/losertree.h
2350 (_LoserTreeUnguarded<>::__delete_min_insert):
2351 Add missing "using std::swap;", as for other variants.
2352
2353 2011-02-10 Benjamin Kosnik <bkoz@redhat.com>
2354
2355 * src/Makefile.am (sources): Add regex.cc.
2356 * src/Makefile.in: Regenerate.
2357 * src/regex.cc: New.
2358 * include/bits/regex_error.h (error_type): Use constexpr.
2359 (regex_error): Move ctor and dtor out of line.
2360
2361 * testsuite/28_regex/03_requirements: To...
2362 * testsuite/28_regex/requirements: ... this.
2363 * testsuite/28_regex/04_header: To...
2364 * testsuite/28_regex/headers: ... this.
2365 * testsuite/28_regex/05_constants: To...
2366 * testsuite/28_regex/constants: ... this.
2367 * testsuite/28_regex/06_exception_type: To...
2368 * testsuite/28_regex/regex_error: ... this.
2369 * testsuite/28_regex/07_traits: To...
2370 * testsuite/28_regex/traits: ... this.
2371 * testsuite/28_regex/08_basic_regex: To...
2372 * testsuite/28_regex/basic_regex: ... this.
2373 * testsuite/28_regex/09_sub_match: To...
2374 * testsuite/28_regex/sub_match: ... this.
2375 * testsuite/28_regex/10_match_results: To...
2376 * testsuite/28_regex/match_results: ... this.
2377 * testsuite/28_regex/11_algorithms: To...
2378 * testsuite/28_regex/algorithms: ... this.
2379 * testsuite/28_regex/12_iterators: To...
2380 * testsuite/28_regex/iterators: ... this.
2381
2382 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2383
2384 PR libstdc++/47662
2385 * include/bits/c++config: Do not use alternative token.
2386 * testsuite/17_intro/headers/c++1998/operator_names.cc: New.
2387
2388 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2389
2390 * src/future.cc (future_error_category::message): Handle no_state.
2391
2392 2011-02-10 Paolo Carlini <paolo.carlini@oracle.com>
2393
2394 * testsuite/23_containers/multimap/modifiers/erase/47628.cc: Do
2395 not test in C++0x mode.
2396 * testsuite/23_containers/map/modifiers/erase/47628.cc: Likewise.
2397 * testsuite/20_util/headers/utility/synopsis.cc: Tweak to work
2398 in C++0x mode too.
2399
2400 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2401
2402 * doc/xml/manual/status_cxx200x.xml: Update.
2403 * doc/html/*: Regenerate.
2404
2405 2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
2406
2407 * doc/xml/manual/debug.xml: Improve data race docs.
2408
2409 2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
2410
2411 PR libstdc++/47668
2412 * include/debug/map.h (map): Remove unnecessary using-declaration.
2413 * include/debug/multimap.h (multimap): Likewise.
2414 * include/profile/map.h (map): Likewise.
2415 * include/profile/multimap.h (multimap): Likewise.
2416
2417 2011-02-09 Jonathan Wakely <jwakely.gcc@gmail.com>
2418
2419 PR libstdc++/43863
2420 * libsupc++/guard.cc (recursive_init_error::~recursive_init_error):
2421 Move to ...
2422 * libsupc++/guard_error.cc: ... new file.
2423 * libsupc++/Makefile.am: Update.
2424 * libsupc++/Makefile.in: Regenerate.
2425
2426 2011-02-09 Jonathan Wakely <jwakely.gcc@gmail.com>
2427
2428 * include/std/future (packaged_task::operator bool): Rename to...
2429 (packaged_task::valid): ...this.
2430 * testsuite/30_threads/packaged_task/cons/1.cc: Adjust.
2431 * testsuite/30_threads/packaged_task/cons/2.cc: Adjust.
2432 * testsuite/30_threads/packaged_task/cons/move.cc: Adjust.
2433 * testsuite/30_threads/packaged_task/cons/move_assign.cc: Adjust.
2434 * testsuite/30_threads/packaged_task/cons/alloc.cc: Adjust.
2435 * testsuite/30_threads/packaged_task/members/invoke.cc: Adjust.
2436 * testsuite/30_threads/packaged_task/members/reset.cc: Adjust.
2437 * testsuite/30_threads/packaged_task/members/reset2.cc: Adjust.
2438 * testsuite/30_threads/packaged_task/members/swap.cc: Adjust.
2439 * testsuite/30_threads/packaged_task/members/boolconv.cc: Remove.
2440 * testsuite/30_threads/packaged_task/members/valid.cc: Add.
2441
2442 2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
2443
2444 * doc/xml/manual/io.xml: Fix typo.
2445 * doc/html/manual/streambufs.html: Likewise.
2446
2447 2011-02-09 Paolo Carlini <paolo.carlini@oracle.com>
2448
2449 * config/abi/pre/gnu.ver: Fix.
2450
2451 2011-02-08 Benjamin Kosnik <bkoz@redhat.com>
2452
2453 * doc/xml/manual/appendix_porting.xml: Add doc section.
2454 * doc/xml/manual/appendix_contributing.xml: Split out doc bits to...
2455 * doc/xml/manual/documentation_hacking.xml: ...here.
2456
2457 * doc/xml/manual/debug_mode.xml: Adjust.
2458 * doc/xml/manual/prerequisites.xml: Adjust.
2459 * doc/Makefile.am (xml_sources): Add dot files,
2460 documentation_hacking.xml.
2461 * doc/Makefile.in: Regenerate.
2462
2463 * doc/xml/manual/build_hacking.xml: Use absolute paths for images.
2464 * doc/xml/images/confdeps.pdf: Add.
2465
2466 * doc/html/*: Regenerate.
2467
2468 2011-02-08 Jonathan Wakely <jwakely.gcc@gmail.com>
2469
2470 * doc/xml/gnu/fdl-1.2.xml: Remove.
2471 * doc/xml/gnu/gpl-2.0.xml: Remove.
2472 * doc/Makefile.am: Update.
2473 * doc/Makefile.in: Regenerate.
2474
2475 2011-02-07 Paolo Carlini <paolo.carlini@oracle.com>
2476
2477 PR libstdc++/47628
2478 * include/bits/stl_tree.h (_Rb_tree::erase(iterator), erase(iterator,
2479 iterator)): Add back in C++03 mode.
2480 * testsuite/23_containers/map/modifiers/erase/47628.cc: New.
2481 * testsuite/23_containers/multimap/modifiers/erase/47628.cc: Likewise.
2482
2483 2011-02-07 Benjamin Kosnik <bkoz@redhat.com>
2484
2485 PR libstdc++/47560 try two
2486 * config/os/hpux/os_defines.h: Guard for C++.
2487
2488 2011-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2489
2490 * doc/xml/faq.xml: Adjust link to bug database.
2491 Remove old item on broken header files.
2492
2493 2011-02-04 Benjamin Kosnik <bkoz@redhat.com>
2494
2495 * include/bits/regex_error.h (__throw_regex_error): Not inline.
2496 * src/functexcept.cc: Add definition.
2497 * config/abi/pre/gnu.ver: Export.
2498
2499 2011-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>
2500
2501 * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Add *-rtems*.
2502 * configure: Regenerate.
2503
2504 2011-02-01 Paolo Carlini <paolo.carlini@oracle.com>
2505
2506 PR libstdc++/46914
2507 * include/bits/atomic_0.h (_ATOMIC_STORE_, _ATOMIC_MODIFY_,
2508 _ATOMIC_CMPEXCHNG_): Rename __v -> __w, and __m -> __n, to
2509 avoid name conflicts.
2510
2511 2011-02-01 Benjamin Kosnik <bkoz@redhat.com>
2512
2513 PR libstdc++/47560
2514 * config/os/hpux/os_defines.h: Remove use of macros on namespace.
2515
2516 2011-02-01 Benjamin Kosnik <bkoz@redhat.com>
2517
2518 * scripts/run_doxygen: Allow doxygen 1.7.0 again.
2519 * doc/doxygen/user.cfg.in (PDF_HYPERLINKS): Re-enable.
2520 (COMPACT_LATEX): Enable.
2521
2522 * include/profile/impl/profiler_container_size.h: Adjust doxygen markup.
2523 * include/profile/impl/profiler_hash_func.h: Same.
2524 * include/bits/hashtable.h: Same.
2525 * include/backward/auto_ptr.h: Same.
2526 * include/backward/strstream: Same.
2527 * include/backward/backward_warning.h: Same.
2528 * include/backward/binders.h: Same.
2529
2530 2011-02-01 Gerald Pfeifer <gerald@pfeifer.com>
2531
2532 * doc/xml/manual/debug.xml: Use GDB instead of gdb.
2533 Adjust link to GDB manual.
2534
2535 2011-01-31 Benjamin Kosnik <bkoz@redhat.com>
2536
2537 * include/bits/c++config (_GLIBCXX_DEPRECATED): To
2538 _GLIBCXX_USE_DEPRECATED.
2539 (_GLIBCXX_DEPRECATED_ATTR): To _GLIBCXX_DEPRECATED.
2540 * doc/xml/manual/using.xml: Same.
2541 * include/std/memory: Same.
2542 * include/std/streambuf: Same.
2543 * include/bits/shared_ptr.h: Same.
2544 * include/bits/unique_ptr.h: Same.
2545 * include/bits/shared_ptr_base.h: Same.
2546 * include/bits/stl_function.h: Same.
2547 * include/tr1/shared_ptr.h: Same.
2548 * include/backward/auto_ptr.h: Same.
2549 * include/backward/binders.h: Same.
2550
2551 2011-01-31 Paolo Carlini <paolo.carlini@oracle.com>
2552
2553 * doc/html/ext/lwg-active.html: Update to Revision D73.
2554 * doc/html/ext/lwg-closed.html: Likewise.
2555 * doc/html/ext/lwg-defects.html: Likewise.
2556 * doc/xml/manual/intro.xml: Update status of issues 408, 539, 865.
2557
2558 2011-01-30 Benjamin Kosnik <bkoz@redhat.com>
2559
2560 PR libstdc++/36104 part four
2561 * include/bits/c++config (_GLIBCXX_STD): Remove.
2562 (_GLIBCXX_STD_D, _GLIBCXX_PR): Now _GLIBCXX_STD_C.
2563 (_GLIBCXX_P): Now _GLIBCXX_STD_A.
2564 (_GLIBCXX_NAMESPACE_DEBUG, _GLIBCXX_NAMESPACE_PARALLEL,
2565 _GLIBCXX_NAMESPACE_PROFILE, _GLIBCXX_NAMESPACE_VERSION): Remove.
2566 (_GLIBCXX_INLINE_DEBUG, _GLIBCXX_INLINE_PARALLEL,
2567 _GLIBCXX_INLINE_PROFILE): Remove.
2568 (_GLIBCXX_BEGIN_NAMESPACE(X)): Remove.
2569 (_GLIBCXX_END_NAMESPACE): Remove.
2570 (_GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y)): Remove.
2571 (_GLIBCXX_END_NESTED_NAMESPACE): Remove.
2572 (_GLIBCXX_BEGIN_NAMESPACE_ALGO): Add.
2573 (_GLIBCXX_END_NAMESPACE_ALGO): Add.
2574 (_GLIBCXX_BEGIN_NAMESPACE_CONTAINER): Add.
2575 (_GLIBCXX_END_NAMESPACE_CONTAINER): Add.
2576 (_GLIBCXX_BEGIN_NAMESPACE_VERSION): Add.
2577 (_GLIBCXX_END_NAMESPACE_VERSION): Add.
2578 (_GLIBCXX_BEGIN_LDBL_NAMESPACE): To _GLIBCXX_BEGIN_NAMESPACE_LDBL.
2579 (_GLIBCXX_END_LDBL_NAMESPACE): To _GLIBCXX_END_NAMESPACE_LDBL.
2580 (_GLIBCXX_VISIBILITY_ATTR): Revert to _GLIBCXX_VISIBILITY.
2581 * include/*: Use new macros for namespace scope.
2582 * config/*: Same.
2583 * src/*: Same.
2584
2585 * src/Makefile.am (sources): Remove debug_list.cc, add
2586 compatibility-debug_list-2.cc.
2587 (parallel_sources): Remove parallel_list.cc, add
2588 compatibility-parallel_list-2.cc.
2589 (compatibility-parallel_list-2.[o,lo]): New rule.
2590 * src/Makefile.in: Regenerate.
2591 * src/debug_list.cc: Remove.
2592 * src/parallel_list.cc: Remove.
2593 * src/compatibility-list-2.cc: New.
2594 * src/compatibility-debug_list-2.cc: New.
2595 * src/compatibility-parallel_list-2.cc: New.
2596
2597 * doc/doxygen/user.cfg.in: Adjust macros.
2598
2599 * testsuite/20_util/auto_ptr/assign_neg.cc: Adjust line numbers, macros.
2600 * testsuite/20_util/declval/requirements/1_neg.cc: Same.
2601 * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Same.
2602 * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same.
2603 * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same.
2604 * testsuite/20_util/forward/c_neg.cc: Same.
2605 * testsuite/20_util/forward/f_neg.cc: Same.
2606 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same.
2607 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
2608 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same.
2609 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same.
2610 * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same.
2611 * testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
2612 * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
2613 * testsuite/23_containers/deque/requirements/dr438/
2614 constructor_1_neg.cc: Same.
2615 * testsuite/23_containers/deque/requirements/dr438/
2616 constructor_2_neg.cc: Same.
2617 * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
2618 * testsuite/23_containers/forward_list/capacity/1.cc: Same.
2619 * testsuite/23_containers/forward_list/requirements/dr438/
2620 assign_neg.cc: Same.
2621 * testsuite/23_containers/forward_list/requirements/dr438/
2622 constructor_1_neg.cc: Same.
2623 * testsuite/23_containers/forward_list/requirements/dr438/
2624 constructor_2_neg.cc: Same.
2625 * testsuite/23_containers/forward_list/requirements/dr438/
2626 insert_neg.cc: Same.
2627 * testsuite/23_containers/list/capacity/29134.cc: Same.
2628 * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
2629 * testsuite/23_containers/list/requirements/dr438/
2630 constructor_1_neg.cc: Same.
2631 * testsuite/23_containers/list/requirements/dr438/
2632 constructor_2_neg.cc: Same.
2633 * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
2634 * testsuite/23_containers/vector/bool/capacity/29134.cc: Same.
2635 * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Same.
2636 * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Same.
2637 * testsuite/23_containers/vector/requirements/dr438/
2638 constructor_1_neg.cc: Same.
2639 * testsuite/23_containers/vector/requirements/dr438/
2640 constructor_2_neg.cc: Same.
2641 * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
2642 * testsuite/25_algorithms/sort/35588.cc: Same.
2643 * testsuite/27_io/ios_base/cons/assign_neg.cc: Same.
2644 * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
2645 * testsuite/ext/profile/mutex_extensions_neg.cc: Same.
2646 * testsuite/ext/profile/profiler_algos.cc: Same.
2647 * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same.
2648 * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same.
2649 * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same.
2650 * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Same.
2651 * testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same.
2652
2653 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
2654
2655 * doc/xml/manual/abi.xml: Adjust link to C++ ABI specification.
2656 Improve description of one such reference.
2657
2658 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
2659
2660 * doc/xml/manual/codecvt.xml: Fix link to The Austin Common
2661 Standards Revision Group.
2662 * doc/xml/manual/locale.xml: Ditto.
2663 * doc/xml/manual/messages.xml: Ditto.
2664 * doc/xml/manual/using_exceptions.xml: Ditto.
2665
2666 2011-01-28 Paolo Carlini <paolo.carlini@oracle.com>
2667
2668 * include/bits/atomic_base.h: Do not include <stddef.h>.
2669 (kill_dependency): Uglify ret.
2670
2671 2011-01-26 Johannes Singler <singler@kit.edu>
2672
2673 * include/parallel/numeric (inner_product, partial_sum):
2674 Qualify subsequent call with __gnu_parallel instead of
2675 _GLIBCXX_STD_P to reenable parallel execution without ambiguity.
2676 * include/parallel/algobase.h (equal): Likewise.
2677 * include/parallel/algo.h (find_first_of, search_n, merge,
2678 nth_element, partial_sort, max_element, min_element): Likewise.
2679 * testsuite/25_algorithms/headers/algorithm/
2680 parallel_algorithm_mixed1.cc (main): Add respective test cases.
2681 * testsuite/25_algorithms/headers/algorithm/
2682 parallel_algorithm_mixed2.cc (main): Likewise.
2683 * testsuite/26_numerics/headers/numeric/
2684 parallel_numeric_mixed1.cc (main): Likewise.
2685 * testsuite/26_numerics/headers/numeric/
2686 parallel_numeric_mixed2.cc (main): Likewise.
2687
2688 2011-01-24 Graham Reed <greed@pobox.com>
2689
2690 PR libstdc++/47387
2691 * config/os/aix/ctype_inline.h (ctype<char>::is): Use _M_table if
2692 provided.
2693
2694 2011-01-24 Johannes Singler <singler@kit.edu>
2695
2696 PR libstdc++/47433
2697 * include/parallel/losertree.h
2698 (_LoserTree<>::__delete_min_insert):
2699 Do not qualify swap with std:: for value type,
2700 but include a using directive instead.
2701 (_LoserTreeUnguarded<>::__delete_min_insert): Likewise.
2702 * include/parallel/balanced_quicksort.h (__qsb_divide):
2703 Use std::iter_swap instead of std::swap.
2704 (__qsb_local_sort_with_helping): Likewise.
2705 * include/parallel/partition.h (__parallel_partition):
2706 Likewise. (__parallel_nth_element): Likewise.
2707
2708 2011-01-24 Johannes Singler <singler@kit.edu>
2709
2710 PR libstdc++/47437
2711 * include/parallel/multiway_merge.h (_UnguardedIterator):
2712 Remove useless "mutable" from reference declaration.
2713
2714 2011-01-21 Benjamin Kosnik <bkoz@redhat.com>
2715
2716 * include/bits/c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.
2717 * include/debug/safe_sequence.h: Same.
2718 * include/debug/safe_iterator.h: Same.
2719 * include/std/forward_list: Same.
2720 * include/std/deque: Same.
2721 * include/std/list: Same.
2722 * include/std/random: Same.
2723 * include/std/streambuf: Same.
2724 * include/std/fstream: Same.
2725 * include/std/istream: Same.
2726 * include/std/string: Same.
2727 * include/std/ostream: Same.
2728 * include/std/sstream: Same.
2729 * include/ext/vstring.h: Same.
2730 * include/bits/basic_ios.h: Same.
2731 * include/bits/locale_classes.h: Same.
2732 * include/bits/locale_facets.h: Same.
2733 * include/bits/valarray_array.h: Same.
2734 * include/bits/locale_facets_nonio.h: Same.
2735 * include/tr1/random: Same.
2736
2737 2011-01-20 Jonathan Wakely <jwakely.gcc@gmail.com>
2738
2739 * doc/xml/manual/diagnostics.xml: Replace note about C++0x concepts.
2740
2741 2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
2742
2743 PR libstdc++/36104 part three
2744 * src/hashtable_c++0x.cc: Adjust namespace macros.
2745 * testsuite/util/testsuite_rvalref.h: Don't forward declare hash.
2746 * config/abi/pre/gnu-versioned-namespace.ver: Update.
2747
2748 2011-01-20 Benjamin Kosnik <bkoz@redhat.com>
2749
2750 * include/ext/pb_ds/detail/resize_policy/
2751 hash_load_check_resize_trigger_imp.hpp: Adjust assert condition.
2752 * include/ext/pb_ds/detail/pat_trie_/
2753 constructors_destructor_fn_imps.hpp: Same.
2754 * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Format.
2755 * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
2756 * include/ext/pb_ds/detail/debug_map_base.hpp: Use never_adjustor.
2757
2758 * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Adjust
2759 iterations downward when testing in debug mode.
2760 * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
2761 * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
2762 * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
2763 * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
2764 * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
2765 * testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Use SIZE,
2766 reduce in debug mode.
2767
2768 2011-01-19 Benjamin Kosnik <bkoz@redhat.com>
2769
2770 PR libstdc++/36104 part two
2771 * include/bits/hashtable.h: Revert to non-nested macro usage.
2772 * include/bits/hashtable_policy.h: Same.
2773
2774 2011-01-19 Graham Reed <greed@pobox.com>
2775
2776 PR libstdc++/47354
2777 * src/bitmap_allocator.cc (free_list::_M_get): Lock mutex.
2778
2779 2011-01-18 Benjamin Kosnik <bkoz@redhat.com>
2780
2781 * doc/xml/images/confdeps.png: Regenerate.
2782
2783 * include/std/chrono (duration): Mark copy constructor constexpr.
2784 * testsuite/20_util/duration/cons/constexpr.cc: Add test.
2785
2786 2011-01-18 Paolo Carlini <paolo.carlini@oracle.com>
2787
2788 * include/bits/unique_ptr.h (default_delete<>::default_delete()):
2789 Declare defaulted per DR 1517.
2790 * testsuite/util/testsuite_common_types.h
2791 (constexpr_defaulted_default_constructible): Add.
2792 * testsuite/20_util/default_delete/cons/constexpr.cc: Use it.
2793
2794 2011-01-17 Paolo Carlini <paolo.carlini@oracle.com>
2795
2796 * include/bits/stl_queue.h (queue<>::swap, priority_queue<>::swap):
2797 Implement DR 1198.
2798 * include/bits/stl_stack.h (stack<>::swap): Likewise.
2799
2800 2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
2801
2802 PR libstdc++/47323
2803 * testsuite/28_regex/08_basic_regex/requirements/constexpr_data.cc:
2804 Only test wregex when _GLIBCXX_USE_WCHAR_T is defined.
2805
2806 2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
2807
2808 PR libstdc++/47320
2809 * testsuite/18_support/numeric_limits/lowest.cc:
2810 Only test wchar_t when _GLIBCXX_USE_WCHAR_T is defined.
2811
2812 2011-01-16 Paolo Carlini <paolo.carlini@oracle.com>
2813
2814 PR libstdc++/47321
2815 * testsuite/21_strings/basic_string/requirements/typedefs.cc:
2816 Only test std::wstring when _GLIBCXX_USE_WCHAR_T is defined.
2817
2818 2011-01-16 François Dumont <francois.cppdevs@free.fr>
2819
2820 * testsuite/23_containers/forward_list/debug/erase_after1_neg.cc: Move
2821 to this. Use _neg suffix.
2822 * testsuite/23_containers/forward_list/debug/erase_after1.cc: ...from
2823 this.
2824 * testsuite/23_containers/forward_list/debug/erase_after2_neg.cc:
2825 Same.
2826 * testsuite/23_containers/forward_list/debug/erase_after2.cc: Same.
2827 * testsuite/23_containers/forward_list/debug/erase_after3_neg.cc:
2828 Same.
2829 * testsuite/23_containers/forward_list/debug/erase_after3.cc: Same.
2830 * testsuite/23_containers/forward_list/debug/erase_after4_neg.cc:
2831 Same.
2832 * testsuite/23_containers/forward_list/debug/erase_after4.cc: Same.
2833 * testsuite/23_containers/forward_list/debug/erase_after5_neg.cc:
2834 Same.
2835 * testsuite/23_containers/forward_list/debug/erase_after5.cc: Same.
2836 * testsuite/23_containers/forward_list/debug/erase_after6_neg.cc:
2837 Same.
2838 * testsuite/23_containers/forward_list/debug/erase_after6.cc: Same.
2839 * testsuite/23_containers/forward_list/debug/erase_after7_neg.cc:
2840 Same.
2841 * testsuite/23_containers/forward_list/debug/erase_after7.cc: Same.
2842 * testsuite/23_containers/forward_list/debug/erase_after8_neg.cc:
2843 Same.
2844 * testsuite/23_containers/forward_list/debug/erase_after8.cc: Same.
2845 * testsuite/23_containers/forward_list/debug/erase_after9_neg.cc:
2846 Same.
2847 * testsuite/23_containers/forward_list/debug/erase_after9.cc: Same.
2848 * testsuite/23_containers/forward_list/debug/insert_after1_neg.cc:
2849 Same.
2850 * testsuite/23_containers/forward_list/debug/insert_after1.cc: Same.
2851 * testsuite/23_containers/forward_list/debug/insert_after2_neg.cc:
2852 Same.
2853 * testsuite/23_containers/forward_list/debug/insert_after2.cc: Same.
2854 * testsuite/23_containers/forward_list/debug/insert_after3_neg.cc:
2855 Same.
2856 * testsuite/23_containers/forward_list/debug/insert_after3.cc: Same.
2857 * testsuite/23_containers/forward_list/debug/splice_after1_neg.cc:
2858 Same.
2859 * testsuite/23_containers/forward_list/debug/splice_after1.cc: Same.
2860 * testsuite/23_containers/forward_list/debug/splice_after2_neg.cc:
2861 Same.
2862 * testsuite/23_containers/forward_list/debug/splice_after2.cc: Same.
2863 * testsuite/23_containers/forward_list/debug/splice_after3_neg.cc:
2864 Same.
2865 * testsuite/23_containers/forward_list/debug/splice_after3.cc: Same.
2866 * testsuite/23_containers/forward_list/debug/splice_after4_neg.cc:
2867 Same.
2868 * testsuite/23_containers/forward_list/debug/splice_after4.cc: Same.
2869
2870 2011-01-14 Benjamin Kosnik <bkoz@redhat.com>
2871
2872 PR libstdc++/36104
2873 * include/Makefile.am (bits_sup_headers, stamp-bits-sup): New.
2874 * include/Makefile.in: Regenerate.
2875 * libsupc++/Makefile.am (std_HEADERS, bits_HEADERS): New.
2876 (install-stdHEADERS, install-bitsHEADERS): New.
2877 * libsupc++/Makefile.in: Regenerate.
2878
2879 * include/bits/c++config: Update for inline namespaces.
2880 * libsupc++/cxxabi-forced.h: To...
2881 * libsupc++/cxxabi_forced.h: ...this.
2882 * libsupc++/hash_bytes.h: Separate file.
2883 * libsupc++/typeinfo: Use it.
2884 * libsupc++/exception: Adjust for bits subdirectory.
2885 * libsupc++/eh_aux_runtime.cc: Same.
2886 * libsupc++/eh_ptr.cc: Same.
2887 * libsupc++/new_op.cc: Same.
2888 * libsupc++/exception_defines.h: Same.
2889 * libsupc++/nested_exception.h: Same.
2890 * libsupc++/eh_terminate.cc: Same.
2891 * libsupc++/vec.cc: Same.
2892 * libsupc++/vterminate.cc: Same.
2893 * libsupc++/exception_ptr.h: Same.
2894 * libsupc++/eh_personality.cc: Same.
2895 * libsupc++/eh_call.cc: Same.
2896 * libsupc++/new_opnt.cc: Same.
2897 * libsupc++/hash_bytes.cc: Same.
2898 * config/cpu/arm/cxxabi_tweaks.h: Same.
2899 * config/cpu/generic/cxxabi_tweaks.h: Same.
2900 * libsupc++/cxxabi.h: Same. Consolidate _GLIBCXX_NOTHROW defines.
2901 * include/std/bitset: Same.
2902 * include/ext/vstring.tcc: Same.
2903 * include/bits/hashtable.h: Same.
2904 * include/bits/functional_hash.h: Same.
2905 * include/bits/hashtable_policy.h: Same.
2906 * include/bits/basic_string.h: Same.
2907 * include/bits/istream.tcc: Same.
2908 * include/bits/ostream.tcc: Same.
2909 * include/bits/algorithmfwd.h: Same.
2910 * include/bits/basic_string.tcc: Same.
2911 * include/bits/ostream_insert.h: Same.
2912 * include/bits/fstream.tcc: Same.
2913 * include/bits/functexcept.h: Same.
2914
2915 * doc/doxygen/user.cfg.in: Adjust names.
2916
2917 * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.
2918
2919 2011-01-14 Paolo Carlini <paolo.carlini@oracle.com>
2920
2921 * testsuite/25_algorithms/is_permutation/check_type.cc: Minor
2922 tweaks.
2923 * testsuite/25_algorithms/is_permutation/1.cc: Cosmetic changes.
2924
2925 2011-01-13 Paolo Carlini <paolo.carlini@oracle.com>
2926
2927 * testsuite/25_algorithms/is_permutation/check_type.cc: New.
2928 * testsuite/25_algorithms/is_permutation/requirements/
2929 explicit_instantiation/2.cc: Likewise.
2930 * testsuite/25_algorithms/is_permutation/requirements/
2931 explicit_instantiation/pod.cc: Likewise.
2932 * testsuite/25_algorithms/is_permutation/1.cc: Likewise.
2933
2934 2011-01-13 John Lakos <jlakos@bloomberg.net>
2935 Pablo Halpern <phalpern@halpernwightsoftware.com>
2936 Paolo Carlini <paolo.carlini@oracle.com>
2937
2938 * include/bits/stl_algo.h (is_permutation): Add, per N3068.
2939 * include/bits/algorithmfwd.h: Add.
2940
2941 2011-01-13 Jonathan Wakely <jwakely.gcc@gmail.com>
2942
2943 PR libstdc++/47045
2944 * config/os/bsd/netbsd/ctype_base.h: Use new macros based on version.
2945
2946 2011-01-11 Paolo Carlini <paolo.carlini@oracle.com>
2947
2948 * aclocal.m4: Regenerate.
2949
2950 2011-01-06 Paolo Carlini <paolo.carlini@oracle.com>
2951
2952 PR libstdc++/47185
2953 * src/placeholders.cc: New.
2954 * src/Makefile.am: Adjust.
2955 * src/Makefile.in: Regenerate.
2956 * include/std/functional (placeholders::_1, _2, ..., _29): Declare
2957 extern.
2958 * config/abi/pre/gnu.ver: Export.
2959
2960 2011-01-05 François Dumont <francois.cppdevs@free.fr>
2961
2962 * include/debug/safe_base.h (_Safe_iterator_base::_M_unlink): New.
2963 * include/src/debug.cc: Use latter
2964 * include/debug/forward_list (forward_list<>::_M_swap): Fix to
2965 correctly handle before_begin iterators.
2966 * testsuite/23_containers/forward_list/debug/swap.cc: Remove now
2967 useless _GLIBCXX_DEBUG checks.
2968
2969 2011-01-04 Kai Tietz <kai.tietz@onevision.com>
2970
2971 PR libstdc++/47145
2972 * configure.ac (AC_CHECK_FILE): Replaced by test -f.
2973 * configure: Regenerated.
2974
2975 2011-01-03 Paolo Carlini <paolo.carlini@oracle.com>
2976
2977 PR libstdc++/46922
2978 * config/abi/pre/gnu.ver: Export std::bad_function_call symbols.
2979
2980 \f
2981 Copyright (C) 2011 Free Software Foundation, Inc.
2982
2983 Copying and distribution of this file, with or without modification,
2984 are permitted in any medium without royalty provided the copyright
2985 notice and this notice are preserved.