cstddef: Add versioned namespace.
[gcc.git] / libstdc++-v3 / ChangeLog
1 2018-10-24 François Dumont <fdumont@gcc.gnu.org>
2
3 * include/c_global/cstddef: Add versioned namespace.
4
5 2018-10-23 Jonathan Wakely <jwakely@redhat.com>
6
7 PR libstdc++/87704
8 * include/bits/unique_ptr.h (unique_ptr::unique_ptr(nullptr_t)): Do
9 not delegate to default constructor.
10 (unique_ptr<T[], D>::unique_ptr(nullptr_t)): Likewise.
11 * testsuite/20_util/unique_ptr/cons/incomplete.cc: New test.
12
13 2018-10-20 François Dumont <fdumont@gcc.gnu.org>
14
15 * testsuite/util/testsuite_containers.h
16 (forward_members_unordered<>::forward_members_unordered
17 (const value_type&)): Add local_iterator pre and post increment checks.
18 * config/abi/pre/gnu.ver: Add GLIBCXX_3.4.26 new symbol.
19
20 2018-10-19 Jonathan Wakely <jwakely@redhat.com>
21
22 * testsuite/23_containers/array/requirements/explicit_instantiation/
23 3.cc: Skip test when compiled with a -std=c++NN strict mode.
24 * testsuite/23_containers/deque/requirements/explicit_instantiation/
25 3.cc: Likewise.
26 * testsuite/23_containers/forward_list/requirements/
27 explicit_instantiation/3.cc: Likewise.
28 * testsuite/23_containers/list/requirements/explicit_instantiation/
29 3.cc: Likewise.
30 * testsuite/23_containers/map/requirements/explicit_instantiation/
31 3.cc: Likewise.
32 * testsuite/23_containers/multimap/requirements/explicit_instantiation/
33 3.cc: Likewise.
34 * testsuite/23_containers/multiset/requirements/explicit_instantiation/
35 3.cc: Likewise.
36 * testsuite/23_containers/set/requirements/explicit_instantiation/
37 3.cc: Likewise.
38 * testsuite/23_containers/unordered_map/requirements/
39 explicit_instantiation/3.cc: Likewise.
40 * testsuite/23_containers/unordered_multimap/requirements/
41 explicit_instantiation/3.cc: Likewise.
42 * testsuite/23_containers/unordered_multiset/requirements/
43 explicit_instantiation/3.cc: Likewise.
44 * testsuite/23_containers/unordered_set/requirements/
45 explicit_instantiation/3.cc: Likewise.
46 * testsuite/23_containers/vector/ext_pointer/explicit_instantiation/
47 3.cc: Likewise.
48 * testsuite/23_containers/vector/requirements/explicit_instantiation/
49 3.cc: Likewise.
50
51 * testsuite/23_containers/deque/48101_neg.cc: Prune additional errors
52 printed when __STRICT_ANSI__ is defined.
53 * testsuite/23_containers/forward_list/48101_neg.cc: Likewise.
54 * testsuite/23_containers/list/48101_neg.cc: Likewise.
55 * testsuite/23_containers/multiset/48101_neg.cc: Likewise.
56 * testsuite/23_containers/set/48101_neg.cc: Likewise.
57 * testsuite/23_containers/unordered_multiset/48101_neg.cc: Likewise.
58 * testsuite/23_containers/unordered_set/48101_neg.cc: Likewise.
59 * testsuite/23_containers/vector/48101_neg.cc: Likewise.
60
61 * testsuite/23_containers/forward_list/requirements/
62 explicit_instantiation/5.cc [__STRICT_ANSI__]: Don't test non-standard
63 extension.
64 * testsuite/23_containers/list/requirements/explicit_instantiation/
65 5.cc [__STRICT_ANSI__]: Likewise.
66 * testsuite/23_containers/map/requirements/explicit_instantiation/5.cc
67 [__STRICT_ANSI__]: Likewise.
68 * testsuite/23_containers/multimap/requirements/explicit_instantiation/
69 5.cc [__STRICT_ANSI__]: Likewise.
70 * testsuite/23_containers/multiset/requirements/explicit_instantiation/
71 5.cc [__STRICT_ANSI__]: Likewise.
72 * testsuite/23_containers/set/requirements/explicit_instantiation/5.cc
73 [__STRICT_ANSI__]: Likewise.
74 * testsuite/23_containers/unordered_map/requirements/debug_container.cc
75 [__STRICT_ANSI__]: Likewise.
76 * testsuite/23_containers/unordered_map/requirements/
77 explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise.
78 * testsuite/23_containers/unordered_multimap/requirements/
79 explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise.
80 * testsuite/23_containers/unordered_multiset/requirements/
81 explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise.
82 * testsuite/23_containers/unordered_set/requirements/
83 explicit_instantiation/5.cc [__STRICT_ANSI__]: Likewise.
84
85 * testsuite/20_util/scoped_allocator/1.cc: Use allocator with correct
86 value type for the container.
87 * testsuite/23_containers/forward_list/cons/14.cc: Likewise.
88 * testsuite/23_containers/map/56613.cc: Likewise.
89 * testsuite/23_containers/unordered_map/55043.cc: Likewise.
90 * testsuite/23_containers/unordered_map/allocator/copy.cc: Likewise.
91 * testsuite/23_containers/unordered_map/allocator/copy_assign.cc:
92 Likewise.
93 * testsuite/23_containers/unordered_map/allocator/minimal.cc:
94 Likewise.
95 * testsuite/23_containers/unordered_map/allocator/move.cc: Likewise.
96 * testsuite/23_containers/unordered_map/allocator/move_assign.cc:
97 Likewise.
98 * testsuite/23_containers/unordered_map/allocator/noexcept.cc:
99 Likewise.
100 * testsuite/23_containers/unordered_map/cons/81891.cc: Likewise.
101 * testsuite/23_containers/unordered_map/requirements/exception/
102 basic.cc: Likewise.
103 * testsuite/23_containers/unordered_map/requirements/exception/
104 generation_prohibited.cc: Likewise.
105 * testsuite/23_containers/unordered_map/requirements/exception/
106 propagation_consistent.cc: Likewise.
107 * testsuite/23_containers/unordered_multimap/55043.cc: Likewise.
108 * testsuite/23_containers/unordered_multimap/allocator/copy.cc:
109 Likewise.
110 * testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc:
111 Likewise.
112 * testsuite/23_containers/unordered_multimap/allocator/minimal.cc:
113 Likewise.
114 * testsuite/23_containers/unordered_multimap/allocator/move.cc:
115 Likewise.
116 * testsuite/23_containers/unordered_multimap/allocator/move_assign.cc:
117 Likewise.
118 * testsuite/23_containers/unordered_multimap/allocator/noexcept.cc:
119 Likewise.
120 * testsuite/23_containers/unordered_multimap/requirements/exception/
121 basic.cc: Likewise.
122 * testsuite/23_containers/unordered_multimap/requirements/exception/
123 generation_prohibited.cc: Likewise.
124 * testsuite/23_containers/unordered_multimap/requirements/exception/
125 propagation_consistent.cc: Likewise.
126 * testsuite/23_containers/unordered_multimap/requirements/
127 explicit_instantiation/5.cc: Likewise.
128 * testsuite/ext/malloc_allocator/sanity.cc: Likewise.
129
130 * ext/special_functions/airy_ai/check_nan.cc: Skip test for
131 non-standard extension when a strict -std=c++NN dialect is used.
132 * ext/special_functions/airy_ai/check_value.cc: Likewise.
133 * ext/special_functions/airy_ai/compile.cc: Likewise.
134 * ext/special_functions/airy_bi/check_nan.cc: Likewise.
135 * ext/special_functions/airy_bi/check_value.cc: Likewise.
136 * ext/special_functions/airy_bi/compile.cc: Likewise.
137 * ext/special_functions/conf_hyperg/check_nan.cc: Likewise.
138 * ext/special_functions/conf_hyperg/check_value.cc: Likewise.
139 * ext/special_functions/conf_hyperg/compile.cc: Likewise.
140 * ext/special_functions/hyperg/check_nan.cc: Likewise.
141 * ext/special_functions/hyperg/check_value.cc: Likewise.
142 * ext/special_functions/hyperg/compile.cc: Likewise.
143
144 * testsuite/23_containers/list/requirements/explicit_instantiation/
145 5_c++0x.cc: Remove redundant test that is functionally identical to
146 the 5.cc test.
147 * testsuite/23_containers/map/requirements/explicit_instantiation/
148 5_c++0x.cc: Likewise.
149 * testsuite/23_containers/multimap/requirements/explicit_instantiation/
150 5_c++0x.cc: Likewise.
151 * testsuite/23_containers/multiset/requirements/explicit_instantiation/
152 5_c++0x.cc: Likewise.
153 * testsuite/23_containers/set/requirements/explicit_instantiation/
154 5_c++0x.cc: Likewise.
155
156 * include/bits/regex_executor.tcc (_Backref_matcher::_M_apply): Use
157 _GLIBCXX_STD_A to refer to normal mode algorithms.
158 * testsuite/28_regex/headers/regex/parallel_mode.cc: New test.
159 * testsuite/28_regex/headers/regex/std_c++0x_neg.cc: Remove empty
160 whitespace.
161
162 * include/debug/map.h (map::erase(iterator)): Add abi-tag so that
163 C++11 version mangles differently from incompatible C++98 version.
164 * include/debug/multimap.h (multimap::erase(iterator)): Likewise.
165 * include/debug/multiset.h (multiset::erase(iterator))
166 (multiset::erase(const_iterator, const_iterator)): Likewise.
167 * include/debug/set.h (set::erase(iterator))
168 (multiset::erase(const_iterator, const_iterator)): Likewise.
169
170 2018-10-18 Jonathan Wakely <jwakely@redhat.com>
171
172 * testsuite/20_util/duration/cons/2.cc: Add -ffloat-store to fix
173 failure when compiled without optimisation.
174 * testsuite/ext/profile/mutex_extensions_neg.cc: Prune additional
175 errors caused by C++17 std::pmr alias templates.
176
177 PR libstdc++/87642
178 * config/locale/gnu/monetary_members.cc
179 (moneypunct<char, true>::_M_initialize_moneypunct): Use
180 __narrow_multibyte_chars to convert multibyte thousands separators
181 to a single char.
182 * config/locale/gnu/numeric_members.cc
183 (numpunct<char>::_M_initialize_numpunct): Likewise.
184 (__narrow_multibyte_chars): New function.
185
186 PR libstdc++/87641
187 * include/bits/valarray_array.h (__valarray_sum): Use first element
188 to initialize accumulator instead of value-initializing it.
189 (__valarray_product<_Tp>): Move to ...
190 * src/c++98/valarray.cc (__valarray_product<_Tp>): Here. Use first
191 element to initialize accumulator.
192 (__valarray_product(const valarray<size_t>&)): Remove const_cast made
193 unnecessary by LWG 389.
194 * testsuite/26_numerics/valarray/87641.cc: New test.
195
196 2018-10-18 François Dumont <fdumont@gcc.gnu.org>
197
198 Partial revert.
199 2018-10-08 François Dumont <fdumont@gcc.gnu.org>
200
201 * include/debug/list (list<>::cbegin()): Use C++11 direct
202 initialization.
203 (list<>::cend()): Likewise.
204 (list<>::erase(const_iterator, const_iterator)): Ensure consistent
205 iterator comparisons.
206 (list<>::splice(const_iterator, list&&, const_iterator,
207 const_iterator)): Likewise.
208
209 Partial revert.
210 2018-10-15 François Dumont <fdumont@gcc.gnu.org>
211
212 * include/debug/vector (vector<>::cbegin()): Use C++11 direct
213 initialization.
214 (vector<>::cend()): Likewise.
215 (vector<>::insert(const_iterator, const _Tp&)): Use consistent
216 iterator comparison.
217 (vector<>::erase(const_iterator)): Likewise.
218 (vector<>::erase(const_iterator, const_iterator)): Likewise.
219
220 2018-10-17 Ville Voutilainen <ville.voutilainen@gmail.com>
221
222 PR libstdc++/87619
223 * include/std/variant (__select_index): Fix an off-by-one.
224 * testsuite/20_util/variant/87619.cc: New.
225
226 2018-10-16 Jonathan Wakely <jwakely@redhat.com>
227
228 * include/bits/random.h (random_device) [!_GLIBCXX_USE_DEV_RANDOM]:
229 Fix default constructor to call correct function.
230
231 * testsuite/experimental/net/internet/address/v4/creation.cc: Do not
232 declare ip in global namespace, to avoid collision with struct ip
233 defined in <netinet/ip.h>.
234
235 * include/experimental/bits/net.h: Move versioned namespace macros
236 to correct location.
237 * include/experimental/buffer: Likewise.
238 * include/experimental/executor: Likewise.
239 * include/experimental/internet: Likewise.
240 * include/experimental/io_context: Likewise.
241 * include/experimental/netfwd: Likewise.
242 * include/experimental/socket: Likewise.
243 * include/experimental/timer: Likewise.
244
245 * config.h.in: Regenerate.
246 * configure: Regenerate.
247 * configure.ac: Check for headers used by Networking TS.
248 * include/experimental/executor: Include <condition_variable>
249 instead of <mutex>.
250 * include/experimental/internet: Use autoconf macros for available
251 headers. Include <sys/socket.h> for. Remove <cstring> and use
252 __builtin_memcpy and __builtin_strchr.
253 (resolver_errc) [!_GLIBCXX_HAVE_NETDB_H]: Do not define.
254 (address_v4::to_string, address_v6::to_string)
255 [!_GLIBCXX_HAVE_ARPA_INET_H]: Likewise.
256 (basic_resolver_results) [!_GLIBCXX_HAVE_NETDB_H]: Make private
257 constructors report errors.
258 [!_GLIBCXX_HAVE_NETINET_TCP_H] (tcp::no_delay): Do not define.
259 * include/experimental/io_context: Likewise.
260 * include/experimental/socket: Likewise.
261 [!_GLIBCXX_HAVE_SYS_SOCKET_H, !_GLIBCXX_HAVE_POLL_H] (socket_base): Do
262 not define nested types when relevant header not available.
263 (__socket_impl::native_non_blocking) [!_GLIBCXX_HAVE_FCNTL_H]: Report
264 an error.
265 (__basic_socket_impl::open, __basic_socket_impl::local_endpoint)
266 (__basic_socket_impl::bind) [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise.
267 (__basic_socket_impl::io_control) [!_GLIBCXX_HAVE_SYS_IOCTL_H]:
268 Likewise.
269 (basic_socket::at_mark, basic_socket::shutdown)
270 (basic_socket::remote_endpoint, basic_socket::connect)
271 (basic_socket::async_connect) [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise.
272 (basic_socket::available) [_GLIBCXX_HAVE_SYS_IOCTL_H]: Check macro
273 for <sys/ioctl.h> availability.
274 (basic_socket::wait) [!_GLIBCXX_HAVE_POLL_H]: Likewise.
275 (basic_datagram_socket::receive, basic_datagram_socket::async_receive)
276 (basic_datagram_socket::receive_from)
277 (basic_datagram_socket::async_receive_from)
278 (basic_datagram_socket::send, basic_datagram_socket::async_send)
279 (basic_datagram_socket::send_to, basic_datagram_socket::async_send_to)
280 [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise.
281 (basic_stream_socket::receive, basic_stream_socket::async_receive)
282 (basic_stream_socket::send, basic_stream_socket::async_send)
283 [!_GLIBCXX_HAVE_SYS_SOCKET_H]: Likewise.
284 (basic_socket_acceptor::listen, basic_socket_acceptor::accept)
285 (basic_socket_acceptor::async_accept) [!_GLIBCXX_HAVE_SYS_SOCKET_H]:
286 Likewise.
287 (basic_socket_acceptor::wait) [!_GLIBCXX_HAVE_POLL_H]: Likewise.
288
289 * testsuite/experimental/net/headers.cc: Remove dg-options.
290 * testsuite/experimental/net/buffer/arithmetic.cc: Replace dg-options
291 with dg-do using effective target.
292 * testsuite/experimental/net/buffer/const.cc: Likewise.
293 * testsuite/experimental/net/buffer/creation.cc: Likewise.
294 * testsuite/experimental/net/buffer/mutable.cc: Likewise.
295 * testsuite/experimental/net/buffer/size.cc: Likewise.
296 * testsuite/experimental/net/buffer/traits.cc: Likewise.
297 * testsuite/experimental/net/execution_context/use_service.cc:
298 Likewise.
299 * testsuite/experimental/net/internet/address/v4/comparisons.cc:
300 Likewise.
301 * testsuite/experimental/net/internet/address/v4/cons.cc: Likewise.
302 * testsuite/experimental/net/internet/address/v4/creation.cc:
303 Likewise.
304 * testsuite/experimental/net/internet/address/v4/members.cc: Likewise.
305 * testsuite/experimental/net/internet/resolver/base.cc: Likewise.
306 * testsuite/experimental/net/internet/resolver/ops/lookup.cc:
307 Likewise.
308 * testsuite/experimental/net/internet/resolver/ops/reverse.cc:
309 Likewise.
310 * testsuite/experimental/net/timer/waitable/cons.cc: Likewise.
311 * testsuite/experimental/net/timer/waitable/dest.cc: Likewise.
312 * testsuite/experimental/net/timer/waitable/ops.cc: Likewise.
313
314 * include/experimental/socket (basic_socket::at_mark): Add missing
315 return.
316
317 * acinclude.m4 (GLIBCXX_CHECK_RANDOM_TR1): Replace with ...
318 (GLIBCXX_CHECK_DEV_RANDOM): New macro with more descriptive name.
319 Define _GLIBCXX_USE_DEV_RANDOM as well as _GLIBCXX_USE_RANDOM_TR1.
320 * config.h.in: Regenerate.
321 * configure: Regenerate.
322 * configure.ac: Use GLIBCXX_CHECK_DEV_RANDOM instead of
323 GLIBCXX_CHECK_RANDOM_TR1.
324 crossconfig.m4: Likewise.
325 * include/bits/random.h (random_device): Use _GLIBCXX_USE_DEV_RANDOM
326 instead of _GLIBCXX_USE_RANDOM_TR1.
327 * testsuite/26_numerics/random/random_device/cons/token.cc: Likewise.
328
329 2018-10-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
330
331 * testsuite/lib/dg-options.exp (add_options_for_net_ts): New proc.
332 * testsuite/experimental/net/internet/address/v4/comparisons.cc:
333 Add dg-add-options net_ts.
334 * testsuite/experimental/net/internet/address/v4/cons.cc: Likewise.
335 * testsuite/experimental/net/internet/address/v4/creation.cc: Likewise.
336 * testsuite/experimental/net/internet/address/v4/members.cc: Likewise.
337 * testsuite/experimental/net/internet/resolver/base.cc: Likewise.
338 * testsuite/experimental/net/internet/resolver/ops/lookup.cc: Likewise.
339 * testsuite/experimental/net/internet/resolver/ops/reverse.cc: Likewise.
340
341 2018-10-16 Jonathan Wakely <jwakely@redhat.com>
342
343 * testsuite/20_util/duration/literals/range_neg.cc: Adjust pruned
344 diagnostic to account for quotes around 'constexpr'.
345 * testsuite/23_containers/deque/capacity/max_size.cc: Define static
346 variable.
347 * testsuite/23_containers/vector/capacity/max_size.cc: Likewise.
348
349 PR libstdc++/87618
350 * config/abi/pre/gnu.ver: Fix typos in patterns for basic_stringbuf.
351 * testsuite/27_io/basic_stringbuf/cons/char/default.cc: Disable
352 optimisation to check constructor definition can be linked to.
353 * testsuite/27_io/basic_stringbuf/cons/wchar_t/default.cc: Likewise.
354
355 2018-10-15 Jonathan Wakely <jwakely@redhat.com>
356
357 * testsuite/22_locale/numpunct/members/char/3.cc: Adjust test to
358 account for change to glibc it_IT localedata (glibc bz#10797).
359
360 PR libstdc++/87587
361 * src/c++11/cxx11-shim_facets.cc: Suppress -Wabi warnings.
362
363 2018-10-15 François Dumont <fdumont@gcc.gnu.org>
364
365 * include/debug/vector (vector<>::cbegin()): Use C++11 direct
366 initialization.
367 (vector<>::cend()): Likewise.
368 (vector<>::emplace(const_iterator, _Args&&...)): Likewise and use
369 consistent iterator comparison.
370 (vector<>::insert(const_iterator, size_type, const _Tp&)): Likewise.
371 (vector<>::insert(const_iterator, _InputIterator, _InputIterator)):
372 Likewise.
373 (vector<>::erase(const_iterator)): Likewise.
374 (vector<>::erase(const_iterator, const_iterator)): Likewise.
375
376 2018-10-12 Jonathan Wakely <jwakely@redhat.com>
377
378 Initial commit of Networking TS implementation.
379 * include/Makefile.am: Add new headers.
380 * include/Makefile.in: Regenerate.
381 * include/experimental/bits/net.h: New header for common
382 implementation details of Networking TS.
383 * include/experimental/buffer: New header.
384 * include/experimental/executor: New header.
385 * include/experimental/internet: New header.
386 * include/experimental/io_context: New header.
387 * include/experimental/net: New header.
388 * include/experimental/netfwd: New header.
389 * include/experimental/socket: New header.
390 * include/experimental/timer: New header.
391 * testsuite/experimental/net/buffer/arithmetic.cc: New test.
392 * testsuite/experimental/net/buffer/const.cc: New test.
393 * testsuite/experimental/net/buffer/creation.cc: New test.
394 * testsuite/experimental/net/buffer/mutable.cc: New test.
395 * testsuite/experimental/net/buffer/size.cc: New test.
396 * testsuite/experimental/net/buffer/traits.cc: New test.
397 * testsuite/experimental/net/execution_context/use_service.cc: New
398 test.
399 * testsuite/experimental/net/headers.cc: New test.
400 * testsuite/experimental/net/internet/address/v4/comparisons.cc: New
401 test.
402 * testsuite/experimental/net/internet/address/v4/cons.cc: New test.
403 * testsuite/experimental/net/internet/address/v4/creation.cc: New
404 test.
405 * testsuite/experimental/net/internet/address/v4/members.cc: New
406 test.
407 * testsuite/experimental/net/internet/resolver/base.cc: New test.
408 * testsuite/experimental/net/internet/resolver/ops/lookup.cc: New
409 test.
410 * testsuite/experimental/net/internet/resolver/ops/reverse.cc: New
411 test.
412 * testsuite/experimental/net/timer/waitable/cons.cc: New test.
413 * testsuite/experimental/net/timer/waitable/dest.cc: New test.
414 * testsuite/experimental/net/timer/waitable/ops.cc: New test.
415
416 PR libstdc++/77691
417 * include/experimental/memory_resource (__resource_adaptor_imp): Do
418 not allocate sizes smaller than alignment when relying on guaranteed
419 alignment.
420 * testsuite/experimental/memory_resource/new_delete_resource.cc:
421 Adjust expected number of bytes allocated for alignof(max_align_t).
422
423 2018-10-11 François Dumont <fdumont@gcc.gnu.org>
424
425 * include/debug/forward_list
426 (forward_list<>::before_begin()): Use C++11 direct initialization.
427 (forward_list<>::begin()): Likewise.
428 (forward_list<>::end()): Likewise.
429 (forward_list<>::cbefore_begin()): Likewise.
430 (forward_list<>::cbegin()): Likewise.
431 (forward_list<>::cend()): Likewise.
432 (forward_list<>::emplace_after<>(const_iterator, _Args&&...)): Likewise.
433 (forward_list<>::insert_after(const_iterator, const _Tp&)): Likewise.
434 (forward_list<>::insert_after(const_iterator, _Tp&&)): Likewise.
435 (forward_list<>::insert_after(const_iterator, size_type, const _Tp&)):
436 Likewise.
437 (forward_list<>::insert_after(const_iterator, initializer_list<>)):
438 Likewise.
439 (forward_list<>::erase_after(const_iterator)): Likewise.
440 (forward_list<>::erase_after(const_iterator, const_iterator)): Likewise
441 and ensure consistent iterator comparison.
442
443 * include/bits/forward_list.h
444 (_Fwd_list_iterator<>::operator==): Replace member function with inline
445 friend.
446 (_Fwd_list_iterator<>::operator!=): Likewise.
447 (_Fwd_list_const_iterator<>::operator==): Likewise.
448 (_Fwd_list_const_iterator<>::operator!=): Likewise.
449 (operator==(const _Fwd_list_iterator<>&,
450 const _Fwd_list_const_iterator<>&)): Remove.
451 (operator!=(const _Fwd_list_iterator<>&,
452 const _Fwd_list_const_iterator<>&)): Remove.
453 (forward_list<>::_Node): Take typedef from base type.
454 (forward_list<>::iterator): Likewise.
455 (forward_list<>::const_iterator): Likewise.
456
457 2018-10-11 Jonathan Wakely <jwakely@redhat.com>
458
459 PR libstdc++/80538
460 * src/c++11/thread.cc (this_thread::__sleep_for)
461 [_GLIBCXX_HAVE_SLEEP]: Only call sleep for non-zero values.
462 Loop while sleep call is interrupted and until steady_clock
463 shows requested duration has elapsed.
464 (!_GLIBCXX_HAVE_USLEEP]: Use the _GLIBCXX_HAVE_SLEEP code path, but
465 avoiding the usleep call.
466 * testsuite/30_threads/this_thread/60421.cc: Test repeated
467 signal interruptions.
468
469 * include/bits/allocator.h
470 (operator==(const allocator<_Tp>&, const allocator<_Tp>))
471 (operator!=(const allocator<_Tp>&, const allocator<_Tp>)): Replace
472 with inline friends.
473 * include/ext/debug_allocator.h (operator==, operator!=): Replace
474 with inline friend functions that compare to rebound allocators.
475 * include/ext/malloc_allocator.h (operator==, operator!=): Likewise.
476 * include/ext/new_allocator.h (operator==, operator!=): Likewise.
477 * testsuite/ext/debug_allocator/eq.cc: New test.
478 * testsuite/ext/ext_pointer/alloc_eq.cc: New test.
479 * testsuite/ext/malloc_allocator/eq.cc: New test.
480 * testsuite/ext/new_allocator/eq.cc: New test.
481
482 2018-10-10 Jonathan Wakely <jwakely@redhat.com>
483
484 PR libstdc++/87544
485 * include/bits/stl_vector.h (vector::_S_max_size): Limit size to
486 PTRDIFF_MAX / sizeof(value_type).
487 * include/ext/malloc_allocator.h (malloc_allocator::max_size):
488 Likewise.
489 * include/ext/new_allocator.h (new_allocator::max_size): Likewise.
490 * testsuite/23_containers/vector/allocator/minimal.cc: Adjust
491 expected value for max_size().
492 * testsuite/23_containers/vector/capacity/87544.cc: New test.
493
494 2018-10-09 François Dumont <fdumont@gcc.gnu.org>
495
496 * include/bits/stl_list.h
497 (_List_operator<>::operator==): Replace member function with inline
498 friend.
499 (_List_operator<>::operator!=): Likewise.
500 (_List_const_operator<>::operator==): Likewise.
501 (_List_const_operator<>::operator!=): Likewise.
502 (operator==(const _List_iterator<>&, const _List_const_iterator<>&)):
503 Remove.
504 (operator!=(const _List_iterator<>&, const _List_const_iterator<>&)):
505 Remove.
506
507 2018-10-09 Jonathan Wakely <jwakely@redhat.com>
508
509 * include/bits/stringfwd.h (string, wstring, u16string, u32string):
510 Define typedefs outside of __cxx11 inline namespace.
511 * python/libstdcxx/v6/printers.py (register_type_printers): Also
512 register printers for typedefs in new location.
513
514 2018-10-08 Jonathan Wakely <jwakely@redhat.com>
515
516 PR libstdc++/87538
517 * testsuite/experimental/functional/87538.cc: New test.
518
519 PR libstdc++/87538
520 * include/std/functional (_Not_fn::operator()): Check value of
521 __is_nothrow_invocable as well.
522 * testsuite/20_util/function_objects/not_fn/87538.cc: New test.
523
524 2018-10-08 François Dumont <fdumont@gcc.gnu.org>
525
526 * include/debug/list (list<>::cbegin()): Use C++11 direct
527 initialization.
528 (list<>::cend()): Likewise.
529 (list<>::emplace<>(const_iterator, _Args&&...)): Likewise.
530 (list<>::insert(const_iterator, initializer_list<>)): Likewise.
531 (list<>::insert(const_iterator, size_type, const _Tp&)): Likewise.
532 (list<>::erase(const_iterator, const_iterator)): Ensure consistent
533 iterator comparisons.
534 (list<>::splice(const_iterator, list&&, const_iterator,
535 const_iterator)): Likewise.
536
537 2018-10-05 François Dumont <fdumont@gcc.gnu.org>
538
539 * include/bits/stl_tree.h
540 (_Rb_tree_iterator<>::operator==): Make inline friend.
541 (_Rb_tree_iterator<>::operator!=): Likewise.
542 (_Rb_tree_const_iterator<>::operator==): Likewise.
543 (_Rb_tree_const_iterator<>::operator!=): Likewise.
544 (operator==(const _Rb_tree_iterator<>&,
545 const _Rb_tree_const_iterator&)): Remove.
546 (operator!=(const _Rb_tree_iterator<>&,
547 const _Rb_tree_const_iterator&)): Remove.
548 (operator==(const _Rb_tree<>&, const _Rb_tree<>&)): Make inline friend.
549 (operator<(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise.
550 (operator!=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise and
551 deprecate.
552 (operator>(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise.
553 (operator<=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise.
554 (operator>=(const _Rb_tree<>&, const _Rb_tree<>&)): Likewise.
555 * include/debug/map.h (map<>::erase(const_iterator, const_iterator)):
556 Compare __victim with _Base::cend().
557 * include/debug/multimap.h
558 (multimap<>::erase(const_iterator, const_iterator)): Likewise.
559 * include/debug/set.h (set<>::erase(const_iterator, const_iterator)):
560 Compare __victim with _Base::cend().
561 * include/debug/multiset.h
562 (multiset<>::erase(const_iterator, const_iterator)): Likewise.
563
564 2018-10-03 Jonathan Wakely <jwakely@redhat.com>
565
566 PR libstdc++/59439
567 * src/c++98/locale.cc (locale::locale(const locale&)): Bypass
568 reference count updates for the classic locale.
569 (locale::~locale()): Likewise.
570 (locale::operator=(const locale&)): Likewise.
571 * src/c++98/locale_init.cc (locale::locale()): Likewise.
572 (locale::global(const locale&)): Likewise.
573
574 2018-10-03 François Dumont <fdumont@gcc.gnu.org>
575
576 * include/debug/map.h
577 (map<>::emplace<>(_Args&&...)): Use C++11 direct initialization.
578 (map<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise.
579 (map<>::insert(value_type&&)): Likewise.
580 (map<>::insert<>(_Pair&&)): Likewise.
581 (map<>::insert<>(const_iterator, _Pair&&)): Likewise.
582 (map<>::try_emplace): Likewise.
583 (map<>::insert_or_assign): Likewise.
584 (map<>::insert(node_type&&)): Likewise.
585 (map<>::insert(const_iterator, node_type&&)): Likewise.
586 (map<>::erase(const_iterator)): Likewise.
587 (map<>::erase(const_iterator, const_iterator)): Likewise.
588 * include/debug/multimap.h
589 (multimap<>::emplace<>(_Args&&...)): Use C++11 direct initialization.
590 (multimap<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise.
591 (multimap<>::insert<>(_Pair&&)): Likewise.
592 (multimap<>::insert<>(const_iterator, _Pair&&)): Likewise.
593 (multimap<>::insert(node_type&&)): Likewise.
594 (multimap<>::insert(const_iterator, node_type&&)): Likewise.
595 (multimap<>::erase(const_iterator)): Likewise.
596 (multimap<>::erase(const_iterator, const_iterator)): Likewise.
597 * include/debug/set.h
598 (set<>::emplace<>(_Args&&...)): Use C++11 direct initialization.
599 (set<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise.
600 (set<>::insert(value_type&&)): Likewise.
601 (set<>::insert<>(const_iterator, value_type&&)): Likewise.
602 (set<>::insert(const_iterator, node_type&&)): Likewise.
603 (set<>::erase(const_iterator)): Likewise.
604 (set<>::erase(const_iterator, const_iterator)): Likewise.
605 * include/debug/multiset.h
606 (multiset<>::emplace<>(_Args&&...)): Use C++11 direct initialization.
607 (multiset<>::emplace_hint<>(const_iterator, _Args&&...)): Likewise.
608 (multiset<>::insert<>(value_type&&)): Likewise.
609 (multiset<>::insert<>(const_iterator, value_type&&)): Likewise.
610 (multiset<>::insert(node_type&&)): Likewise.
611 (multiset<>::insert(const_iterator, node_type&&)): Likewise.
612 (multiset<>::erase(const_iterator)): Likewise.
613 (multiset<>::erase(const_iterator, const_iterator)): Likewise.
614
615 2018-10-02 Marc Glisse <marc.glisse@inria.fr>
616
617 PR libstdc++/87258
618 * include/bits/stl_bvector.h (vector::begin(), vector::cbegin()):
619 Rebuild _M_start with an explicit 0 offset.
620
621 2018-10-02 Jonathan Wakely <jwakely@redhat.com>
622
623 * include/std/variant (__gen_vtable_impl::__visit_invoke): Call __get
624 directly instead of get, as caller ensures correct index is used.
625 (holds_alternative, get, get_if): Remove redundant inline specifiers.
626 (_VARIANT_RELATION_FUNCTION_TEMPLATE): Likewise.
627
628 2018-10-02 Joseph Myers <joseph@codesourcery.com>
629
630 * testsuite/lib/libstdc++.exp (libstdc++_init): Use
631 -fno-show-column in default cxxflags.
632
633 2018-10-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
634
635 * config/os/uclibc/os_defines.h (__NO_STRING_INLINES): Delete.
636
637 2018-10-01 Gerald Pfeifer <gerald@pfeifer.com>
638
639 * doc/xml/manual/allocator.xml: Adjust link to "Reconsidering
640 Custom Memory Allocation".
641
642 2018-10-01 Jonathan Wakely <jwakely@redhat.com>
643
644 * doc/html/*: Regenerate.
645
646 2018-09-30 Gerald Pfeifer <gerald@pfeifer.com>
647
648 * doc/xml/manual/messages.xml: Switch link to www.oracle.com
649 to https.
650
651 2018-09-30 Gerald Pfeifer <gerald@pfeifer.com>
652
653 * doc/xml/manual/policy_data_structures_biblio.xml: Update
654 link to Microsoft Component Model Object Technologies.
655
656 2018-09-29 Gerald Pfeifer <gerald@pfeifer.com>
657
658 * doc/xml/gnu/fdl-1.3.xml: The Free Software Foundation web
659 site now uses https. Also omit the unnecessary trailing slash.
660 * doc/xml/gnu/gpl-3.0.xml: Ditto.
661
662 2018-09-28 François Dumont <fdumont@gcc.gnu.org>
663
664 * include/debug/functions.h
665 (__foreign_iterator_aux3(const _Safe_iterator<>&, const _InputeIter&,
666 const _InputIter&, __true_type)): Use empty() rather than begin() ==
667 end().
668
669 2018-09-25 Mike Crowe <mac@mcrowe.com>
670
671 * include/std/condition_variable (condition_variable::wait_for): Use
672 steady clock in overload that uses a predicate.
673
674 2018-09-25 Jonathan Wakely <jwakely@redhat.com>
675
676 PR libstdc++/87431
677 * include/std/variant (_Variant_storage<true, _Types...>::_M_valid):
678 Avoid runtime test when all alternatives are scalars and so cannot
679 throw during initialization.
680
681 2018-09-25 Gerald Pfeifer <gerald@pfeifer.com>
682
683 * doc/xml/manual/codecvt.xml: Move link to "UTF-8 and Unicode FAQ"
684 to https.
685
686 2018-09-24 Gerald Pfeifer <gerald@pfeifer.com>
687
688 * doc/xml/manual/policy_data_structures_biblio.xml: Update link
689 to "Priority Queues and the STL".
690
691 2018-09-23 Gerald Pfeifer <gerald@pfeifer.com>
692
693 * doc/xml/manual/using_exceptions.xml: Move boost.orgs link to
694 https.
695
696 2018-09-21 François Dumont <fdumont@gcc.gnu.org>
697
698 PR libstdc++/87135
699 * src/c++11/hashtable_c++0x.cc (_Prime_rehash_policy::_M_next_bkt):
700 Use __builtin_floor to compute _M_next_resize.
701 * testsuite/23_containers/unordered_set/hash_policy/71181.cc: Adapt.
702 * testsuite/23_containers/unordered_set/hash_policy/prime_rehash.cc:
703 Adapt.
704
705 2018-09-21 Jonathan Wakely <jwakely@redhat.com>
706
707 * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Remove.
708 * testsuite/26_numerics/headers/cmath/hypot.cc: Restore test for
709 long double unconditionally, but use lower tolerance when
710 sizeof(long double) == sizeof(double).
711
712 2018-09-20 Christophe Lyon <christophe.lyon@linaro.org>
713
714 * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: Skip
715 on arm*.
716
717 2018-09-19 Jonathan Wakely <jwakely@redhat.com>
718
719 * include/bits/regex_automaton.tcc (_StateSeq<_TraitsT>::_M_clone()):
720 Remove __glibcxx_assert statements and use map::find instead of
721 map::operator[].
722
723 2018-09-18 François Dumont <fdumont@gcc.gnu.org>
724
725 PR libstdc++/87135
726 * src/c++11/hashtable_c++0x.cc:
727 (_Prime_rehash_policy::_M_next_bkt): Return a prime no smaller than
728 requested size, but not necessarily greater.
729 (_Prime_rehash_policy::_M_need_rehash): Rehash only if target size is
730 strictly greater than next resize threshold.
731 * testsuite/23_containers/unordered_map/modifiers/reserve.cc: Adapt test
732 to validate that there is no rehash as long as number of insertion is
733 lower or equal to the reserved number of elements.
734
735 2018-09-18 Jonathan Wakely <jwakely@redhat.com>
736
737 * include/bits/unique_ptr.h (__uniq_ptr_impl): Remove static assertion
738 checking invocable condition.
739 (unique_ptr::~unique_ptr, unique_ptr::reset): Restore static assertion
740 here, where types must be complete. Pass pointer to deleter as an
741 rvalue.
742 * testsuite/20_util/unique_ptr/requirements/incomplete.cc: New test.
743
744 2018-09-13 Jonathan Wakely <jwakely@redhat.com>
745
746 * include/std/variant (variant) [__clang__]: Limit workaround to
747 Clang 7 and older.
748
749 2018-09-11 Jonathan Wakely <jwakely@redhat.com>
750
751 PR libstdc++/87278
752 * include/bits/shared_ptr.h (make_shared): Use remove_cv instead of
753 remove_const.
754 * testsuite/20_util/shared_ptr/creation/87278.cc: New test.
755
756 Implement LWG 2905 changes to constrain unique_ptr constructors
757 * include/bits/unique_ptr.h (__uniq_ptr_impl): Add assertions to
758 check deleter type.
759 (unique_ptr::unique_ptr(pointer, const deleter_type&)): Add copy
760 constructible constraint.
761 (unique_ptr::unique_ptr(pointer, deleter_type&&)): Disable for
762 deleters of reference type and add move constructible constraint.
763 (unique_ptr::unique_ptr(pointer, remove_reference_t<deleter_type>&&)):
764 Disable for deleters of non-reference type. Define as deleted.
765 (unique_ptr<T[], D>): Likewise.
766 * testsuite/20_util/unique_ptr/assign/48635_neg.cc: Replace dg-error
767 directives with unstable line numbers with dg-prune-output.
768 * testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: Likewise.
769 * testsuite/20_util/unique_ptr/cons/lwg2905.cc: New test.
770 * testsuite/20_util/unique_ptr/specialized_algorithms/swap_cxx17.cc:
771 Make deleter types invocable.
772
773 2018-09-05 Jonathan Wakely <jwakely@redhat.com>
774
775 * libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.
776
777 2018-09-03 Jonathan Wakely <jwakely@redhat.com>
778
779 PR libstdc++/78179
780 * testsuite/26_numerics/headers/cmath/hypot-long-double.cc: New test
781 that runs the long double part of hypot.cc.
782 * testsuite/26_numerics/headers/cmath/hypot.cc: Disable long double
783 tests unless TEST_HYPOT_LONG_DOUBLE is defined.
784
785 * include/bits/stl_vector.h (vector::_Temporary_value::_M_ptr):
786 Return raw pointer not allocator's pointer type.
787 (vector::_Temporary_value::_M_val): Use _M_ptr.
788
789 PR libstdc++/87194
790 * include/bits/stl_map.h
791 (map::map(initializer_list<value_type>, const Compare&, const Alloc&))
792 (map::map(initializer_list<value_type>, const Alloc&))
793 (map::map(InputIterator, InputIterator, const Alloc&))
794 (map::map(InputIterator, InputIterator))
795 (map::map(InputIterator, InputIterator, const Compare&, const Alloc&))
796 (map::insert(InputIterator, InputIterator)):
797 Call _M_insert_range_unique instead of _M_insert_unique.
798 * include/bits/stl_multimap.h
799 (multimap::multimap(initializer_list<value_type>, const C&, const A&))
800 (multimap::multimap(initializer_list<value_type>, const A&))
801 (multimap::multimap(InputIterator, InputIterator, const A&))
802 (multimap::multimap(InputIterator, InputIterator))
803 (multimap::multimap(InputIterator, InputIterator, const C&, const A&))
804 (multimap::insert(InputIterator, InputIterator)): Call
805 _M_insert_range_equal instead of _M_insert_equal.
806 * include/bits/stl_multiset.h
807 (multiset::multiset(InputIterator, InputIterator))
808 (multiset::multiset(InputIterator, InputIterator, const C&, const A&))
809 (multiset::multiset(initializer_list<value_type>, const C&, const A&))
810 (multiset::multiset(initializer_list<value_type>, const A&))
811 (multiset::multiset(InputIterator, InputIterator, const A&))
812 (multiset::insert(InputIterator, InputIterator)): Call
813 _M_insert_range_equal instead of _M_insert_equal.
814 * include/bits/stl_set.h
815 (set::set(InputIterator, InputIterator))
816 (set::set(InputIterator, InputIterator, const Compare&, const Alloc&))
817 (set::set(initializer_list<value_type>, const Compare&, const Alloc&))
818 (set::set(initializer_list<value_type>, const Alloc&))
819 (set::set(InputIterator, InputIterator, const Alloc&))
820 (set::insert(InputIterator, InputIterator)):
821 Call _M_insert_range_unique instead of _M_insert_unique.
822 * include/bits/stl_tree.h
823 [__cplusplus >= 201103L] (_Rb_tree::__same_value_type): New alias
824 template for SFINAE constraints.
825 [__cplusplus >= 201103L] (_Rb_tree::_M_insert_range_unique): Pair of
826 constrained overloads that either insert or emplace, depending on
827 iterator's value_type.
828 [__cplusplus >= 201103L] (_Rb_tree::_M_insert_range_equal): Likewise.
829 [__cplusplus < 201103L] (_Rb_tree::_M_insert_range_unique)
830 (_Rb_tree::_M_insert_range_equal): New functions replacing range
831 versions of _M_insert_unique and _M_insert_equal.
832 (_Rb_tree::_M_insert_unique(_InputIterator, _InputIterator))
833 (_Rb_tree::_M_insert_equal(_InputIterator, _InputIterator)): Remove.
834 * testsuite/23_containers/map/modifiers/insert/87194.cc: New test.
835 * testsuite/23_containers/multimap/modifiers/insert/87194.cc: New test.
836 * testsuite/23_containers/multiset/modifiers/insert/87194.cc: New test.
837 * testsuite/23_containers/set/modifiers/insert/87194.cc: New test.
838
839 PR libstdc++/78595
840 * include/bits/stl_map.h (map::insert(_Pair&&))
841 (map::insert(const_iterator, _Pair&&)): Do emplace instead of insert.
842 * include/bits/stl_multimap.h (multimap::insert(_Pair&&))
843 (multimap::insert(const_iterator, _Pair&&)): Likewise.
844 * include/bits/unordered_map.h (unordered_map::insert(_Pair&&))
845 (unordered_map::insert(const_iterator, _Pair&&))
846 (unordered_multimap::insert(_Pair&&))
847 (unordered_multimap::insert(const_iterator, _Pair&&)): Likewise.
848 * testsuite/23_containers/map/modifiers/insert/78595.cc: New test.
849 * testsuite/23_containers/multimap/modifiers/insert/78595.cc: New test.
850 * testsuite/23_containers/unordered_map/modifiers/78595.cc: New test.
851 * testsuite/23_containers/unordered_multimap/modifiers/78595.cc: New
852 test.
853
854 2018-09-02 François Dumont <fdumont@gcc.gnu.org>
855
856 * include/debug/safe_iterator.h
857 (_Safe_iterator<_It, _Seq, _Cat>::_Self): New.
858 (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag>::_Self):
859 New.
860 (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag>
861 ::_OtherSelf): New.
862 (_GLIBCXX_DEBUG_VERIFY_OPERANDS, _GLIBCXX_DEBUG_VERIFY_EQ_OPERANDS)
863 (_GLIBCXX_DEBUG_VERIFY_REL_OPERANDS)
864 (_GLIBCXX_DEBUG_VERIFY_DIST_OPERANDS): Define macros.
865 (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag>
866 ::operator+(difference_type)): Use latters, inline as friend.
867 (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag>
868 ::operator-(difference_type)): Likewise.
869 (operator==(const _Safe_iterator<>&, const _Safe_iterator<>&)):
870 Likewise.
871 (operator!=(const _Safe_iterator<>&, const _Safe_iterator<>&)):
872 Likewise.
873 (operator<(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise.
874 (operator<=(const _Safe_iterator<>&, const _Safe_iterator<>&)):
875 Likewise.
876 (operator>(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise.
877 (operator>=(const _Safe_iterator<>&, const _Safe_iterator<>&)):
878 Likewise.
879 (operator-(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise.
880 (operator+(difference_type, const _Safe_iterator<>&)): Likewise.
881 (operator-(const _Safe_iterator<>&, difference_type)): Likewise.
882 * include/debug/safe_iterator.tcc
883 (_Safe_iterator<>::_M_can_advance(difference_type)): Take parameter by
884 copy.
885 * include/debug/safe_local_iterator.h
886 (_Safe_local_iterator<_It, _Seq>::_Self): New.
887 (_Safe_local_iterator<_It, _Seq>::_OtherSelf): New.
888 (_GLIBCXX_DEBUG_VERIFY_OPERANDS): Define macro.
889 (operator==(const _Safe_local_iterator<>&,
890 const _Safe_local_iterator<>&)): Use latter, inline as friend.
891 (operator!=(const _Safe_local_iterator<>&,
892 const _Safe_local_iterator<>&)): Likewise.
893 * testsuite/util/testsuite_containers.h: Include utility.
894 (struct forward_members_unordered<_Tp, bool>): Remove 2nd template
895 parameter.
896 (forward_members_unordered<>::forward_members_unordered(value_type&)):
897 Add using namespace std::rel_ops.
898 Add iterator_concept_checks on local_iterator and const_local_iterator.
899 Add asserts on comparison between const_local_iterator and
900 local_iterator.
901 (struct forward_members_unordered<_Tp, false>): Remove partial
902 specialization.
903 * testsuite/23_containers/forward_list/types/1.cc: New.
904 * testsuite/23_containers/list/types/1.cc: New.
905
906 2018-09-01 Gerald Pfeifer <gerald@pfeifer.com>
907
908 * doc/xml/manual/profile_mode.xml: Update three ieeexplore.ieee.org
909 references.
910
911 2018-08-31 Sandra Loosemore <sandra@codesourcery.com>
912
913 * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/10.cc:
914 Add dg-require-fileio.
915 * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/11.cc:
916 Likewise.
917 * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc:
918 Likewise.
919 * testsuite/21_strings/basic_string_view/inserters/wchar_t/2.cc:
920 Likewise.
921 * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc:
922 Likewise.
923 * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc:
924 Likewise.
925 * testsuite/27_io/basic_filebuf/close/wchar_t/12790-1.cc: Likewise.
926 * testsuite/27_io/basic_filebuf/close/wchar_t/12790-2.cc: Likewise.
927 * testsuite/27_io/basic_filebuf/close/wchar_t/12790-3.cc: Likewise.
928 * testsuite/27_io/basic_filebuf/close/wchar_t/12790-4.cc: Likewise.
929 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/11543.cc: Likewise.
930 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-1.cc:
931 Likewise.
932 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-2.cc:
933 Likewise.
934 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-3.cc:
935 Likewise.
936 * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-4.cc:
937 Likewise.
938 * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-1.cc:
939 Likewise.
940 * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-2.cc:
941 Likewise.
942 * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-4.cc:
943 Likewise.
944 * testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc: Likewise.
945 * testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc: Likewise.
946 * testsuite/27_io/basic_ifstream/cons/wchar_t/1.cc: Likewise.
947 * testsuite/27_io/basic_ifstream/open/wchar_t/1.cc: Likewise.
948 * testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc:
949 Likewise.
950 * testsuite/27_io/basic_istream/extractors_other/wchar_t/2.cc:
951 Likewise.
952 * testsuite/27_io/basic_istream/get/wchar_t/2.cc: Likewise.
953 * testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Likewise.
954 * testsuite/27_io/basic_istream/ignore/wchar_t/2.cc: Likewise.
955 * testsuite/27_io/basic_istream/ignore/wchar_t/3.cc: Likewise.
956 * testsuite/27_io/basic_istream/seekg/wchar_t/sstream.cc: Likewise.
957 * testsuite/27_io/basic_istream/tellg/wchar_t/sstream.cc: Likewise.
958 * testsuite/27_io/basic_ofstream/cons/wchar_t/1.cc: Likewise.
959 * testsuite/27_io/basic_ofstream/open/wchar_t/1.cc: Likewise.
960 * testsuite/27_io/basic_ostream/inserters_other/wchar_t/1.cc:
961 Likewise.
962 * testsuite/27_io/objects/wchar_t/10.cc: Likewise.
963 * testsuite/27_io/objects/wchar_t/12048-1.cc: Likewise.
964 * testsuite/27_io/objects/wchar_t/12048-2.cc: Likewise.
965 * testsuite/27_io/objects/wchar_t/12048-3.cc: Likewise.
966 * testsuite/27_io/objects/wchar_t/12048-4.cc: Likewise.
967 * testsuite/27_io/objects/wchar_t/12048-5.cc: Likewise.
968 * testsuite/experimental/string_view/inserters/wchar_t/2.cc:
969 Likewise.
970 * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc: Likewise.
971
972 2018-08-30 Sandra Loosemore <sandra@codesourcery.com>
973
974 * testsuite/experimental/propagate_const/observers/1.cc: Make
975 dependence on -fdelete-null-pointer-checks explicit.
976
977 2018-08-30 Jonathan Wakely <jwakely@redhat.com>
978
979 * include/bits/hashtable_policy.h (__clp2): Fix calculation for LLP64
980 targets where sizeof(size_t) > sizeof(long). Avoid undefined shifts
981 of the number of bits in the type.
982 * include/std/bit (__ceil2): Avoid undefined shifts.
983 * testsuite/26_numerics/bit/bit.pow.two/ceil2.cc: Test values with
984 the most signifiant bit set.
985
986 * config/abi/pre/gnu.ver: Add missing exports for mingw.
987
988 * include/ext/pointer.h (_Pointer_adapter): Define operators for
989 pointer arithmetic using long long offsets.
990 * testsuite/ext/ext_pointer/1.cc: Test pointer arithmetic using
991 long long values.
992
993 2018-08-29 Jonathan Wakely <jwakely@redhat.com>
994
995 PR libstdc++/31413
996 * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Check D_FMT
997 string for alternative format.
998
999 2018-08-28 Jonathan Wakely <jwakely@redhat.com>
1000
1001 PR libstdc++/87116
1002 * src/filesystem/std-path.cc (path::lexically_normal): When handling
1003 a dot-dot filename, preserve an empty final component in the iteration
1004 sequence.
1005 [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Use preferred-separator for
1006 root-directory.
1007 * testsuite/27_io/filesystem/path/generation/normal.cc: Add new tests
1008 for more than two adjacent dot-dot filenames.
1009 [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Replace slashes with
1010 preferred-separator in expected normalized strings.
1011
1012 2018-08-25 Iain Sandoe <iain@sandoe.co.uk>
1013
1014 PR libstdc++/70694
1015 * configure.host (OPT_LDFLAGS): Don't append
1016 -fvisibility-inlines-hidden for newer Darwin.
1017
1018 2018-08-24 Marc Glisse <marc.glisse@inria.fr>
1019
1020 PR libstdc++/86822
1021 * libsupc++/new (operator new(size_t, nothrow_t), operator
1022 new[](size_t, nothrow_t), operator new(size_t, align_val_t, nothrow_t),
1023 operator new[](size_t, align_val_t, nothrow_t)): Add malloc attribute.
1024
1025 2018-08-24 Jonathan Wakely <jwakely@redhat.com>
1026
1027 * include/debug/deque (std::__debug::deque): Declare.
1028 * include/debug/forward_list (std::__debug::forward_list): Declare.
1029 * include/debug/list (std::__debug::list): Declare.
1030 * include/debug/map (std::__debug::map): Declare.
1031 * include/debug/set (std::__debug::set): Declare.
1032 * include/debug/unordered_map (std::__debug::unordered_map): Declare.
1033 * include/debug/unordered_set (std::__debug::unordered_set): Declare.
1034 * include/debug/vector (std::__debug::vector): Declare.
1035 * testsuite/23_containers/deque/types/pmr_typedefs_debug.cc: New test.
1036 * testsuite/23_containers/forward_list/pmr_typedefs_debug.cc: New
1037 test.
1038 * testsuite/23_containers/list/pmr_typedefs_debug.cc: New test.
1039 * testsuite/23_containers/map/pmr_typedefs_debug.cc: New test.
1040 * testsuite/23_containers/multimap/pmr_typedefs_debug.cc: New test.
1041 * testsuite/23_containers/multiset/pmr_typedefs_debug.cc: New test.
1042 * testsuite/23_containers/set/pmr_typedefs_debug.cc: New test.
1043 * testsuite/23_containers/unordered_map/pmr_typedefs_debug.cc: New
1044 test.
1045 * testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc:
1046 New test.
1047 * testsuite/23_containers/unordered_multiset/pmr_typedefs_debug.cc:
1048 New test.
1049 * testsuite/23_containers/unordered_set/pmr_typedefs_debug.cc: New
1050 test.
1051 * testsuite/23_containers/vector/cons/destructible_debug_neg.cc:
1052 Adjust dg-error lineno.
1053 * testsuite/23_containers/vector/types/pmr_typedefs_debug.cc: New
1054 test.
1055
1056 2018-08-23 Jonathan Wakely <jwakely@redhat.com>
1057
1058 * testsuite/util/testsuite_allocator.h (__gnu_test::memory_resource):
1059 Only define when RTTI is enabled.
1060
1061 * include/debug/vector (__niter_base): Define for C++98.
1062
1063 * testsuite/25_algorithms/partial_sort_copy/debug/irreflexive_neg.cc:
1064 Fix C++98 test to not use C++11 features.
1065 * testsuite/25_algorithms/fill_n/2.cc: Likewise.
1066
1067 * scripts/check_compile: Fix comments.
1068
1069 * include/debug/string (insert(__const_iterator, _InIter, _InIter)):
1070 [!_GLIBCXX_USE_CXX11_ABI]: Replace use of C++11-only cbegin() with
1071 begin(), for C++98 compatibility.
1072
1073 * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI]
1074 (basic_string::__const_iterator): Change access to protected.
1075 [!_GLIBCXX_USE_CXX11_ABI] (basic_string::__const_iterator): Define
1076 as typedef for iterator.
1077 * include/debug/string (__const_iterator): Use typedef from base.
1078 (insert(const_iterator, _CharT))
1079 (replace(const_iterator, const_iterator, const basic_string&))
1080 (replace(const_iterator, const_iterator, const _CharT*, size_type))
1081 (replace(const_iterator, const_iterator, const CharT*))
1082 (replace(const_iterator, const_iterator, size_type, _CharT))
1083 (replace(const_iterator, const_iterator, _InputIter, _InputIter))
1084 (replace(const_iterator, const_iterator, initializer_list<_CharT>)):
1085 Change const_iterator parameters to __const_iterator.
1086 (insert(iterator, size_type, _CharT)): Add C++98 overload.
1087 (insert(const_iterator, _InputIterator, _InputIterator)): Change
1088 const_iterator parameter to __const_iterator.
1089 [!_GLIBCXX_USE_CXX11_ABI]: Add workaround for incorrect return type
1090 of base's member function.
1091 (insert(const_iterator, size_type, _CharT)) [!_GLIBCXX_USE_CXX11_ABI]:
1092 Likewise.
1093 (insert(const_iterator, initializer_list<_CharT>))
1094 [!_GLIBCXX_USE_CXX11_ABI]: Likewise.
1095 * testsuite/21_strings/basic_string/init-list.cc: Remove effective
1096 target directive.
1097
1098 * testsuite/20_util/reference_wrapper/lwg2993.cc: Fix C++11 test to
1099 not use C++14 feature.
1100 * testsuite/23_containers/list/68222_neg.cc: Likewise.
1101
1102 * testsuite/21_strings/basic_string/init-list.cc:
1103 Require cxx11-abi.
1104 * testsuite/experimental/polymorphic_allocator/pmr_typedefs_match.cc:
1105 Likewise.
1106 * testsuite/experimental/polymorphic_allocator/pmr_typedefs_string.cc:
1107 Likewise.
1108
1109 * testsuite/23_containers/deque/capacity/max_size.cc: Fix test for
1110 C++98 mode.
1111 * testsuite/23_containers/deque/modifiers/assign/1.cc: Likewise.
1112 * testsuite/23_containers/list/modifiers/assign/1.cc: Likewise.
1113 * testsuite/23_containers/vector/bool/modifiers/assign/1.cc: Likewise.
1114 * testsuite/23_containers/vector/capacity/max_size.cc: Likewise.
1115 * testsuite/23_containers/vector/modifiers/assign/1.cc: Likewise.
1116
1117 2018-08-22 Jonathan Wakely <jwakely@redhat.com>
1118
1119 PR libstdc++/87061
1120 * include/experimental/regex [!_GLIBCXX_USE_CXX11_ABI]
1121 (experimental::pmr::match_results, experimental::pmr::cmatch)
1122 (experimental::pmr::smatch, experimental::pmr::wcmatch)
1123 (experimental::pmr::wsmatch): Do not declare for gcc4-compatible ABI,
1124 because COW strings don't support C++11 allocator model.
1125 * include/experimental/string [!_GLIBCXX_USE_CXX11_ABI]
1126 (experimental::pmr::basic_string, experimental::pmr::string)
1127 (experimental::pmr::u16string, experimental::pmr::u32string)
1128 (experimental::pmr::wstring): Likewise.
1129 * include/std/regex [!_GLIBCXX_USE_CXX11_ABI] (pmr::match_results)
1130 (pmr::cmatch, pmr::smatch, pmr::wcmatch, pmr::wsmatch): Likewise.
1131 * include/std/string [!_GLIBCXX_USE_CXX11_ABI] (pmr::basic_string)
1132 (pmr::string, pmr::u16string, pmr::u32string, pmr::wstring): Likewise.
1133 * testsuite/21_strings/basic_string/types/pmr_typedefs.cc: Require
1134 cxx11-abi.
1135 * testsuite/28_regex/match_results/pmr_typedefs.cc: Likewise.
1136
1137 PR libstdc++/78448
1138 * include/bits/deque.tcc (deque::_M_range_initialize): Use
1139 _S_check_init_len to check size.
1140 (deque::_M_push_back_aux, deque::_M_push_front_aux): Throw length
1141 error if size would exceed max_size().
1142 * include/bits/stl_deque.h (_Deque_base::size_type): Remove typedef.
1143 (_Deque_base(_Deque_base&&, const allocator_type&, size_t)): Use
1144 size_t instead of size_type.
1145 (deq(size_type, const allocator_type&)
1146 (deq(size_type, const value_type&, const allocator_type&)
1147 (deque::_M_initialize_dispatch): Use _S_check_init_len to check size.
1148 (deque::max_size): Call _S_max_size.
1149 (deque::_S_check_init_len, deque::_S_max_size): New functions.
1150 * include/bits/stl_vector.h (vector(size_type, const allocator_type&))
1151 (vector(size_type, const value_type&, const allocator_type&))
1152 (vector::_M_initialize_dispatch, vector::_M_range_initialize): Use
1153 _S_check_init_len to check size.
1154 (vector::max_size): Call _S_max_size.
1155 (vector::_M_check_len): Prevent max from being expanded as a
1156 function-like macro.
1157 (vector::_S_check_init_len, vector::_S_max_size): New functions.
1158 * include/bits/vector.tcc (vector::_M_assign_aux): Use
1159 _S_check_init_len to check size.
1160 * testsuite/23_containers/deque/capacity/max_size.cc: New test.
1161 * testsuite/23_containers/vector/capacity/max_size.cc: New test.
1162
1163 2018-08-22 François Dumont <fdumont@gcc.gnu.org>
1164
1165 PR libstdc++/68222
1166 * include/debug/safe_iterator.h
1167 (_Safe_iterator<_It, _Sq, _Cat>): Add category template parameter.
1168 (_Safe_iterator<>::_Const_iterator): Remove.
1169 (_Safe_iterator<>::_IsConstant): New.
1170 (_Safe_iterator<>::_OtherIterator): New.
1171 (_Safe_iterator<_It, _Sq, _Cat>::_Safe_iterator<_MutIte>(
1172 const _Safe_iterator<_MutIte, _Sq, _Cat>&)): Add _IsConstant::__value in
1173 __gnu_cxx::__enable_if condition.
1174 (_Safe_iterator<_It, _Sq, _Cat>::_M_get_distance_to): New.
1175 (_Safe_iterator<_It, _Sq, _Cat>::_M_get_distance_from_begin): New.
1176 (_Safe_iterator<_It, _Sq, _Cat>::_M_get_distance_to_end): New.
1177 (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag>): New.
1178 (_Safe_iterator<_It, _Sq, _Cat>::operator--()): Move...
1179 (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag>
1180 ::operator--()): ...here.
1181 (_Safe_iterator<_It, _Sq, _Cat>::operator--(int)): Move...
1182 (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag>
1183 ::operator--(int)): ...here.
1184 (_Safe_iterator<_It, _Sq, _Cat>::_M_decrementable()): Move...
1185 (_Safe_iterator<_It, _Sq, std::bidirectional_iterator_tag>
1186 ::_M_decrementable()): ...here.
1187 (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag>): New.
1188 (_Safe_iterator<_It, _Sq, _Cat>::operator[](const difference_type&)):
1189 Move...
1190 (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag>
1191 ::operator[](const difference_type&)): ...here.
1192 (_Safe_iterator<_It, _Sq, _Cat>::operator+=(const difference_type&)):
1193 Move...
1194 (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag>
1195 ::operator+=(const difference_type&)): ...here.
1196 (_Safe_iterator<_It, _Sq, _Cat>::operator+(const difference_type&)):
1197 Move...
1198 (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag>
1199 ::operator+(const difference_type&)): ...here.
1200 (_Safe_iterator<_It, _Sq, _Cat>::operator-=(const difference_type&)):
1201 Move...
1202 (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag>
1203 ::operator-=(const difference_type&)): ...here.
1204 (_Safe_iterator<_It, _Sq, _Cat>::operator-(const difference_type&)):
1205 Move...
1206 (_Safe_iterator<_It, _Sq, std::random_access_iterator_tag>
1207 ::operator-(const difference_type&)): ...here.
1208 (operator<(const _Safe_iterator<>&, const _Safe_iterator<>&)):
1209 Constraint to random access iterators.
1210 (operator<=(const _Safe_iterator<>&, const _Safe_iterator<>&)):
1211 Likewise.
1212 (operator>(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise.
1213 (operator>=(const _Safe_iterator<>&, const _Safe_iterator<>&)):
1214 Likewise.
1215 (operator-(const _Safe_iterator<>&, const _Safe_iterator<>&)): Likewise.
1216 (operator+(const difference_type&, const _Safe_iterator<>&)): Likewise.
1217 (__check_dereferenceable(const _Safe_iterator<>&)): Remove.
1218 (__get_distance): Remove.
1219 (__get_distance_from_begin): Remove.
1220 (__get_distance_to_end): Remove.
1221 (struct __is_safe_random_iterator<_Safe_iterator<>>): Remove partial
1222 specialization.
1223 (__base(const _Safe_iterator<>&, std::input_iterator_tag)): Remove.
1224 (__base(const _Safe_iterator<>&, std::random_access_iterator_tag)): Remove.
1225 (__base(const _Safe_iterator<>&)): Constraint to random access iterator.
1226 * include/debug/safe_iterator.tcc
1227 (_Safe_iterator<>::_M_get_distance_from_begin()): New.
1228 (_Safe_iterator<>::_M_get_distance_to_end()): New.
1229 (_Safe_iterator<>::_M_get_distance_to(const _Safe_iterator<>&)): New.
1230 (_Safe_iterator<_It, _Seq, std::random_access_iterator_tag>
1231 ::_M_valid_range): New.
1232 * include/debug/safe_local_iterator.h
1233 (_Safe_local_iterator<>::_Const_local_iterator): Remove.
1234 (_Safe_local_iterator<>::_IsConstant): New.
1235 (_Safe_local_iterator<>::_OtherIterator): New.
1236 (_Safe_local_iterator<_It, _Cont>::_Safe_local_iterator<_MutIte, _Cont>(
1237 const _Safe_local_iterator<_MutIte, _Seq>&)): Add _IsConstant::__value
1238 in __gnu_cxx::__enable_if condition. If singular compare base iterator
1239 with _MutIte rather than _It.
1240 (_Safe_local_iterator<>::_S_constant): Make constexpr.
1241 (_Safe_local_iterator<>::_M_get_distance_to): New.
1242 (__check_dereferenceable(const _Safe_local_iterator<>&)): Remove.
1243 (__get_distance(const _Safe_local_iterator<>&,
1244 const _Safe_local_iterator<>&, std::input_iterator_tag)): Remove.
1245 (__valid_range(const _Safe_local_iterator<>&,
1246 const _Safe_local_iterator<>&)): New.
1247 * include/debug/safe_local_iterator.tcc
1248 (_Safe_local_iterator<>::_M_get_distance_to): New.
1249 * include/debug/deque (std::__debug::deque<>): Add
1250 ::__gnu_debug::_Safe_iterator<> friend declaration.
1251 * include/debug/forward_list (std::__debug::forward_list<>): Likewise.
1252 * include/debug/list (std::__debug::list<>): Likewise.
1253 * include/debug/map.h (std::__debug::map<>): Likewise.
1254 * include/debug/multimap.h (std::__debug::multimap<>): Likewise.
1255 * include/debug/set.h (std::__debug::set<>): Likewise.
1256 * include/debug/multiset.h (std::__debug::multiset<>): Likewise.
1257 * include/debug/string (std::__debug::basic_string<>): Likewise.
1258 * include/debug/unordered_map (std::__debug::unordered_map<>): Likewise
1259 and add ::__gnu_debug::_Safe_local_iterator<> friend declaration.
1260 (std::__debug::unordered_multimap<>): Likewise.
1261 * include/debug/unordered_set (std::__debug::unordered_set<>): Likewise.
1262 (std::__debug::unordered_multiset<>): Likewise.
1263 * include/debug/formatter.h: Adapt.
1264 * include/debug/helper_functions.h
1265 (__gnu_debug::_Safe_local_iterator<>): Add declaration.
1266 (__get_distance<_Ite>(_Ite, _Ite, std::random_access_iterator_tag):
1267 Pass parameter by copy.
1268 (__get_distance<_Ite>(_Ite, _Ite, std::input_iterator_tag): Likewise.
1269 (__get_distance<_Ite>(_Ite, _Ite): Likewise.
1270 (__valid_range_aux<_Integral>): Pass _Integral by copy.
1271 (__valid_range<_InputIterator>): Pass _InputIterator by copy.
1272 (__valid_range<>(const _Safe_iterator<>&,
1273 const _Safe_iterator<>&, typename _Distance_traits<>::__type&)):
1274 Declare.
1275 (__valid_range(const _Safe_local_iterator<>&,
1276 const _Safe_local_iterator<>&, typename _Distance_traits<>::__type&)):
1277 Declare.
1278 (__valid_range<>(const _Safe_iterator<>&, const _Safe_iterator<>&)):
1279 Declare.
1280 (__valid_range(const _Safe_local_iterator<>&, const _Safe_local_iterator<>&)):
1281 Declare.
1282 (__can_advance): Adapt.
1283 (struct __is_safe_random_iterator<>): Remove.
1284 (struct _SIter_base<>): Remove.
1285 * include/debug/functions.h: Include <bits/stl_iterator.h>.
1286 (__check_dereferenceable): Remove.
1287 (__foreign_iterator_aux4, __foreign_iterator_aux3): Adapt.
1288 (__foreign_iterator_aux2, __foreign_iterator_aux): Adapt.
1289 (__foreign_iterator): Adapt.
1290 * include/debug/stl_iterator.h
1291 (__is_safe_random_iterator<std::reverse_iterator<>>): Remove.
1292 (__base(const std::reverse_iterator<_Safe_iterator<_It, _Sq>)):
1293 Constraint for random access iterators.
1294 (__niter_base): Adapt.
1295 * testsuite/util/testsuite_containers.h:
1296 Include <bits/boost_concept_check.h>.
1297 (iterator_concept_checks<_It, _Mutable, _Category>): New.
1298 (citerator<_Cont>::forward_members::forward_members()): Instantiate
1299 latter for container iterator and const_iterator.
1300 * testsuite/23_containers/list/68222_neg.cc: New.
1301 * testsuite/23_containers/vector/cons/destructible_debug_neg.cc: Adapt
1302 line number.
1303 * testsuite/23_containers/unordered_set/debug/debug_functions.cc:
1304 (test01): Remove.
1305 * testsuite/23_containers/vector/debug/debug_functions.cc (test01):
1306 Remove.
1307
1308 2018-08-22 Jonathan Wakely <jwakely@redhat.com>
1309
1310 PR libstdc++/77854
1311 * doc/xml/manual/status_cxx1998.xml: Document size_type and
1312 difference_type for containers.
1313 * doc/html/*: Regenerate.
1314
1315 2018-08-21 François Dumont <fdumont@gcc.gnu.org>
1316
1317 P0646R1 Improving the Return Value of Erase-Like Algorithms I
1318 * include/debug/forward_list (forward_list::__remove_return_type):
1319 Define typedef as size_type or void, according to __cplusplus value.
1320 (_GLIBCXX_FWDLIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or
1321 empty, according to __cplusplus value.
1322 (_GLIBCXX20_ONLY): Define macro.
1323 (forward_list::remove, forward_list::unique): Use typedef and macro
1324 to change return type and add abi-tag for C++2a. Return number of
1325 removed elements for C++2a.
1326 (forward_list::remove_if<Pred>, forward_list::unique<BinPred>): Use
1327 typedef to change return type for C++2a. Return number of removed
1328 elements for C++2a.
1329 * include/debug/list (list::__remove_return_type): Define typedef as
1330 size_type or void, according to __cplusplus value.
1331 (_GLIBCXX_LIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or
1332 empty, according to __cplusplus value.
1333 (_GLIBCXX20_ONLY): Define macro.
1334 (list::remove, list::unique): Use typedef and macro to change return
1335 type and add abi-tag for C++2a. Return number of removed elements for
1336 C++2a.
1337 (list::remove_if<Predicate>, list::unique<BinaryPredicate>): Use typedef
1338 to change return type for C++2a. Return number of removed elements for
1339 C++2a.
1340
1341 2018-08-21 David Edelsohn <dje.gcc@gmail.com>
1342
1343 * testsuite/18_support/new_nothrow.cc: XFAIL on AIX.
1344
1345 2018-08-21 Jonathan Wakely <jwakely@redhat.com>
1346
1347 * testsuite/26_numerics/bit/bitops.count/countl_one.cc: Remove
1348 redundant dg-do directive.
1349 * testsuite/26_numerics/bit/bitops.count/countl_zero.cc: Likewise.
1350 * testsuite/26_numerics/bit/bitops.count/countr_one.cc: Likewise.
1351 * testsuite/26_numerics/bit/bitops.count/countr_zero.cc: Likewise.
1352 * testsuite/26_numerics/bit/bitops.count/popcount.cc: Likewise.
1353
1354 2018-08-20 Jonathan Wakely <jwakely@redhat.com>
1355
1356 PR libstdc++/86963
1357 * include/std/tuple (_Tuple_impl::operator=): Define as deleted.
1358 (_Tuple_impl::_M_assign): New functions to perform assignment instead
1359 of assignment operators.
1360 (_Tuple_impl::_M_swap): Remove exception specification.
1361 (_Tuple_impl<_Idx, _Head>): Likewise.
1362 (_TC::_NonNestedTuple, _TC::_NotSameTuple): Use __remove_cvref_t.
1363 (__tuple_base): Remove.
1364 (tuple, tuple<_T1, _T2>): Remove inheritance from __tuple_base.
1365 (tuple::operator=, tuple<_T1, _T2>::operator=): Call _M_assign.
1366 (tuple::swap, tuple<_T1, _T2>::swap): Define exception specification
1367 using __is_nothrow_swappable.
1368 (tuple<_T1, _T2>::tuple(_U1&&, _U2&&)): Use __remove_cvref_t.
1369
1370 * include/std/optional (_Optional_payload): Use variable templates
1371 for conditions in default template arguments and exception
1372 specifications.
1373 (optional): Likewise. Adjust indentation.
1374 (optional::__not_self, optional::__not_tag, optional::_Requires): New
1375 SFINAE helpers.
1376 (optional::optional): Use new helpers in constructor constraints.
1377 * include/std/type_traits (__or_v, __and_v): New variable templates.
1378 * testsuite/20_util/optional/cons/value_neg.cc: Change dg-error to
1379 dg-prune-output. Remove unused header.
1380
1381 2018-08-18 François Dumont <fdumont@gcc.gnu.org>
1382
1383 * testsuite/25_algorithms/copy/86658.cc: Use dg-options to define
1384 _GLIBCXX_DEBUG.
1385
1386 2018-08-17 Jonathan Wakely <jwakely@redhat.com>
1387
1388 PR libstdc++/86963
1389 * include/std/tuple (__tuple_base): New class template with deleted
1390 copy assignment operator.
1391 (tuple, tuple<_T1, _T2>): Derive from __tuple_base<tuple> so that
1392 implicit copy/move assignment operator will be deleted/suppressed.
1393 (tuple::__assignable, tuple<_T1, _T2>::__assignable): New helper
1394 functions for SFINAE constraints on assignment operators.
1395 (tuple::__nothrow_assignable, tuple<_T1, _T2>::__nothrow_assignable):
1396 New helper functions for exception specifications.
1397 (tuple::operator=(const tuple&), tuple::operator=(tuple&&))
1398 (tuple<_T1, _T2>::operator=(const tuple&))
1399 (tuple<_T1, _T2>::operator=(tuple&&)): Change parameter types to
1400 __nonesuch_no_braces when the operator should be defined implicitly.
1401 Use __nothrow_assignable for exception specifications.
1402 (tuple::operator=(const tuple<_UElements...>&))
1403 (tuple::operator=(tuple<_UElements...>&&))
1404 (tuple<_T1, _T2>::operator=(const tuple<_U1, _U2>&))
1405 (tuple<_T1, _T2>::operator=(tuple<_U1, _U2>&&))
1406 (tuple<_T1, _T2>::operator=(const pair<_U1, _U2>&))
1407 (tuple<_T1, _T2>::operator=(pair<_U1, _U2>&&)): Constrain using
1408 __assignable and use __nothrow_assignable for exception
1409 specifications.
1410 * python/libstdcxx/v6/printers.py (is_specialization_of): Accept
1411 gdb.Type as first argument, instead of a string.
1412 (StdTuplePrinter._iterator._is_nonempty_tuple): New method to check
1413 tuple for expected structure.
1414 (StdTuplePrinter._iterator.__init__): Use _is_nonempty_tuple.
1415 * testsuite/20_util/tuple/dr2729.cc: New test.
1416 * testsuite/20_util/tuple/element_access/get_neg.cc: Change dg-error
1417 to dg-prune-output.
1418
1419 2018-08-16 Jonathan Wakely <jwakely@redhat.com>
1420
1421 * include/tr1/legendre_function.tcc (__sph_legendre): Avoid warning
1422 about signed/unsigned comparison.
1423
1424 * include/std/ostream (basic_ostream::sentry::~sentry): Suppress
1425 deprecation warnings for using uncaught_exception().
1426
1427 PR libstdc++/86447
1428 * src/c++11/cow-stdexcept.cc [_GLIBCXX_FULLY_DYNAMIC_STRING]
1429 (logic_error::logic_error(logic_error&&))
1430 (logic_error::operator=(logic_error&&))
1431 (runtime_error::runtime_error(runtime_error&&))
1432 (runtime_error::operator=(runtime_error&&)): Copy strings instead of
1433 moving, to avoid allocating empty reps for moved-from strings.
1434
1435 2018-08-15 Jonathan Wakely <jwakely@redhat.com>
1436
1437 * include/experimental/regex: Remove begin/end macros for namespace.
1438 * include/experimental/string: Likewise.
1439 * testsuite/experimental/polymorphic_allocator/pmr_typedefs_deque.cc:
1440 New test.
1441 * testsuite/experimental/polymorphic_allocator/
1442 pmr_typedefs_forward_list.cc: New test.
1443 * testsuite/experimental/polymorphic_allocator/pmr_typedefs_list.cc:
1444 New test.
1445 * testsuite/experimental/polymorphic_allocator/pmr_typedefs_map.cc:
1446 New test.
1447 * testsuite/experimental/polymorphic_allocator/pmr_typedefs_match.cc:
1448 New test.
1449 * testsuite/experimental/polymorphic_allocator/
1450 pmr_typedefs_multimap.cc: New test.
1451 * testsuite/experimental/polymorphic_allocator/
1452 pmr_typedefs_multiset.cc: New test.
1453 * testsuite/experimental/polymorphic_allocator/pmr_typedefs_set.cc:
1454 New test.
1455 * testsuite/experimental/polymorphic_allocator/pmr_typedefs_string.cc:
1456 New test.
1457 * testsuite/experimental/polymorphic_allocator/
1458 pmr_typedefs_unordered_map.cc: New test.
1459 * testsuite/experimental/polymorphic_allocator/
1460 pmr_typedefs_unordered_multimap.cc: New test.
1461 * testsuite/experimental/polymorphic_allocator/
1462 pmr_typedefs_unordered_multiset.cc: New test.
1463 * testsuite/experimental/polymorphic_allocator/
1464 pmr_typedefs_unordered_set.cc: New test.
1465 * testsuite/experimental/polymorphic_allocator/pmr_typedefs_vector.cc:
1466 New test.
1467
1468 * include/bits/uses_allocator.h (__uses_allocator_construct): Qualify
1469 calls to __uses_allocator_construct_impl and __use_alloc.
1470 * include/experimental/memory_resource
1471 (polymorphic_allocator::_M_construct): Remove.
1472 (polymorphic_allocator::construct): Call __uses_allocator_construct.
1473 Qualify calls to __use_alloc.
1474 * include/std/memory_resource (polymorphic_allocator::construct): Fix
1475 type in SFINAE constraint. Use constexpr if instead of tag dispatching
1476 to _S_construct overloads.
1477 (polymorphic_allocator::construct(pair<T1, T2>*, ...)): Fix order of
1478 arguments to _S_construct_p.
1479 (polymorphic_allocator::_S_construct): Remove.
1480 (polymorphic_allocator::_S_construct_p): Return allocators by value
1481 not by reference.
1482 * include/std/scoped_allocator (scoped_allocator_adaptor::construct):
1483 Qualify calls to __use_alloc.
1484 * testsuite/20_util/polymorphic_allocator/construct_pair.cc: New test,
1485 copied from testsuite/20_util/scoped_allocator/construct_pair.cc.
1486 * testsuite/experimental/polymorphic_allocator/1.cc: New test.
1487 * testsuite/experimental/polymorphic_allocator/construct_pair.cc:
1488 New test.
1489
1490 * src/c++17/memory_resource.cc [!_GLIBCXX_HAS_GTHREADS]
1491 (atomic_mem_res): Add unsynchronized definition for single-threaded.
1492
1493 2018-08-14 Jonathan Wakely <jwakely@redhat.com>
1494
1495 PR libstdc++/86954
1496 * include/bits/stl_tempbuf.h (return_temporary_buffer): Use
1497 non-placement delete.
1498
1499 * include/std/chrono (__check_overflow): Simplify definition.
1500 (_Checked_integral_constant): Remove.
1501
1502 PR libstdc++/86846
1503 * src/c++17/default_resource.h: New file, defining default_res.
1504 * src/c++17/memory_resource.cc [ATOMIC_POINTER_LOCK_FREE != 2]
1505 (atomic_mem_res): Define alternative for atomic<memory_resource*>
1506 using a mutex instead of atomics.
1507
1508 PR libstdc++/85343
1509 * config/abi/pre/gnu.ver: Export new symbol.
1510 * doc/xml/manual/abi.xml: Document new versions.
1511 * include/bits/fstream.tcc (basic_filebuf<C, T>::underflow)
1512 (basic_filebuf<C, T>::xsgetn): Pass errno to __throw_ios_failure.
1513 * include/bits/functexcept.h (__throw_ios_failure(const char*, int)):
1514 Declare new overload.
1515 * src/c++11/cxx11-ios_failure.cc (__ios_failure): Add new constructor
1516 and static member function.
1517 (__throw_ios_failure(const char*, int)): Define.
1518 * src/c++98/ios_failure.cc [!_GLIBCXX_USE_DUAL_ABI]
1519 (__throw_ios_failure(const char*, int)): Define.
1520
1521 2018-08-14 Jeremy Sawicki <jeremy-gcc@sawicki.us>
1522
1523 * include/ext/rope (_Rope_iterator_base(const _Rope_iterator_base&))
1524 (_Rope_const_iterator::operator=(const _Rope_const_iterator&))
1525 (_Rope_iterator::operator=(const _Rope_iterator&)): Ensure
1526 copied/assigned rope iterators don't retain pointers to the iterator
1527 they were copied/assigned from.
1528 * testsuite/ext/rope/7.cc: New.
1529
1530 2018-08-13 Jonathan Wakely <jwakely@redhat.com>
1531
1532 PR libstdc++/45093
1533 * include/bits/stl_tree.h (_Rb_tree::_M_destroy_node(_Link_type)):
1534 Combine definitions to avoid --detect-odr-violations warning.
1535
1536 * libsupc++/new_opa.cc (operator new(size_t, align_val_t)): Use
1537 __is_pow2 to check for valid alignment. Avoid branching when rounding
1538 size to multiple of alignment.
1539
1540 * include/Makefile.am: Install <bit> and <version> for freestanding.
1541 * include/Makefile.in: Regenerate.
1542 * testsuite/17_intro/freestanding.cc: Check for <bit> and <version>.
1543
1544 Revert
1545 2018-08-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
1546
1547 PR target/85904
1548 * configure.ac: Define HAVE_ALIGNED_ALLOC if building for
1549 Newlib.
1550 * configure: Regenerate.
1551
1552 2018-08-10 Jonathan Wakely <jwakely@redhat.com>
1553
1554 PR libstdc++/68210
1555 * doc/xml/manual/intro.xml: Document LWG 206 change.
1556 * libsupc++/del_op.cc: Replace _GLIBCXX_USE_NOEXCEPT with noexcept.
1557 * libsupc++/del_opa.cc: Likewise.
1558 * libsupc++/del_opant.cc: Likewise.
1559 * libsupc++/del_opnt.cc: Likewise. Call operator delete(ptr) instead
1560 of free(ptr).
1561 * libsupc++/del_ops.cc: Replace _GLIBCXX_USE_NOEXCEPT with noexcept.
1562 * libsupc++/del_opsa.cc: Likewise.
1563 * libsupc++/del_opva.cc: Likewise.
1564 * libsupc++/del_opvant.cc: Likewise.
1565 * libsupc++/del_opvnt.cc: Likewise. Call operator delete[](ptr)
1566 instead of operator delete(ptr).
1567 * libsupc++/del_opvs.cc: Replace _GLIBCXX_USE_NOEXCEPT with noexcept.
1568 * libsupc++/del_opvsa.cc: Likewise.
1569 * libsupc++/new_op.cc: Use __builtin_expect in check for zero size.
1570 * libsupc++/new_opa.cc: Use nullptr instead of literal 0.
1571 * libsupc++/new_opant.cc: Likewise. Replace _GLIBCXX_USE_NOEXCEPT
1572 with noexcept.
1573 * libsupc++/new_opnt.cc: Likewise. Call operator new(sz) instead of
1574 malloc(sz).
1575 * libsupc++/new_opvant.cc: Use nullptr and noexcept.
1576 * libsupc++/new_opvnt.cc: Likewise. Call operator new[](sz) instead of
1577 operator new(sz, nothrow).
1578 * testsuite/18_support/new_nothrow.cc: New test.
1579
1580 2018-08-10 Martin Liska <mliska@suse.cz>
1581
1582 * libsupc++/new_op.cc (new): Remove __builtin_expect as malloc
1583 predictor can handle that.
1584 * libsupc++/new_opa.cc: Likewise.
1585 * libsupc++/new_opnt.cc (new): Likewise.
1586
1587 2018-08-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
1588
1589 PR target/85904
1590 * configure.ac: Define HAVE_ALIGNED_ALLOC if building for
1591 Newlib.
1592 * configure: Regenerate.
1593
1594 2018-08-10 Jonathan Wakely <jwakely@redhat.com>
1595
1596 * include/std/deque (std::pmr::deque): Declare alias.
1597 * include/std/forward_list (std::pmr::forward_list): Likewise.
1598 * include/std/list (std::pmr::list): Likewise.
1599 * include/std/map (std::pmr::map, std::pmr::multimap): Likewise.
1600 * include/std/regex (std::pmr::match_results, std::pmr::cmatch)
1601 (std::pmr::smatch, std::pmr::wcmatch, std::pmr::wsmatch): Likewise.
1602 * include/std/set (std::pmr::set, std::pmr::multiset): Likewise.
1603 * include/std/string (std::pmr::basic_string, std::pmr::string)
1604 (std::pmr::u16string, std::pmr::u32string, std::pmr::wstring):
1605 Likewise.
1606 * include/std/unordered_map (std::pmr::unordered_map)
1607 (std::pmr::unordered_multimap): Likewise.
1608 * include/std/unordered_set (std::pmr::unordered_set)
1609 (std::pmr::unordered_multiset): Likewise.
1610 * include/std/vector (std::pmr::vector): Likewise.
1611 * testsuite/21_strings/basic_string/types/pmr_typedefs.cc: New test.
1612 * testsuite/23_containers/deque/types/pmr_typedefs.cc: New test.
1613 * testsuite/23_containers/forward_list/pmr_typedefs.cc: New test.
1614 * testsuite/23_containers/list/pmr_typedefs.cc: New test.
1615 * testsuite/23_containers/map/pmr_typedefs.cc: New test.
1616 * testsuite/23_containers/multimap/pmr_typedefs.cc: New test.
1617 * testsuite/23_containers/multiset/pmr_typedefs.cc: New test.
1618 * testsuite/23_containers/set/pmr_typedefs.cc: New test.
1619 * testsuite/23_containers/unordered_map/pmr_typedefs.cc: New test.
1620 * testsuite/23_containers/unordered_multimap/pmr_typedefs.cc: New
1621 test.
1622 * testsuite/23_containers/unordered_multiset/pmr_typedefs.cc: New
1623 test.
1624 * testsuite/23_containers/unordered_set/pmr_typedefs.cc: New test.
1625 * testsuite/23_containers/vector/pmr_typedefs.cc: New test.
1626 * testsuite/28_regex/match_results/pmr_typedefs.cc: New test.
1627
1628 2018-08-08 François Dumont <fdumont@gcc.gnu.org>
1629
1630 * include/bits/stl_algo.h
1631 (__rotate(_Ite, _Ite, _Ite, forward_iterator_tag))
1632 (__rotate(_Ite, _Ite, _Ite, bidirectional_iterator_tag))
1633 (__rotate(_Ite, _Ite, _Ite, random_access_iterator_tag)): Move code
1634 duplication...
1635 (rotate(_Ite, _Ite, _Ite)): ...here.
1636 (__stable_partition_adaptive(_FIt, _FIt, _Pred, _Dist, _Pointer, _Dist)):
1637 Simplify rotate call.
1638 (__rotate_adaptive(_BIt1, _BIt1, _BIt1, _Dist, _Dist, _Bit2, _Dist)):
1639 Likewise.
1640 (__merge_without_buffer(_BIt, _BIt, _BIt, _Dist, _Dist, _Comp)):
1641 Likewise.
1642
1643 2018-08-08 Jonathan Wakely <jwakely@redhat.com>
1644
1645 * libsupc++/new_opa.cc (aligned_alloc): Declare inside namespace to
1646 avoid clashing with an ::aligned_alloc function that was not detected
1647 by configure.
1648
1649 * doc/xml/manual/using.xml: Fix markup for empty table entry.
1650 * doc/html/*: Regenerate.
1651
1652 * doc/xml/manual/using.xml: Add missing header to table and fix typo.
1653 * doc/html/*: Regenerate.
1654
1655 PR libstdc++/86597
1656 * include/bits/fs_dir.h (directory_entry::_M_file_type(error_code&)):
1657 Clear error_code when cached type is used.
1658 * testsuite/27_io/filesystem/directory_entry/86597.cc: New test.
1659
1660 2018-08-07 Jonathan Wakely <jwakely@redhat.com>
1661
1662 PR libstdc++/86874
1663 * include/std/variant (_Copy_ctor_base::_M_destructive_move): Define
1664 here instead of in _Move_assign_base.
1665 (_Copy_ctor_base<true, _Types...>::_M_destructive_move): Define.
1666 (_Copy_assign_base::operator=): Use _M_destructive_move when changing
1667 the contained value to another alternative.
1668 (_Move_assign_base::operator=): Likewise.
1669 (_Move_assign_base::_M_destructive_move): Remove.
1670 * testsuite/20_util/variant/86874.cc: New test.
1671
1672 PR libstdc++/86861
1673 * libsupc++/new_opa.cc [_GLIBCXX_HAVE_MEMALIGN] (aligned_alloc):
1674 Replace macro with inline function.
1675 [__sun]: Increase alignment to meet memalign precondition.
1676 [!HAVE__ALIGNED_MALLOC && !HAVE_POSIX_MEMALIGN && !HAVE_MEMALIGN]
1677 (aligned_alloc): Move check for valid alignment to operator new.
1678 Remove redundant check for non-zero size, it's enforced by the caller.
1679 (operator new): Move check for valid alignment here. Use
1680 __builtin_expect on check for zero size.
1681
1682 * config/abi/pre/gnu.ver: Export monotonic_buffer_resource members.
1683 * include/std/memory_resource (monotonic_buffer_resource::release):
1684 Call _M_release_buffers to free buffers.
1685 (monotonic_buffer_resource::do_allocate): Call _M_new_buffer to
1686 allocate a new buffer from upstream.
1687 (monotonic_buffer_resource::_M_new_buffer): Declare.
1688 (monotonic_buffer_resource::_M_release_buffers): Declare.
1689 (monotonic_buffer_resource::_Chunk): Replace definition with
1690 declaration as opaque type.
1691 * src/c++17/memory_resource.cc (monotonic_buffer_resource::_Chunk):
1692 Define.
1693 (monotonic_buffer_resource::_M_new_buffer): Define.
1694 (monotonic_buffer_resource::_M_release_buffers): Define.
1695
1696 2018-08-05 François Dumont <fdumont@gcc.gnu.org>
1697
1698 * include/bits/stl_iterator.h: Fix comment.
1699
1700 2018-08-03 Jonathan Wakely <jwakely@redhat.com>
1701
1702 * src/c++11/system_error.cc
1703 (system_error_category::default_error_condition): Add workaround for
1704 ENOTEMPTY and EEXIST having the same value on AIX.
1705 * testsuite/19_diagnostics/error_category/system_category.cc: Add
1706 extra testcases for EDOM, EILSEQ, ERANGE, EEXIST and ENOTEMPTY.
1707
1708 2018-08-01 Jonathan Wakely <jwakely@redhat.com>
1709
1710 * configure: Regenerate.
1711 * configure.ac: Add -D_GLIBCXX_ASSERTIONS to default DEBUG_FLAGS.
1712 * src/c++11/futex.cc: Use __glibcxx_assert instead of
1713 _GLIBCXX_DEBUG_ASSERT.
1714
1715 2018-08-01 Mike Crowe <mac@mcrowe.com>
1716
1717 * include/std/condition_variable (wait_for): Use steady_clock.
1718
1719 2018-08-01 Mike Crowe <mac@mcrowe.com>
1720
1721 * include/std/condition_variable (wait_until): Only report timeout
1722 if we really have timed out when measured against the
1723 caller-supplied clock.
1724 * testsuite/30_threads/condition_variable/members/2.cc: Add test
1725 case to confirm above behaviour.
1726
1727 2018-08-01 Jonathan Wakely <jwakely@redhat.com>
1728
1729 PR libstdc++/60555
1730 * src/c++11/system_error.cc
1731 (system_error_category::default_error_condition): New override to
1732 check for POSIX errno values.
1733 * testsuite/19_diagnostics/error_category/generic_category.cc: New
1734 * testsuite/19_diagnostics/error_category/system_category.cc: New
1735 test.
1736
1737 2018-07-31 Jonathan Wakely <jwakely@redhat.com>
1738
1739 PR libstdc++/86751
1740 * include/bits/stl_pair.h (__pair_base): New class with deleted copy
1741 assignment operator.
1742 (pair): Derive from __pair_base.
1743 (pair::operator=): Remove deleted overload.
1744 * python/libstdcxx/v6/printers.py (StdPairPrinter): New pretty printer
1745 so that new base class isn't shown in GDB.
1746 * testsuite/20_util/pair/86751.cc: New test.
1747 * testsuite/20_util/pair/ref_assign.cc: New test.
1748
1749 * include/bits/c++config (_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP)
1750 (_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE): Move definitions here.
1751 (_GLIBCXX_HAVE_BUILTIN_LAUNDER): Likewise. Use !__is_identifier
1752 instead of __has_builtin.
1753 * include/std/type_traits (_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP)
1754 (_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE): Remove definitions from here.
1755 * include/std/version [!_GLIBCXX_HAS_GTHREADS]
1756 (__cpp_lib_shared_timed_mutex, __cpp_lib_scoped_lock)
1757 (__cpp_lib_shared_mutex): Don't define when Gthreads not in use.
1758 [!_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP]
1759 (__cpp_lib_has_unique_object_representations): Don't define when
1760 builtin not available.
1761 [!_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE] (__cpp_lib_is_aggregate):
1762 Likewise.
1763 [!_GLIBCXX_HAVE_BUILTIN_LAUNDER] (__cpp_lib_launder): Likewise.
1764 * libsupc++/new (_GLIBCXX_HAVE_BUILTIN_LAUNDER): Remove definition
1765 from here.
1766
1767 * doc/xml/manual/test.xml: Improve documentation on writing tests for
1768 newer standards.
1769 * doc/xml/manual/using.xml: Document all headers for C++11 and later.
1770 * doc/html/*: Regenerate.
1771
1772 * include/ext/pointer.h [__cplusplus >= 201103L]
1773 (_Pointer_adapter::operator bool): Add explicit conversion operator
1774 to replace safe bool idiom.
1775
1776 2018-07-30 Jonathan Wakely <jwakely@redhat.com>
1777
1778 PR libstdc++/86734
1779 * include/bits/stl_iterator.h (reverse_iterator::operator->): Call
1780 _S_to_pointer (LWG 1052, LWG 2118).
1781 (reverse_iterator::_S_to_pointer): Define overloaded helper functions.
1782 * testsuite/24_iterators/reverse_iterator/dr1052.cc: New test.
1783 * testsuite/24_iterators/reverse_iterator/dr2188.cc: New test.
1784
1785 * libsupc++/new_opa.cc (operator new(size_t, align_val_t)): Add
1786 workaround for aligned_alloc bug on AIX.
1787 * testsuite/18_support/new_aligned.cc: New test.
1788
1789 2018-07-26 Marek Polacek <polacek@redhat.com>
1790
1791 * testsuite/30_threads/condition_variable_any/cond.cc: New.
1792
1793 2018-07-26 Marek Polacek <polacek@redhat.com>
1794
1795 * src/c++98/locale_init.cc: Fix #ifdef condition.
1796
1797 2018-07-26 Jonathan Wakely <jwakely@redhat.com>
1798
1799 * testsuite/18_support/aligned_alloc/aligned_alloc.cc: Add
1800 dg-require-cstdint directive.
1801 * testsuite/20_util/allocator/overaligned.cc: Likewise.
1802 * testsuite/20_util/any/cons/aligned.cc: Likewise.
1803 * testsuite/20_util/monotonic_buffer_resource/allocate.cc: Likewise.
1804 * testsuite/20_util/monotonic_buffer_resource/deallocate.cc: Likewise.
1805 * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc:
1806 Likewise.
1807 * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise.
1808 * testsuite/23_containers/list/modifiers/insert/25288.cc: Likewise.
1809 * testsuite/23_containers/set/allocator/move_assign.cc: Likewise.
1810 * testsuite/25_algorithms/make_heap/complexity.cc: Likewise.
1811 * testsuite/25_algorithms/pop_heap/complexity.cc: Require cstdint and
1812 random_device effective-target.
1813 * testsuite/25_algorithms/push_heap/complexity.cc: Likewise.
1814 * testsuite/25_algorithms/sample/1.cc: Require cstdint.
1815 * testsuite/25_algorithms/sample/2.cc: Likewise.
1816 * testsuite/25_algorithms/sort_heap/complexity.cc: Require cstdint
1817 and random_device.
1818 * testsuite/26_numerics/headers/random/types_std_c++0x.cc: Require
1819 cstdint.
1820 * testsuite/26_numerics/random/chi_squared_distribution/83833.cc:
1821 Likewise.
1822 * testsuite/26_numerics/random/discard_block_engine/requirements/
1823 constexpr_data.cc: Likewise.
1824 * testsuite/26_numerics/random/discard_block_engine/requirements/
1825 constexpr_functions.cc: Likewise.
1826 * testsuite/26_numerics/random/independent_bits_engine/requirements/
1827 constexpr_functions.cc: Likewise.
1828 * testsuite/26_numerics/random/linear_congruential_engine/requirements/
1829 constexpr_data.cc: Likewise.
1830 * testsuite/26_numerics/random/linear_congruential_engine/requirements/
1831 constexpr_functions.cc: Likewise.
1832 * testsuite/26_numerics/random/mersenne_twister_engine/requirements/
1833 constexpr_data.cc: Likewise.
1834 * testsuite/26_numerics/random/mersenne_twister_engine/requirements/
1835 constexpr_functions.cc: Likewise.
1836 * testsuite/26_numerics/random/pr60037-neg.cc: Likewise.
1837 * testsuite/26_numerics/random/seed_seq/cons/65631.cc: Likewise.
1838 * testsuite/26_numerics/random/shuffle_order_engine/requirements/
1839 constexpr_data.cc: Add dg-require-cstdint directive.
1840 * testsuite/26_numerics/random/shuffle_order_engine/requirements/
1841 constexpr_functions.cc: Likewise.
1842 * testsuite/26_numerics/random/subtract_with_carry_engine/requirements/
1843 constexpr_data.cc: Likewise.
1844 * testsuite/26_numerics/random/subtract_with_carry_engine/requirements/
1845 constexpr_functions.cc: Likewise.
1846 * testsuite/26_numerics/random/uniform_real_distribution/operators/
1847 64351.cc: Likewise.
1848 * testsuite/29_atomics/headers/atomic/types_std_c++0x.cc: Likewise.
1849 * testsuite/experimental/algorithm/sample-2.cc: Likewise.
1850 * testsuite/experimental/algorithm/sample.cc: Likewise.
1851 * testsuite/experimental/algorithm/search.cc: Likewise.
1852 * testsuite/experimental/algorithm/shuffle.cc: Likewise.
1853 * testsuite/experimental/any/cons/aligned.cc: Likewise.
1854 * testsuite/experimental/memory_resource/new_delete_resource.cc:
1855 Likewise.
1856 * testsuite/experimental/memory_resource/resource_adaptor.cc: Likewise.
1857 * testsuite/experimental/random/randint.cc: Likewise.
1858 * testsuite/experimental/source_location/1.cc: Likewise.
1859 * testsuite/ext/bitmap_allocator/overaligned.cc: Likewise.
1860 * testsuite/ext/malloc_allocator/overaligned.cc: Likewise.
1861 * testsuite/ext/mt_allocator/overaligned.cc: Likewise.
1862 * testsuite/ext/new_allocator/overaligned.cc: Likewise.
1863 * testsuite/ext/pb_ds/regression/hash_map_rand.cc: Likewise.
1864 * testsuite/ext/pb_ds/regression/hash_set_rand.cc: Likewise.
1865 * testsuite/ext/pb_ds/regression/list_update_map_rand.cc: Likewise.
1866 * testsuite/ext/pb_ds/regression/list_update_set_rand.cc: Likewise.
1867 * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Likewise.
1868 * testsuite/ext/pb_ds/regression/tree_map_rand.cc: Likewise.
1869 * testsuite/ext/pb_ds/regression/tree_set_rand.cc: Likewise.
1870 * testsuite/ext/pb_ds/regression/trie_map_rand.cc: Likewise.
1871 * testsuite/ext/pb_ds/regression/trie_set_rand.cc: Likewise.
1872 * testsuite/ext/pool_allocator/overaligned.cc: Likewise.
1873 * testsuite/ext/throw_allocator/check_allocate_max_size.cc: Likewise.
1874 * testsuite/ext/throw_allocator/check_deallocate_null.cc: Likewise.
1875 * testsuite/ext/throw_allocator/check_delete.cc: Likewise.
1876 * testsuite/ext/throw_allocator/check_new.cc: Likewise.
1877 * testsuite/ext/throw_allocator/deallocate_global.cc: Likewise.
1878 * testsuite/ext/throw_allocator/deallocate_local.cc: Likewise.
1879 * testsuite/ext/throw_allocator/explicit_instantiation.cc: Likewise.
1880 * testsuite/ext/throw_allocator/variadic_construct.cc: Likewise.
1881 * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Likewise.
1882
1883 * testsuite/30_threads/recursive_mutex/cons/1.cc: Likewise.
1884 * testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Likewise.
1885 * testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Likewise.
1886 * testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc:
1887 Likewise.
1888 * testsuite/30_threads/recursive_mutex/lock/1.cc: Likewise.
1889 * testsuite/30_threads/recursive_mutex/native_handle/1.cc: Likewise.
1890 * testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc:
1891 Likewise.
1892 * testsuite/30_threads/recursive_mutex/requirements/standard_layout.cc:
1893 Likewise.
1894 * testsuite/30_threads/recursive_mutex/requirements/typedefs.cc:
1895 Likewise.
1896 * testsuite/30_threads/recursive_mutex/try_lock/1.cc: Likewise.
1897 * testsuite/30_threads/recursive_mutex/try_lock/2.cc: Likewise.
1898 * testsuite/30_threads/recursive_mutex/unlock/1.cc: Likewise.
1899 * testsuite/30_threads/recursive_mutex/unlock/2.cc: Likewise.
1900 * testsuite/30_threads/recursive_timed_mutex/cons/1.cc: Likewise.
1901 * testsuite/30_threads/recursive_timed_mutex/cons/assign_neg.cc:
1902 Likewise.
1903 * testsuite/30_threads/recursive_timed_mutex/cons/copy_neg.cc:
1904 Likewise.
1905 * testsuite/30_threads/recursive_timed_mutex/dest/
1906 destructor_locked.cc: Likewise.
1907 * testsuite/30_threads/recursive_timed_mutex/lock/1.cc: Likewise.
1908 * testsuite/30_threads/recursive_timed_mutex/lock/2.cc: Likewise.
1909 * testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc:
1910 Likewise.
1911 * testsuite/30_threads/recursive_timed_mutex/native_handle/
1912 typesizes.cc: Likewise.
1913 * testsuite/30_threads/recursive_timed_mutex/requirements/typedefs.cc:
1914 Likewise.
1915 * testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc:
1916 Likewise.
1917 * testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc:
1918 Likewise.
1919 * testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc:
1920 Likewise.
1921 * testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc:
1922 Likewise.
1923 * testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc:
1924 Likewise.
1925 * testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc:
1926 Likewise.
1927 * testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc:
1928 Likewise.
1929 * testsuite/30_threads/recursive_timed_mutex/unlock/1.cc: Likewise.
1930 * testsuite/30_threads/recursive_timed_mutex/unlock/2.cc: Likewise.
1931 * testsuite/30_threads/scoped_lock/cons/1.cc: Likewise.
1932 * testsuite/30_threads/scoped_lock/requirements/
1933 explicit_instantiation.cc: Likewise.
1934 * testsuite/30_threads/scoped_lock/requirements/typedefs.cc: Likewise.
1935 * testsuite/30_threads/shared_future/cons/assign.cc: Likewise.
1936 * testsuite/30_threads/shared_future/cons/constexpr.cc: Likewise.
1937 * testsuite/30_threads/shared_future/cons/copy.cc: Likewise.
1938 * testsuite/30_threads/shared_future/cons/default.cc: Likewise.
1939 * testsuite/30_threads/shared_future/cons/move.cc: Likewise.
1940 * testsuite/30_threads/shared_future/cons/move_assign.cc: Likewise.
1941 * testsuite/30_threads/shared_future/members/45133.cc: Likewise.
1942 * testsuite/30_threads/shared_future/members/get.cc: Likewise.
1943 * testsuite/30_threads/shared_future/members/get2.cc: Likewise.
1944 * testsuite/30_threads/shared_future/members/valid.cc: Likewise.
1945 * testsuite/30_threads/shared_future/members/wait.cc: Likewise.
1946 * testsuite/30_threads/shared_future/members/wait_for.cc: Likewise.
1947 * testsuite/30_threads/shared_future/members/wait_until.cc: Likewise.
1948 * testsuite/30_threads/shared_future/requirements/
1949 explicit_instantiation.cc: Likewise.
1950 * testsuite/30_threads/shared_lock/cons/1.cc: Likewise.
1951 * testsuite/30_threads/shared_lock/cons/2.cc: Likewise.
1952 * testsuite/30_threads/shared_lock/cons/3.cc: Likewise.
1953 * testsuite/30_threads/shared_lock/cons/4.cc: Likewise.
1954 * testsuite/30_threads/shared_lock/cons/5.cc: Likewise.
1955 * testsuite/30_threads/shared_lock/cons/6.cc: Likewise.
1956 * testsuite/30_threads/shared_lock/locking/1.cc: Likewise.
1957 * testsuite/30_threads/shared_lock/locking/2.cc: Likewise.
1958 * testsuite/30_threads/shared_lock/locking/3.cc: Likewise.
1959 * testsuite/30_threads/shared_lock/locking/4.cc: Likewise.
1960 * testsuite/30_threads/shared_lock/modifiers/1.cc: Likewise.
1961 * testsuite/30_threads/shared_lock/requirements/
1962 explicit_instantiation.cc: Likewise.
1963 * testsuite/30_threads/shared_lock/requirements/typedefs.cc: Likewise.
1964 * testsuite/30_threads/shared_mutex/cons/1.cc: Likewise.
1965 * testsuite/30_threads/shared_mutex/cons/assign_neg.cc: Likewise.
1966 * testsuite/30_threads/shared_mutex/cons/copy_neg.cc: Likewise.
1967 * testsuite/30_threads/shared_mutex/requirements/standard_layout.cc:
1968 Likewise.
1969 * testsuite/30_threads/shared_mutex/try_lock/1.cc: Likewise.
1970 * testsuite/30_threads/shared_mutex/try_lock/2.cc: Likewise.
1971 * testsuite/30_threads/shared_mutex/unlock/1.cc: Likewise.
1972 * testsuite/30_threads/shared_timed_mutex/cons/1.cc: Likewise.
1973 * testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc: Likewise.
1974 * testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc: Likewise.
1975 * testsuite/30_threads/shared_timed_mutex/requirements/
1976 standard_layout.cc: Likewise.
1977 * testsuite/30_threads/shared_timed_mutex/try_lock/1.cc: Likewise.
1978 * testsuite/30_threads/shared_timed_mutex/try_lock/2.cc: Likewise.
1979 * testsuite/30_threads/shared_timed_mutex/try_lock/3.cc: Likewise.
1980 * testsuite/30_threads/shared_timed_mutex/unlock/1.cc: Likewise.
1981 * testsuite/30_threads/this_thread/1.cc: Likewise.
1982 * testsuite/30_threads/this_thread/2.cc: Likewise.
1983 * testsuite/30_threads/this_thread/3.cc: Likewise.
1984 * testsuite/30_threads/this_thread/4.cc: Likewise.
1985 * testsuite/30_threads/this_thread/58038.cc: Likewise.
1986 * testsuite/30_threads/thread/70503.cc: Likewise.
1987 * testsuite/30_threads/thread/84532.cc: Likewise.
1988 * testsuite/30_threads/thread/adl.cc: Likewise.
1989 * testsuite/30_threads/thread/cons/1.cc: Likewise.
1990 * testsuite/30_threads/thread/cons/2.cc: Likewise.
1991 * testsuite/30_threads/thread/cons/3.cc: Likewise.
1992 * testsuite/30_threads/thread/cons/4.cc: Likewise.
1993 * testsuite/30_threads/thread/cons/49668.cc: Likewise.
1994 * testsuite/30_threads/thread/cons/5.cc: Likewise.
1995 * testsuite/30_threads/thread/cons/6.cc: Likewise.
1996 * testsuite/30_threads/thread/cons/7.cc: Likewise.
1997 * testsuite/30_threads/thread/cons/8.cc: Likewise.
1998 * testsuite/30_threads/thread/cons/84535.cc: Likewise.
1999 * testsuite/30_threads/thread/cons/9.cc: Likewise.
2000 * testsuite/30_threads/thread/cons/assign_neg.cc: Likewise.
2001 * testsuite/30_threads/thread/cons/copy_neg.cc: Likewise.
2002 * testsuite/30_threads/thread/cons/lwg2097.cc: Likewise.
2003 * testsuite/30_threads/thread/cons/moveable.cc: Likewise.
2004 * testsuite/30_threads/thread/cons/terminate.cc: Likewise.
2005 * testsuite/30_threads/thread/id/operators.cc: Likewise.
2006 * testsuite/30_threads/thread/members/1.cc: Likewise.
2007 * testsuite/30_threads/thread/members/2.cc: Likewise.
2008 * testsuite/30_threads/thread/members/3.cc: Likewise.
2009 * testsuite/30_threads/thread/members/4.cc: Likewise.
2010 * testsuite/30_threads/thread/members/5.cc: Likewise.
2011 * testsuite/30_threads/thread/members/hardware_concurrency.cc:
2012 Likewise.
2013 * testsuite/30_threads/thread/native_handle/cancel.cc: Likewise.
2014 * testsuite/30_threads/thread/swap/1.cc: Likewise.
2015 * testsuite/30_threads/timed_mutex/cons/1.cc: Likewise.
2016 * testsuite/30_threads/timed_mutex/cons/assign_neg.cc: Likewise.
2017 * testsuite/30_threads/timed_mutex/cons/copy_neg.cc: Likewise.
2018 * testsuite/30_threads/timed_mutex/dest/destructor_locked.cc: Likewise.
2019 * testsuite/30_threads/timed_mutex/lock/1.cc: Likewise.
2020 * testsuite/30_threads/timed_mutex/native_handle/1.cc: Likewise.
2021 * testsuite/30_threads/timed_mutex/native_handle/typesizes.cc:
2022 Likewise.
2023 * testsuite/30_threads/timed_mutex/requirements/
2024 standard_layout.cc: Likewise.
2025 * testsuite/30_threads/timed_mutex/requirements/typedefs.cc: Likewise.
2026 * testsuite/30_threads/timed_mutex/try_lock/1.cc: Likewise.
2027 * testsuite/30_threads/timed_mutex/try_lock/2.cc: Likewise.
2028 * testsuite/30_threads/timed_mutex/try_lock_for/1.cc: Likewise.
2029 * testsuite/30_threads/timed_mutex/try_lock_for/2.cc: Likewise.
2030 * testsuite/30_threads/timed_mutex/try_lock_for/3.cc: Likewise.
2031 * testsuite/30_threads/timed_mutex/try_lock_until/1.cc: Likewise.
2032 * testsuite/30_threads/timed_mutex/try_lock_until/2.cc: Likewise.
2033 * testsuite/30_threads/timed_mutex/try_lock_until/57641.cc: Likewise.
2034 * testsuite/30_threads/timed_mutex/unlock/1.cc: Likewise.
2035 * testsuite/30_threads/timed_mutex/unlock/2.cc: Likewise.
2036 * testsuite/30_threads/try_lock/1.cc: Likewise.
2037 * testsuite/30_threads/try_lock/2.cc: Likewise.
2038 * testsuite/30_threads/try_lock/3.cc: Likewise.
2039 * testsuite/30_threads/try_lock/4.cc: Likewise.
2040 * testsuite/30_threads/unique_lock/cons/1.cc: Likewise.
2041 * testsuite/30_threads/unique_lock/cons/2.cc: Likewise.
2042 * testsuite/30_threads/unique_lock/cons/3.cc: Likewise.
2043 * testsuite/30_threads/unique_lock/cons/4.cc: Likewise.
2044 * testsuite/30_threads/unique_lock/cons/5.cc: Likewise.
2045 * testsuite/30_threads/unique_lock/cons/6.cc: Likewise.
2046 * testsuite/30_threads/unique_lock/locking/1.cc: Likewise.
2047 * testsuite/30_threads/unique_lock/locking/2.cc: Likewise.
2048 * testsuite/30_threads/unique_lock/locking/3.cc: Likewise.
2049 * testsuite/30_threads/unique_lock/locking/4.cc: Likewise.
2050 * testsuite/30_threads/unique_lock/modifiers/1.cc: Likewise.
2051 * testsuite/30_threads/unique_lock/requirements/
2052 explicit_instantiation.cc: Likewise.
2053 * testsuite/30_threads/unique_lock/requirements/typedefs.cc: Likewise.
2054
2055 * testsuite/30_threads/async/42819.cc: Remove dg-require-cstdint
2056 directive.
2057 * testsuite/30_threads/async/49668.cc: Likewise.
2058 * testsuite/30_threads/async/54297.cc: Likewise.
2059 * testsuite/30_threads/async/84532.cc: Likewise.
2060 * testsuite/30_threads/async/any.cc: Likewise.
2061 * testsuite/30_threads/async/async.cc: Likewise.
2062 * testsuite/30_threads/async/except.cc: Likewise.
2063 * testsuite/30_threads/async/forced_unwind.cc: Likewise.
2064 * testsuite/30_threads/async/launch.cc: Likewise.
2065 * testsuite/30_threads/async/lwg2021.cc: Likewise.
2066 * testsuite/30_threads/async/sync.cc: Likewise.
2067 * testsuite/30_threads/call_once/39909.cc: Likewise.
2068 * testsuite/30_threads/call_once/49668.cc: Likewise.
2069 * testsuite/30_threads/call_once/60497.cc: Likewise.
2070 * testsuite/30_threads/call_once/call_once1.cc: Likewise.
2071 * testsuite/30_threads/call_once/constexpr.cc: Likewise.
2072 * testsuite/30_threads/call_once/dr2442.cc: Likewise.
2073 * testsuite/30_threads/call_once/once_flag.cc: Likewise.
2074 * testsuite/30_threads/condition_variable/54185.cc: Likewise.
2075 * testsuite/30_threads/condition_variable/cons/1.cc: Likewise.
2076 * testsuite/30_threads/condition_variable/cons/assign_neg.cc:
2077 Likewise.
2078 * testsuite/30_threads/condition_variable/cons/copy_neg.cc: Likewise.
2079 * testsuite/30_threads/condition_variable/members/1.cc: Likewise.
2080 * testsuite/30_threads/condition_variable/members/2.cc: Likewise.
2081 * testsuite/30_threads/condition_variable/members/3.cc: Likewise.
2082 * testsuite/30_threads/condition_variable/members/53841.cc: Likewise.
2083 * testsuite/30_threads/condition_variable/members/68519.cc: Likewise.
2084 * testsuite/30_threads/condition_variable/native_handle/typesizes.cc:
2085 Likewise.
2086 * testsuite/30_threads/condition_variable/requirements/
2087 standard_layout.cc: Likewise.
2088 * testsuite/30_threads/condition_variable/requirements/typedefs.cc:
2089 * Likewise.
2090 * testsuite/30_threads/condition_variable_any/50862.cc: Likewise.
2091 * testsuite/30_threads/condition_variable_any/53830.cc: Likewise.
2092 * testsuite/30_threads/condition_variable_any/cons/1.cc: Likewise.
2093 * testsuite/30_threads/condition_variable_any/cons/assign_neg.cc:
2094 Likewise.
2095 * testsuite/30_threads/condition_variable_any/cons/copy_neg.cc:
2096 Likewise.
2097 * testsuite/30_threads/condition_variable_any/members/1.cc: Likewise.
2098 * testsuite/30_threads/condition_variable_any/members/2.cc: Likewise.
2099 * testsuite/30_threads/future/cons/assign_neg.cc: Likewise.
2100 * testsuite/30_threads/future/cons/constexpr.cc: Likewise.
2101 * testsuite/30_threads/future/cons/copy_neg.cc: Likewise.
2102 * testsuite/30_threads/future/cons/default.cc: Likewise.
2103 * testsuite/30_threads/future/cons/move.cc: Likewise.
2104 * testsuite/30_threads/future/cons/move_assign.cc: Likewise.
2105 * testsuite/30_threads/future/members/45133.cc: Likewise.
2106 * testsuite/30_threads/future/members/get.cc: Likewise.
2107 * testsuite/30_threads/future/members/get2.cc: Likewise.
2108 * testsuite/30_threads/future/members/share.cc: Likewise.
2109 * testsuite/30_threads/future/members/valid.cc: Likewise.
2110 * testsuite/30_threads/future/members/wait.cc: Likewise.
2111 * testsuite/30_threads/future/members/wait_for.cc: Likewise.
2112 * testsuite/30_threads/future/members/wait_until.cc: Likewise.
2113 * testsuite/30_threads/future/requirements/explicit_instantiation.cc:
2114 Likewise.
2115 * testsuite/30_threads/headers/condition_variable/types_std_c++0x.cc:
2116 Likewise.
2117 * testsuite/30_threads/headers/future/types_std_c++0x.cc: Likewise.
2118 * testsuite/30_threads/headers/mutex/types_std_c++0x.cc: Likewise.
2119 * testsuite/30_threads/headers/thread/std_c++0x_neg.cc: Likewise.
2120 * testsuite/30_threads/headers/thread/types_std_c++0x.cc: Likewise.
2121 * testsuite/30_threads/lock/1.cc: Likewise.
2122 * testsuite/30_threads/lock/2.cc: Likewise.
2123 * testsuite/30_threads/lock/3.cc: Likewise.
2124 * testsuite/30_threads/lock/4.cc: Likewise.
2125 * testsuite/30_threads/lock_guard/cons/1.cc: Likewise.
2126 * testsuite/30_threads/lock_guard/requirements/
2127 explicit_instantiation.cc: Likewise.
2128 * testsuite/30_threads/lock_guard/requirements/typedefs.cc: Likewise.
2129 * testsuite/30_threads/mutex/cons/1.cc: Likewise.
2130 * testsuite/30_threads/mutex/cons/assign_neg.cc: Likewise.
2131 * testsuite/30_threads/mutex/cons/constexpr.cc: Likewise.
2132 * testsuite/30_threads/mutex/cons/copy_neg.cc: Likewise.
2133 * testsuite/30_threads/mutex/dest/destructor_locked.cc: Likewise.
2134 * testsuite/30_threads/mutex/lock/1.cc: Likewise.
2135 * testsuite/30_threads/mutex/native_handle/1.cc: Likewise.
2136 * testsuite/30_threads/mutex/native_handle/typesizes.cc: Likewise.
2137 * testsuite/30_threads/mutex/requirements/standard_layout.cc::
2138 Likewise.
2139 * testsuite/30_threads/mutex/requirements/typedefs.cc: Likewise.
2140 * testsuite/30_threads/mutex/try_lock/1.cc: Likewise.
2141 * testsuite/30_threads/mutex/try_lock/2.cc: Likewise.
2142 * testsuite/30_threads/mutex/unlock/1.cc: Likewise.
2143 * testsuite/30_threads/mutex/unlock/2.cc: Likewise.
2144 * testsuite/30_threads/once_flag/cons/constexpr.cc: Likewise.
2145 * testsuite/30_threads/packaged_task/49668.cc: Likewise.
2146 * testsuite/30_threads/packaged_task/60564.cc: Likewise.
2147 * testsuite/30_threads/packaged_task/cons/1.cc: Likewise.
2148 * testsuite/30_threads/packaged_task/cons/2.cc: Likewise.
2149 * testsuite/30_threads/packaged_task/cons/3.cc: Likewise.
2150 * testsuite/30_threads/packaged_task/cons/56492.cc: Likewise.
2151 * testsuite/30_threads/packaged_task/cons/alloc.cc: Likewise.
2152 * testsuite/30_threads/packaged_task/cons/alloc2.cc: Likewise.
2153 * testsuite/30_threads/packaged_task/cons/alloc_min.cc: Likewise.
2154 * testsuite/30_threads/packaged_task/cons/assign_neg.cc: Likewise.
2155 * testsuite/30_threads/packaged_task/cons/copy_neg.cc: Likewise.
2156 * testsuite/30_threads/packaged_task/cons/move.cc: Likewise.
2157 * testsuite/30_threads/packaged_task/cons/move_assign.cc: Likewise.
2158 * testsuite/30_threads/packaged_task/members/at_thread_exit.cc:
2159 Likewise.
2160 * testsuite/30_threads/packaged_task/members/get_future.cc: Likewise.
2161 * testsuite/30_threads/packaged_task/members/get_future2.cc: Likewise.
2162 * testsuite/30_threads/packaged_task/members/invoke.cc: Likewise.
2163 * testsuite/30_threads/packaged_task/members/invoke2.cc: Likewise.
2164 * testsuite/30_threads/packaged_task/members/invoke3.cc: Likewise.
2165 * testsuite/30_threads/packaged_task/members/invoke4.cc: Likewise.
2166 * testsuite/30_threads/packaged_task/members/invoke5.cc: Likewise.
2167 * testsuite/30_threads/packaged_task/members/reset.cc: Likewise.
2168 * testsuite/30_threads/packaged_task/members/reset2.cc: Likewise.
2169 * testsuite/30_threads/packaged_task/members/swap.cc: Likewise.
2170 * testsuite/30_threads/packaged_task/members/valid.cc: Likewise.
2171 * testsuite/30_threads/packaged_task/requirements/
2172 explicit_instantiation.cc: Likewise.
2173 * testsuite/30_threads/packaged_task/uses_allocator.cc: Likewise.
2174 * testsuite/30_threads/promise/60966.cc: Likewise.
2175 * testsuite/30_threads/promise/69106.cc: Likewise.
2176 * testsuite/30_threads/promise/cons/1.cc: Likewise.
2177 * testsuite/30_threads/promise/cons/alloc.cc: Likewise.
2178 * testsuite/30_threads/promise/cons/alloc2.cc: Likewise.
2179 * testsuite/30_threads/promise/cons/alloc_min.cc: Likewise.
2180 * testsuite/30_threads/promise/cons/assign_neg.cc: Likewise.
2181 * testsuite/30_threads/promise/cons/copy_neg.cc: Likewise.
2182 * testsuite/30_threads/promise/cons/move.cc: Likewise.
2183 * testsuite/30_threads/promise/cons/move_assign.cc: Likewise.
2184 * testsuite/30_threads/promise/members/at_thread_exit.cc: Likewise.
2185 * testsuite/30_threads/promise/members/at_thread_exit2.cc: Likewise.
2186 * testsuite/30_threads/promise/members/get_future.cc: Likewise.
2187 * testsuite/30_threads/promise/members/get_future2.cc: Likewise.
2188 * testsuite/30_threads/promise/members/set_exception.cc: Likewise.
2189 * testsuite/30_threads/promise/members/set_exception2.cc: Likewise.
2190 * testsuite/30_threads/promise/members/set_value.cc: Likewise.
2191 * testsuite/30_threads/promise/members/set_value2.cc: Likewise.
2192 * testsuite/30_threads/promise/members/set_value3.cc: Likewise.
2193 * testsuite/30_threads/promise/members/swap.cc: Likewise.
2194 * testsuite/30_threads/promise/requirements/explicit_instantiation.cc:
2195 * Likewise.
2196 * testsuite/30_threads/promise/uses_allocator.cc: Likewise.
2197
2198 * testsuite/18_support/numeric_limits/char16_32_t.cc: Qualify names
2199 from namespace std.
2200 * testsuite/20_util/align/2.cc: Remove dg-require-cstdint directive.
2201 * testsuite/20_util/duration/arithmetic/1.cc: Likewise.
2202 * testsuite/20_util/duration/arithmetic/2.cc: Likewise.
2203 * testsuite/20_util/duration/arithmetic/dr2020.cc: Likewise.
2204 * testsuite/20_util/duration/arithmetic/dr934-1.cc: Likewise.
2205 * testsuite/20_util/duration/arithmetic/dr934-2.cc: Likewise.
2206 * testsuite/20_util/duration/comparison_operators/1.cc: Likewise.
2207 * testsuite/20_util/duration/cons/1.cc: Likewise.
2208 * testsuite/20_util/duration/cons/1_neg.cc: Likewise.
2209 * testsuite/20_util/duration/cons/2.cc: Likewise.
2210 * testsuite/20_util/duration/cons/54025.cc: Likewise.
2211 * testsuite/20_util/duration/cons/dr974_neg.cc: Likewise.
2212 * testsuite/20_util/duration/requirements/explicit_instantiation/
2213 explicit_instantiation.cc: Likewise.
2214 * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Likewise.
2215 * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise.
2216 * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise.
2217 * testsuite/20_util/make_signed/requirements/typedefs-4.cc: Likewise.
2218 * testsuite/20_util/ratio/comparisons/comp1.cc: Likewise.
2219 * testsuite/20_util/ratio/comparisons/comp2.cc: Likewise.
2220 * testsuite/20_util/ratio/comparisons/comp3.cc: Likewise.
2221 * testsuite/20_util/ratio/cons/cons1.cc: Likewise.
2222 * testsuite/20_util/ratio/operations/45866.cc: Likewise.
2223 * testsuite/20_util/ratio/operations/47913.cc: Likewise.
2224 * testsuite/20_util/ratio/operations/53840.cc: Likewise.
2225 * testsuite/20_util/ratio/operations/ops1.cc: Likewise.
2226 * testsuite/20_util/shared_ptr/atomic/3.cc: Likewise.
2227 * testsuite/20_util/system_clock/1.cc: Likewise.
2228 * testsuite/20_util/time_point/1.cc: Likewise.
2229 * testsuite/20_util/time_point/2.cc: Likewise.
2230 * testsuite/20_util/time_point/3.cc: Likewise.
2231 * testsuite/20_util/time_point/requirements/explicit_instantiation/
2232 explicit_instantiation.cc: Likewise.
2233 * testsuite/21_strings/basic_string/requirements/
2234 explicit_instantiation/char16_t/1.cc: Likewise.
2235 * testsuite/21_strings/basic_string/requirements/
2236 explicit_instantiation/char32_t/1.cc: Likewise.
2237 * testsuite/21_strings/basic_string_view/requirements/
2238 explicit_instantiation/char16_t/1.cc: Likewise.
2239 * testsuite/21_strings/basic_string_view/requirements/
2240 explicit_instantiation/char32_t/1.cc: Likewise.
2241 * testsuite/21_strings/char_traits/requirements/
2242 explicit_instantiation/char16_t/1.cc: Likewise.
2243 * testsuite/21_strings/char_traits/requirements/
2244 explicit_instantiation/char32_t/1.cc: Likewise.
2245 * testsuite/21_strings/headers/string/types_std_c++0x.cc: Likewise.
2246 * testsuite/22_locale/codecvt/char16_t.cc: Likewise.
2247 * testsuite/22_locale/codecvt/char32_t.cc: Likewise.
2248 * testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc:
2249 Likewise.
2250 * testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc:
2251 Likewise.
2252 * testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc:
2253 Likewise.
2254 * testsuite/22_locale/codecvt/utf8.cc: Likewise.
2255 * testsuite/23_containers/vector/bool/72847.cc: Likewise.
2256 * testsuite/23_containers/vector/debug/multithreaded_swap.cc:
2257 Likewise.
2258 * testsuite/experimental/string_view/requirements/
2259 explicit_instantiation/char16_t/1.cc: Likewise.
2260 * testsuite/experimental/string_view/requirements/
2261 explicit_instantiation/char32_t/1.cc: Likewise.
2262 * testsuite/ext/vstring/requirements/explicit_instantiation/char16_t/
2263 1.cc: Likewise.
2264 * testsuite/ext/vstring/requirements/explicit_instantiation/char32_t/
2265 1.cc: Likewise.
2266
2267 * include/ext/throw_allocator.h [!_GLIBCXX_USE_C99_STDINT_TR1]
2268 (random_condition, throw_value_random, throw_allocator_random)
2269 (std::hash<throw_value_random>): Do not define when <tr1/random> is
2270 not usable.
2271 * src/c++11/cow-stdexcept.cc [!_GLIBCXX_USE_C99_STDINT_TR1]: Do not
2272 define transactional memory support when <stdint.h> is not usable.
2273
2274 * include/bits/hashtable_policy.h (__detail::__clp2): Use faster
2275 implementation that doesn't depend on <stdint.h> types.
2276 * include/std/memory (align) [!_GLIBCXX_USE_C99_STDINT_TR1]: Use
2277 std::size_t when std::uintptr_t is not usable.
2278 [!_GLIBCXX_USE_C99_STDINT_TR1] (pointer_safety, declare_reachable)
2279 (undeclare_reachable, declare_no_pointers, undeclare_no_pointers):
2280 Define independent of _GLIBCXX_USE_C99_STDINT_TR1.
2281
2282 * include/bits/basic_string.h [!_GLIBCXX_USE_C99_STDINT_TR1]
2283 (hash<u16string>, hash<u32string>): Remove dependency on
2284 _GLIBCXX_USE_C99_STDINT_TR1.
2285 * include/bits/char_traits.h [!_GLIBCXX_USE_C99_STDINT_TR1]
2286 (char_traits<char16_t>, char_traits<char32_t>): Remove dependency on
2287 _GLIBCXX_USE_C99_STDINT_TR1. Use __UINT_LEAST16_TYPE__ and
2288 __UINT_LEAST32_TYPE__ or make_unsigned when <stdint.h> is not usable.
2289 * include/bits/codecvt.h [!_GLIBCXX_USE_C99_STDINT_TR1]
2290 (codecvt<char16_t, char, mbstate_t>)
2291 (codecvt<char32_t, char, mbstate_t>)
2292 (codecvt_byname<char16_t, char, mbstate_t>)
2293 (codecvt_byname<char32_t, char, mbstate_t>): Remove dependency
2294 on _GLIBCXX_USE_C99_STDINT_TR1.
2295 * include/bits/locale_facets.h [!_GLIBCXX_USE_C99_STDINT_TR1]
2296 (_GLIBCXX_NUM_UNICODE_FACETS): Likewise.
2297 * include/bits/stringfwd.h [!_GLIBCXX_USE_C99_STDINT_TR1]
2298 (char_traits<char16_t>, char_traits<char32_t>)
2299 (basic_string<char16_t>, basic_string<char32_t>): Remove dependency
2300 on _GLIBCXX_USE_C99_STDINT_TR1.
2301 * include/experimental/string_view [!_GLIBCXX_USE_C99_STDINT_TR1]
2302 (u16string_view, u32string_view, hash<u16string_view>)
2303 (hash<u32string_view>, operator""sv(const char16_t, size_t))
2304 (operator""sv(const char32_t, size_t)): Likewise.
2305 * include/ext/vstring.h [!_GLIBCXX_USE_C99_STDINT_TR1]
2306 (hash<__u16vstring>, hash<__u32vstring>): Likewise.
2307 * include/ext/vstring_fwd.h [!_GLIBCXX_USE_C99_STDINT_TR1]
2308 (__u16vstring, __u16sso_string, __u16rc_string, __u32vstring)
2309 (__u32sso_string, __u32rc_string): Likewise.
2310 * include/std/codecvt [!_GLIBCXX_USE_C99_STDINT_TR1] (codecvt_mode)
2311 (codecvt_utf8, codecvt_utf16, codecvt_utf8_utf16): Likewise.
2312 * include/std/string_view [!_GLIBCXX_USE_C99_STDINT_TR1]
2313 (u16string_view, u32string_view, hash<u16string_view>)
2314 (hash<u32string_view>, operator""sv(const char16_t, size_t))
2315 (operator""sv(const char32_t, size_t)): Likewise.
2316 * src/c++11/codecvt.cc: Likewise.
2317 * src/c++98/locale_init.cc: Likewise.
2318 * src/c++98/localename.cc: Likewise.
2319
2320 * include/bits/atomic_futex.h [!_GLIBCXX_USE_C99_STDINT_TR1]
2321 (__atomic_futex_unsigned_base): Remove dependency on
2322 _GLIBCXX_USE_C99_STDINT_TR1 macro.
2323 * include/bits/unique_lock.h [!_GLIBCXX_USE_C99_STDINT_TR1]
2324 (unique_lock): Remove dependency on _GLIBCXX_USE_C99_STDINT_TR1.
2325 * include/c_global/cstdint [!_GLIBCXX_USE_C99_STDINT_TR1] (intmax_t)
2326 (uintmax_t): Define using predefined macros.
2327 * include/std/chrono [!_GLIBCXX_USE_C99_STDINT_TR1] (duration)
2328 (time_point, system_clock, high_resolution_clock, steady_clock): Remove
2329 dependency on _GLIBCXX_USE_C99_STDINT_TR1 macro.
2330 (nanoseconds, microseconds, milliseconds, seconds, minutes, hours):
2331 [!_GLIBCXX_USE_C99_STDINT_TR1]: Define using __INT64_TYPE__ or
2332 long long when <stdint.h> is not usable.
2333 * include/std/condition_variable [!_GLIBCXX_USE_C99_STDINT_TR1]
2334 (condition_variable, condition_variable_any): Remove dependency on
2335 _GLIBCXX_USE_C99_STDINT_TR1.
2336 * include/std/future [!_GLIBCXX_USE_C99_STDINT_TR1] (future, promise)
2337 (packaged_task, async): Likewise.
2338 * include/std/mutex [!_GLIBCXX_USE_C99_STDINT_TR1] (recursive_mutex)
2339 (timed_mutex, recursive_timed_mutex, try_lock, lock, scoped_lock)
2340 (once_flag, call_once): Likewise.
2341 * include/std/ratio [!_GLIBCXX_USE_C99_STDINT_TR1] (ratio): Likewise.
2342 * include/std/shared_mutex [!_GLIBCXX_USE_C99_STDINT_TR1]
2343 (shared_mutex, shared_timed_mutex, shared_lock): Likewise.
2344 * include/std/thread [!_GLIBCXX_USE_C99_STDINT_TR1] (thread)
2345 (this_thread::get_id, this_thread::yield, this_thread::sleep_for)
2346 (this_thread::sleep_until): Likewise.
2347 * src/c++11/chrono.cc: Remove dependency on
2348 _GLIBCXX_USE_C99_STDINT_TR1 macro.
2349 * src/c++11/condition_variable.cc: Likewise.
2350 * src/c++11/futex.cc: Likewise.
2351 * src/c++11/future.cc: Likewise.
2352 * src/c++11/mutex.cc: Likewise.
2353 * src/c++11/thread.cc: Likewise.
2354 * testsuite/20_util/duration/literals/range_neg.cc: Adjust dg-error.
2355 * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Likewise.
2356 * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise.
2357 * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise.
2358 * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise.
2359 * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise.
2360
2361 2018-07-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2362
2363 PR libstdc++/77691
2364 * testsuite/experimental/memory_resource/new_delete_resource.cc:
2365 xfail execution on 32-bit Solaris/x86.
2366
2367 2018-07-26 Marc Glisse <marc.glisse@inria.fr>
2368
2369 * include/bits/stl_vector.h (_Vector_impl_data::_M_copy_data): New.
2370 (_Vector_impl_data::_M_swap_data): Use _M_copy_data.
2371 (vector::_M_move_assign): Reorder the swaps.
2372
2373 2018-07-26 Jonathan Wakely <jwakely@redhat.com>
2374
2375 PR libstdc++/86676
2376 * testsuite/20_util/monotonic_buffer_resource/release.cc: Request
2377 same alignment for post-release allocation.
2378
2379 2018-07-25 Jonathan Wakely <jwakely@redhat.com>
2380
2381 PR libstdc++/86676
2382 * testsuite/20_util/monotonic_buffer_resource/release.cc: Allow for
2383 buffer being misaligned and so returned pointer not being at start.
2384
2385 * include/experimental/memory_resource: Include <cstddef> header.
2386
2387 * acinclude.m4 (glibcxx_SUBDIRS): Add src/c++17.
2388 * src/Makefile.am: Add comment.
2389 * src/c++17/Makefile.in: Regenerate.
2390
2391 * include/Makefile.am: Add new <bits/unique_lock.h> header.
2392 * include/Makefile.in: Regenerate.
2393 * include/bits/std_mutex.h [!_GLIBCXX_USE_C99_STDINT_TR1] (mutex)
2394 (lock_guard): Define independent of _GLIBCXX_USE_C99_STDINT_TR1.
2395 (unique_lock): Move definition to ...
2396 * include/bits/unique_lock.h: New header.
2397 [!_GLIBCXX_USE_C99_STDINT_TR1] (unique_lock): Define unconditionally.
2398 [_GLIBCXX_USE_C99_STDINT_TR1] (unique_lock(mutex_type&, time_point))
2399 (unique_lock(mutex_type&, duration), unique_lock::try_lock_until)
2400 (unique_lock::try_lock_for): Define only when <chrono> is usable.
2401 * include/std/condition_variable: Include <bits/unique_lock.h>.
2402 * include/std/mutex: Likewise.
2403
2404 2018-07-24 Jonathan Wakely <jwakely@redhat.com>
2405
2406 * config/abi/pre/gnu.ver: Export new symbols.
2407 * configure: Regenerate.
2408 * include/Makefile.am: Add new <memory_resource> header.
2409 * include/Makefile.in: Regenerate.
2410 * include/precompiled/stdc++.h: Include <memory_resource> for C++17.
2411 * include/std/memory_resource: New header.
2412 (memory_resource, polymorphic_allocator, new_delete_resource)
2413 (null_memory_resource, set_default_resource, get_default_resource)
2414 (pool_options, monotonic_buffer_resource): Define.
2415 * src/Makefile.am: Add c++17 directory.
2416 * src/Makefile.in: Regenerate.
2417 * src/c++11/Makefile.am: Fix comment.
2418 * src/c++17/Makefile.am: Add makefile for new sub-directory.
2419 * src/c++17/Makefile.in: Generate.
2420 * src/c++17/memory_resource.cc: New.
2421 (newdel_res_t, null_res_t, constant_init, newdel_res, null_res)
2422 (default_res, new_delete_resource, null_memory_resource)
2423 (set_default_resource, get_default_resource): Define.
2424 * testsuite/20_util/memory_resource/1.cc: New test.
2425 * testsuite/20_util/memory_resource/2.cc: New test.
2426 * testsuite/20_util/monotonic_buffer_resource/1.cc: New test.
2427 * testsuite/20_util/monotonic_buffer_resource/allocate.cc: New test.
2428 * testsuite/20_util/monotonic_buffer_resource/deallocate.cc: New test.
2429 * testsuite/20_util/monotonic_buffer_resource/release.cc: New test.
2430 * testsuite/20_util/monotonic_buffer_resource/upstream_resource.cc:
2431 New test.
2432 * testsuite/20_util/polymorphic_allocator/1.cc: New test.
2433 * testsuite/20_util/polymorphic_allocator/resource.cc: New test.
2434 * testsuite/20_util/polymorphic_allocator/select.cc: New test.
2435 * testsuite/util/testsuite_allocator.h (__gnu_test::memory_resource):
2436 Define concrete memory resource for testing.
2437 (__gnu_test::default_resource_mgr): Define RAII helper for changing
2438 default resource.
2439
2440 PR libstdc++/86658
2441 * include/bits/stl_algobase.h (__niter_wrap<_Iterator>): Pass unused
2442 parameter by reference, to avoid copying invalid iterators.
2443 * testsuite/25_algorithms/copy/86658.cc: New test.
2444
2445 * include/std/bit (__countl_zero, __countr_zero, __popcount): Use
2446 local variables for number of digits instead of type aliases.
2447 (__log2p1): Remove redundant branch also checked in __countl_zero.
2448
2449 * include/bits/uses_allocator.h (__is_erased_or_convertible): Reorder
2450 conditions. Add comments.
2451 * testsuite/20_util/uses_allocator/69293_neg.cc: Adjust dg-error line.
2452 * testsuite/20_util/uses_allocator/cons_neg.cc: Likewise.
2453 * testsuite/20_util/scoped_allocator/69293_neg.cc: Likewise.
2454
2455 * include/bits/uses_allocator.h (__is_erased_or_convertible): Remove.
2456 (__uses_allocator_helper): Check conditions directly instead of
2457 using __is_erased_or_convertible.
2458
2459 * include/experimental/memory_resource: Adjust comments and
2460 whitespace.
2461 (__resource_adaptor_imp): Add second template parameter for type of
2462 memory resource base class.
2463 (memory_resource): Define default constructor, destructor, copy
2464 constructor and copy assignment operator as defaulted.
2465
2466 PR libstdc++/70966
2467 * include/experimental/memory_resource (__get_default_resource): Use
2468 placement new to create an object with dynamic storage duration.
2469
2470 2018-07-23 Jonathan Wakely <jwakely@redhat.com>
2471
2472 PR libstdc++/70940
2473 * include/experimental/memory_resource
2474 (__resource_adaptor_common::_AlignMgr::_M_unadjust): Add assertion.
2475 (__resource_adaptor_common::__guaranteed_alignment): New helper to
2476 give maximum alignment an allocator guarantees. Specialize for known
2477 allocators using new and malloc.
2478 (__resource_adaptor_imp::do_allocate): Use __guaranteed_alignment.
2479 (__resource_adaptor_imp::do_deallocate): Likewise.
2480 * testsuite/experimental/memory_resource/new_delete_resource.cc:
2481 Check that new and delete are called with expected sizes.
2482
2483 2018-07-20 Jonathan Wakely <jwakely@redhat.com>
2484
2485 PR libstdc++/86595
2486 * include/bits/fs_dir.h (directory_entry::refresh(error_code&)): Add
2487 noexcept.
2488
2489 2018-07-20 Fangrui Song <maskray@google.com>
2490
2491 * include/bits/shared_ptr_base.h (_Sp_make_shared_tag::_S_ti): Use
2492 _GLIBCXX_VISIBILITY(default).
2493
2494 2018-07-20 Jonathan Wakely <jwakely@redhat.com>
2495
2496 PR libstdc++/86603
2497 * include/std/version: Move __cpp_lib_list_remove_return_type macro.
2498
2499 2018-07-19 Jonathan Wakely <jwakely@redhat.com>
2500
2501 * include/std/type_traits (__is_member_object_pointer_helper): Use
2502 __not_<is_function<_Tp>>::type instead of integral_constant.
2503 (__is_member_function_pointer_helper): Likewise for
2504 is_function<_Tp>::type.
2505 (is_compund): Likewise for __not_<is_fundamental<_Tp>>::type.
2506 (__do_is_nt_destructible_impl): Use __bool_constant and reindent.
2507 (is_trivially_constructible): Remove redundant use of
2508 is_constructible.
2509 (__is_trivially_copy_assignable_impl): Remove redundant use of
2510 is_copy_assignable.
2511 (__is_trivially_move_assignable_impl): Remove redundant use of
2512 is_move_assignable.
2513 (is_trivially_destructible): Use __bool_constant.
2514 * testsuite/20_util/is_trivially_assignable/value.cc: Add some more
2515 tests for scalar types.
2516
2517 2018-07-19 Glen Joseph Fernandes <glenjofe@gmail.com>
2518
2519 * include/bits/stl_algobase.h (__copy_move_a): Used
2520 __is_trivially_copyable.
2521 (__copy_move_backward_a): Likewise.
2522 * testsuite/20_util/specialized_algorithms/uninitialized_copy/1.cc:
2523 New test.
2524
2525 2018-07-17 Jonathan Wakely <jwakely@redhat.com>
2526
2527 PR libstdc++/86450
2528 * acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Don't define WERROR.
2529 (GLIBCXX_EXPORT_FLAGS): Use -Wabi=2 instead of -Wabi.
2530 * configure: Regenerate.
2531 * configure.ac: Change GLIBCXX_ENABLE_WERROR default to "no".
2532 * doc/Makefile.in: Regenerate.
2533 * fragment.am: Set WERROR_FLAG to -Werror instead of $(WERROR).
2534 * include/Makefile.in: Regenerate.
2535 * libsupc++/Makefile.in: Regenerate.
2536 * po/Makefile.in: Regenerate.
2537 * python/Makefile.in: Regenerate.
2538 * src/Makefile.in: Regenerate.
2539 * src/c++11/Makefile.in: Regenerate.
2540 * src/c++11/debug.cc: Use diagnostic pragmas to suppress warnings
2541 from -Wabi=2 that don't affect exported symbols.
2542 * src/c++98/Makefile.in: Regenerate.
2543 * src/filesystem/Makefile.in: Regenerate.
2544 * testsuite/Makefile.in: Regenerate.
2545
2546 * src/c++11/compatibility-thread-c++0x.cc [_GLIBCXX_SHARED]
2547 (_Async_state_common::_M_join): Simplify use of std::call_once and
2548 corresponding explicit instantiation.
2549 (_Maybe_wrap_member_pointer, _Bind_simple, _Bind_simple_helper)
2550 (__bind_simple): Remove definitions and explicit instantiation that
2551 are not required by exported symbols.
2552
2553 2018-07-16 Jonathan Wakely <jwakely@redhat.com>
2554
2555 * scripts/create_testsuite_files: Fix typo in comment.
2556
2557 PR libstdc++/86537
2558 * include/bits/shared_ptr.h (less<shared_ptr<_Tp>>): Remove
2559 non-standard partial specialization.
2560 * include/bits/shared_ptr_base.h (_Sp_less): Remove class definition.
2561 (less<__shared_ptr<_Tp, _Lp>): Remove partial specialization.
2562 * testsuite/20_util/shared_ptr/comparison/86537.cc: New test.
2563
2564 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
2565
2566 * config/abi/post/s390-linux-gnu/baseline_symbols.txt: Update.
2567 * config/abi/post/s390x-linux-gnu/32/baseline_symbols.txt: Update.
2568 * config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Update.
2569
2570 2018-07-06 François Dumont <fdumont@gcc.gnu.org>
2571
2572 * include/debug/functions.h (__gnu_debug::__check_string): Move...
2573 * include/debug/string (__gnu_debug::__check_string): ... here.
2574 (_GLIBCXX_DEBUG_VERIFY_STR_COND_AT): New.
2575 (__glibcxx_check_string_n_constructor): New.
2576 (__gnu_debug::basic_string<>(const _CharT*, size_type, const _Alloc&)):
2577 Use latter.
2578 (__glibcxx_check_string_constructor): New.
2579 (__gnu_debug::basic_string<>(const _CharT*, const _Alloc&)):
2580 Use latter.
2581 * testsuite/21_strings/basic_string/debug/1_neg.cc: New.
2582 * testsuite/21_strings/basic_string/debug/2_neg.cc: New.
2583
2584 2018-07-06 Jonathan Wakely <jwakely@redhat.com>
2585
2586 PR libstdc++/84928 use std::move in <numeric> algorithms
2587 * include/bits/stl_numeric.h (_GLIBCXX_MOVE_IF_20): Define macro to
2588 conditionally move, according to __cplusplus value.
2589 (accumulate, inner_product, partial_sum, adjacent_difference): Use
2590 _GLIBCXX_MOVE_IF_20.
2591 * testsuite/26_numerics/accumulate/lwg2055.cc: New test.
2592 * testsuite/26_numerics/adjacent_difference/lwg2055.cc: New test.
2593 * testsuite/26_numerics/inner_product/lwg2055.cc: New test.
2594 * testsuite/26_numerics/partial_sum/lwg2055.cc: New test.
2595
2596 * config/abi/pre/gnu.ver: Use wildcards to combine related patterns.
2597
2598 P0935R0 Eradicating unnecessarily explicit default constructors
2599 * config/abi/pre/gnu.ver: Tighten existing patterns and export new
2600 default constructor symbols.
2601 * include/std/sstream (basic_stringbuf, basic_istringstream)
2602 (basic_ostringstream, basic_stringstream): Remove default arguments
2603 from explicit constructors taking ios_base::openmode and add separate
2604 non-explicit default constructors.
2605 * testsuite/27_io/basic_istringstream/cons/default.cc: New.
2606 * testsuite/27_io/basic_ostringstream/cons/default.cc: New.
2607 * testsuite/27_io/basic_stringstream/cons/default.cc: New.
2608 * testsuite/27_io/basic_stringbuf/cons/char/default.cc: New.
2609 * testsuite/27_io/basic_stringbuf/cons/wchar_t/default.cc: New.
2610
2611 * include/std/variant (__accepted_index): Use void_t.
2612
2613 2018-07-05 Jonathan Wakely <jwakely@redhat.com>
2614
2615 PR libstdc++/85831
2616 * config/abi/pre/gnu.ver: Export move constructors and move
2617 assignment operators for std::logic_error and std::runtime_error.
2618 * include/std/stdexcept: Use _GLIBCXX_NOTHROW instead of
2619 _GLIBCXX_USE_NOEXCEPT.
2620 (logic_error, runtime_error): Declare move constructors and move
2621 assignment operators. When not declared already, define copy
2622 constructors and copy assignment operators as explicit-defaulted.
2623 (domain_error, invalid_argument, length_error, out_of_range)
2624 (overflow_error, underflow_error): Define move constructors and move
2625 assignment operators as explicitly-defaulted.
2626 * libsupc++/exception.h (exception): Likewise.
2627 * src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Define
2628 move constructors and move assignment operators as defaulted.
2629 * testsuite/19_diagnostics/stdexcept.cc: Check that constructors and
2630 assignment operators are defined.
2631
2632 * testsuite/21_strings/basic_string/cons/char/deduction.cc: XFAIL for
2633 COW strings.
2634 * testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc:
2635 Likewise.
2636 * testsuite/21_strings/basic_string/requirements/
2637 explicit_instantiation/debug.cc: Likewise.
2638
2639 PR libstdc++/58265
2640 * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI]
2641 (basic_string::assign(basic_string&&)): Add conditional noexcept
2642 depending on the allocator's is_always_equal property (LWG 2063).
2643 * testsuite/21_strings/basic_string/modifiers/assign/char/
2644 move_assign.cc: Check for non-throwing exception specification.
2645 * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/
2646 move_assign.cc: Likewise.
2647
2648 PR libstdc++/58265
2649 * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI]
2650 [_GLIBCXX_FULLY_DYNAMIC_STRING==0] (basic_string::basic_string()):
2651 Add GLIBCXX_NOEXCEPT.
2652 (basic_string::operator=(basic_string&&)): Add _GLIBCXX_NOEXCEPT_IF
2653 to depend on the allocator's is_always_equal property (LWG 2063).
2654 (basic_string::swap(basic_string&)): Likewise.
2655 * include/bits/basic_string.tcc [!_GLIBCXX_USE_CXX11_ABI]
2656 (basic_string::swap(basic_string&)): Likewise.
2657 * testsuite/21_strings/basic_string/allocator/char/move_assign.cc:
2658 Check is_nothrow_move_assignable.
2659 * testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc:
2660 Check is_nothrow_move_assignable.
2661 * testsuite/21_strings/basic_string/cons/char/
2662 noexcept_move_construct.cc: Likewise.
2663 * testsuite/21_strings/basic_string/cons/wchar_t/
2664 noexcept_move_construct.cc: Likewise.
2665
2666 2018-07-04 Jonathan Wakely <jwakely@redhat.com>
2667
2668 P0646R1 Improving the Return Value of Erase-Like Algorithms I
2669 * include/bits/forward_list.h (__cpp_lib_list_remove_return_type):
2670 Define.
2671 (forward_list::__remove_return_type): Define typedef as size_type or
2672 void, according to __cplusplus value.
2673 (_GLIBCXX_FWDLIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or
2674 empty, according to __cplusplus value.
2675 (forward_list::remove, forward_list::unique): Use typedef and macro
2676 to change return type and add abi-tag for C++2a.
2677 (forward_list::remove_if<Pred>, forward_list::unique<BinPred>): Use
2678 typedef to change return type for C++2a.
2679 * include/bits/forward_list.tcc (_GLIBCXX20_ONLY): Define macro.
2680 (forward_list::remove, forward_list::remove_if<Pred>)
2681 (forward_list::unique<BinPred>): Return number of removed elements
2682 for C++2a.
2683 * include/bits/list.tcc (_GLIBCXX20_ONLY): Define macro.
2684 (list::remove, list::unique, list::remove_if<Predicate>)
2685 (list::unique<BinaryPredicate>): Return number of removed elements
2686 for C++2a.
2687 * include/bits/stl_list.h (__cpp_lib_list_remove_return_type): Define.
2688 (list::__remove_return_type): Define typedef as size_type or
2689 void, according to __cplusplus value.
2690 (_GLIBCXX_LIST_REMOVE_RETURN_TYPE_TAG): Define macro as abi-tag or
2691 empty, according to __cplusplus value.
2692 (list::remove, list::unique): Use typedef and macro to change return
2693 type and add abi-tag for C++2a.
2694 (list::remove_if<Predicate>, list::unique<BinaryPredicate>): Use
2695 typedef to change return type for C++2a.
2696 * include/std/version (__cpp_lib_list_remove_return_type): Define.
2697 * testsuite/23_containers/forward_list/operations/
2698 remove_cxx20_return.cc: New.
2699 * testsuite/23_containers/forward_list/operations/
2700 unique_cxx20_return.cc: New.
2701
2702 P0458R2 Checking for Existence of an Element in Associative Containers
2703 * include/bits/stl_map.h (map::contains): Add for C++2a.
2704 * include/bits/stl_multimap.h (multimap::contains): Likewise.
2705 * include/bits/stl_multiset.h (multiset::contains): Likewise.
2706 * include/bits/stl_set.h (set::contains): Likewise.
2707 * include/bits/stl_tree.h (__has_is_transparent_t): Define alias.
2708 (_Rb_tree::_M_find_tr, _Rb_tree::_M_count_tr)
2709 (_Rb_tree::_M_lower_bound_tr, _Rb_tree::_M_upper_bound_tr)
2710 (_Rb_tree::_M_equal_range_tr): Use __has_is_transparent_t.
2711 * include/bits/unordered_map.h (unordered_map::contains)
2712 (unordered_multimap::contains): Add for C++2a.
2713 * include/bits/unordered_set.h (unordered_set::contains)
2714 (unordered_multiset::contains): Likewise.
2715 * testsuite/23_containers/map/operations/contains.cc: New.
2716 * testsuite/23_containers/multimap/operations/contains.cc: New.
2717 * testsuite/23_containers/multiset/operations/contains.cc: New.
2718 * testsuite/23_containers/set/operations/contains.cc: New.
2719 * testsuite/23_containers/unordered_map/operations/contains.cc: New.
2720 * testsuite/23_containers/unordered_multimap/operations/contains.cc:
2721 New.
2722 * testsuite/23_containers/unordered_multiset/operations/contains.cc:
2723 New.
2724 * testsuite/23_containers/unordered_set/operations/contains.cc: New.
2725
2726 2018-07-04 François Dumont <fdumont@gcc.gnu.org>
2727
2728 PR libstdc++/86272
2729 * include/debug/string
2730 (__gnu_debug::basic_string<>::insert<_Ite>(const_iterator, _Ite, _Ite)):
2731 Use __glibcxx_check_insert_range.
2732 * 21_strings/basic_string/cons/char/1.cc: Adapt test to use
2733 __gnu_debug::string when _GLIBCXX_DEBUG.
2734 * 21_strings/basic_string/init-list.cc: Likewise.
2735 * 21_strings/basic_string/modifiers/insert/char/1.cc: Likewise.
2736 * 21_strings/basic_string/modifiers/insert/char/2.cc: Likewise.
2737 * 21_strings/basic_string/modifiers/insert/char/83328.cc: Likewise.
2738 * 21_strings/basic_string/types/1.cc: Likewise.
2739
2740 2018-07-04 Jonathan Wakely <jwakely@redhat.com>
2741
2742 * testsuite/25_algorithms/make_heap/complexity.cc: Require effective
2743 target for std::random_device.
2744 * testsuite/26_numerics/random/random_device/cons/default.cc:
2745 Likewise.
2746 * testsuite/experimental/algorithm/sample-2.cc: Likewise.
2747 * testsuite/experimental/algorithm/shuffle.cc: Likewise.
2748 * testsuite/experimental/random/randint.cc: Likewise.
2749 * testsuite/lib/libstdc++.exp
2750 (check_effective_target_random_device): New proc.
2751
2752 2018-07-04 Jonathan Wakely <jwakely@redhat.com>
2753 Jakub Jelinek <jakub@redhat.com>
2754
2755 * include/std/bit (__rotl, __rotr): Fix for non-power of two sizes.
2756
2757 2018-07-04 Jonathan Wakely <jwakely@redhat.com>
2758
2759 PR libstdc++/86398
2760 * include/std/type_traits (is_trivially_constructible): Check
2761 is_constructible before __is_trivially_constructible.
2762 * testsuite/20_util/is_trivially_constructible/value.cc: Add more
2763 tests, including negative cases.
2764 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Use
2765 zero for dg-error lineno.
2766 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
2767 Likewise.
2768
2769 * include/std/bit (__rotl, __rotr): Avoid branch.
2770 (_If_is_unsigned_integer): Use remove_cv_t.
2771 * testsuite/26_numerics/bit/bitops.count/popcount.cc: New.
2772
2773 2018-07-03 Jonathan Wakely <jwakely@redhat.com>
2774
2775 P0556R3 Integral power-of-2 operations, P0553R2 Bit operations
2776 * include/Makefile.am: Add new header.
2777 * include/Makefile.in: Regenerate.
2778 * include/precompiled/stdc++.h: Include new header.
2779 * include/std/bit: New header.
2780 (__rotl, __rotr, __countl_zero, __countl_one, __countr_zero)
2781 (__countr_one, __popcount, __ispow2, __ceil2, __floor2, __log2p1):
2782 Define for C++14.
2783 [!__STRICT_ANSI__] (rotl, rotr, countl_zero, countl_one, countr_zero)
2784 (countr_one, popcount): Define for C++2a. Also overload for std::byte.
2785 (ispow2, ceil2, floor2, log2p1): Define for C++2a.
2786 [!__STRICT_ANSI__] (ispow2, ceil2, floor2, log2p1): Overload for
2787 std::byte.
2788 * testsuite/26_numerics/bit/bit.pow.two/ceil2.cc: New.
2789 * testsuite/26_numerics/bit/bit.pow.two/floor2.cc: New.
2790 * testsuite/26_numerics/bit/bit.pow.two/ispow2.cc: New.
2791 * testsuite/26_numerics/bit/bit.pow.two/log2p1.cc: New.
2792 * testsuite/26_numerics/bit/bitops.rot/rotl.cc: New.
2793 * testsuite/26_numerics/bit/bitops.rot/rotr.cc: New.
2794 * testsuite/26_numerics/bit/bitops.count/countl_one.cc: New.
2795 * testsuite/26_numerics/bit/bitops.count/countl_zero.cc: New.
2796 * testsuite/26_numerics/bit/bitops.count/countr_one.cc: New.
2797 * testsuite/26_numerics/bit/bitops.count/countr_zero.cc: New.
2798
2799 * include/bits/alloc_traits.h: Remove redundant preprocessor
2800 condition.
2801
2802 2018-07-03 François Dumont <fdumont@gcc.gnu.org>
2803
2804 * include/bits/stl_algobase.h (__niter_wrap): New.
2805 (__copy_move_a2(_II, _II, _OI)): Use latter.
2806 (__copy_move_backward_a2(_BI1, _BI1, _BI2)): Likewise.
2807 (fill_n(_OI, _Size, const _Tp&)): Likewise.
2808 (equal(_II1, _II1, _II2)): Use __glibcxx_requires_can_increment.
2809 * include/debug/stl_iterator.h
2810 (std::__niter_base(const __gnu_cxx::_Safe_iterator<
2811 __gnu_cxx::__normal_iterator<>, _Sequence>&)): New declaration.
2812 * include/debug/vector (__niter_base(const __gnu_cxx::_Safe_iterator<
2813 __gnu_cxx::__normal_iterator<>, _Sequence>&)): New.
2814
2815 2018-07-02 Jonathan Wakely <jwakely@redhat.com>
2816
2817 P0758R1 Implicit conversion traits
2818 * include/std/type_traits [__cplusplus > 201703]
2819 (__is_convertible_helper::__is_nothrow_type): Define new member.
2820 (__is_convertible_helper<_From, _To, false>::__test_aux1): Add
2821 noexcept.
2822 (__is_convertible_helper<_From, _To, false>::__test_nothrow)
2823 (__is_convertible_helper<_From, _To, false>::__is_nothrow_type): Add
2824 new members.
2825 (is_nothrow_convertible, is_nothrow_convertible_v): Define for C++2a.
2826 * testsuite/20_util/is_nothrow_convertible/value.cc: New.
2827 * testsuite/20_util/is_nothrow_convertible/requirements/
2828 explicit_instantiation.cc: New.
2829 * testsuite/20_util/is_nothrow_convertible/requirements/typedefs.cc:
2830 New.
2831
2832 P0887R1 The identity metafunction
2833 * include/std/type_traits (type_identity, type_identity_t): Define
2834 for C++2a.
2835 * testsuite/20_util/type_identity/requirements/alias_decl.cc: New.
2836 * testsuite/20_util/type_identity/requirements/
2837 explicit_instantiation.cc:New.
2838 * testsuite/20_util/type_identity/requirements/typedefs.cc: New.
2839
2840 * include/bits/regex.h (sub_match::operator string_type): Call str().
2841 (sub_match::compare): Use _M_str() instead of str().
2842 (sub_match::_M_compare): New public function.
2843 (sub_match::__string_view): New helper type.
2844 (sub_match::_M_str): New overloaded functions to avoid creating a
2845 string_type object when not needed.
2846 (operator==, operator!=, operator<, operator>, operator<=, operator>=):
2847 Use sub_match::_M_compare instead of creating string_type objects.
2848 Fix Doxygen comments.
2849 * include/bits/regex_compiler.h (__has_contiguous_iter): Remove.
2850 (__is_contiguous_normal_iter): Rename to __is_contiguous_iter and
2851 simplify.
2852 (__enable_if_contiguous_iter, __disable_if_contiguous_iter): Use
2853 __enable_if_t.
2854 * include/std/type_traits (__enable_if_t): Define for C++11.
2855 * testsuite/28_regex/sub_match/compare.cc: New.
2856 * testsuite/util/testsuite_iterators.h (remove_cv): Add transformation
2857 trait.
2858 (input_iterator_wrapper): Use remove_cv for value_type argument of
2859 std::iterator base class.
2860
2861 2018-06-29 Jonathan Wakely <jwakely@redhat.com>
2862
2863 * testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc:
2864 Add whitespace to dejagnu directive.
2865 * testsuite/23_containers/array/element_access/at_neg.cc: Likewise.
2866
2867 2018-06-27 François Dumont <fdumont@gcc.gnu.org>
2868
2869 * include/bits/stl_vector.h
2870 (struct _Vector_base<>::_Vector_impl_data): New.
2871 (struct _Vector_base<>::_Vector_impl): Inherit from latter.
2872 (_Vector_base<>::_Vector_impl::_M_swap_data): Move...
2873 (_Vector_base<>::_Vector_impl_data::_M_swap_data): ...here.
2874 (_Vector_base<>::_Vector_impl()): Add noexcept qualification.
2875 (_Vector_base<>::_Vector_impl(_Vector_impl&&)): New.
2876 (_Vector_base<>::_Vector_impl(_Tp_alloc_type&&, _Vector_impl&&)): New.
2877 (_Vector_base(const allocator_type&, _Vector_base&&)): New, use latter.
2878 (_Vector_base()): Default.
2879 (_Vector_base(_Vector_base&&)): Default.
2880 (_Vector_base(size_t)) [_GLIBCXX_INLINE_VERSION]: Delete.
2881 (_Vector_base(_Tp_alloc_type&&)) [_GLIBCXX_INLINE_VERSION]: Delete.
2882 (_Vector_base::_M_create_storage(size_t)): Make protected.
2883 (vector()): Default.
2884 (vector(vector&&)): Default.
2885 (vector(vector&&, const allocator_type&, true_type)): New.
2886 (vector(vector&&, const allocator_type&, false_type)): New.
2887 (vector(vector&&, const allocator_type&)): Use latters.
2888 (vector(_InputIte, _InputIte, const allocator_type&)): Call
2889 _M_range_initialize directly.
2890 * include/debug/vector
2891 (vector(vector&&, const allocator_type&)): Add noexcept qualification.
2892 * testsuite/23_containers/vector/allocator/default_init.cc: New.
2893 * testsuite/23_containers/vector/cons/noexcept_move_construct.cc: Add
2894 static assertions.
2895
2896 2018-06-27 Jonathan Wakely <jwakely@redhat.com>
2897
2898 * include/bits/cpp_type_traits.h [__cplusplus >= 201703]
2899 (__is_byte<byte>): Define specialization for std::byte.
2900
2901 PR libstdc++/86138
2902 * include/bits/basic_string.tcc: [_GLIBCXX_EXTERN_TEMPLATE < 0]
2903 Declare explicit instantiations of COW empty reps and I/O functions.
2904
2905 2018-06-26 David Edelsohn <dje.gcc@gmail.com>
2906
2907 * testsuite/experimental/algorithm/sample-2.cc: Add TLS DejaGNU
2908 directives.
2909 * testsuite/experimental/algorithm/shuffle.cc: Likewise.
2910
2911 2018-06-26 Jonathan Wakely <jwakely@redhat.com>
2912
2913 * include/bits/regex.tcc (regex_iterator::operator==): Add missing
2914 noexcept.
2915
2916 2018-06-25 Jonathan Wakely <jwakely@redhat.com>
2917
2918 PR libstdc++/86112
2919 * python/libstdcxx/v6/printers.py (add_one_template_type_printer):
2920 Replace dict comprehension.
2921
2922 PR libstdc++/81092
2923 * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Update.
2924
2925 PR libstdc++/86292
2926 * include/bits/stl_vector.h (vector::_M_range_initialize<InputIter>):
2927 Add try-catch block.
2928 * testsuite/23_containers/vector/cons/86292.cc: New.
2929
2930 * doc/xml/manual/status_cxx2017.xml: Document N4531 status.
2931
2932 * include/experimental/algorithm (sample, shuffle): Add new overloads
2933 using per-thread random number engine.
2934 * testsuite/experimental/algorithm/sample.cc: Simpify and reduce
2935 dependencies by using __gnu_test::test_container.
2936 * testsuite/experimental/algorithm/sample-2.cc: New.
2937 * testsuite/experimental/algorithm/shuffle.cc: New.
2938
2939 2018-06-22 Jonathan Wakely <jwakely@redhat.com>
2940
2941 * config/abi/pre/gnu.ver: Fix __cxx11::basic_string patterns for
2942 different size_t mangling on 32-bit targets.
2943
2944 PR libstdc++/86280
2945 * include/experimental/memory_resource
2946 (__resource_adaptor_common::_AlignMgr::_M_token_size): Use type large
2947 enough for result of left shift.
2948
2949 PR libstdc++/86138
2950 * include/bits/basic_string.tcc:
2951 [__cplusplus > 201402 && !_GLIBCXX_USE_CXX11_ABI]
2952 (basic_string<char>::_Rep::_S_empty_rep_storage)
2953 (basic_string<wchar_t>::_Rep::_S_empty_rep_storage): Add explicit
2954 instantiation declarations.
2955 [__cplusplus > 201402] (operator>>, operator<<, getline): Re-enable
2956 explicit instantiation declarations.
2957 * testsuite/21_strings/basic_string/cons/char/86138.cc: New.
2958 * testsuite/21_strings/basic_string/cons/wchar_t/86138.cc: New.
2959
2960 2018-06-21 Jonathan Wakely <jwakely@redhat.com>
2961
2962 PR libstdc++/83328
2963 * acinclude.m4 (libtool_VERSION): Bump to 6:26:0.
2964 * config/abi/pre/gnu.ver: Add GLIBCXX_3.4.26 and export new symbol.
2965 * configure: Regenerate.
2966 * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI]
2967 (basic_string::insert(const_iterator, initializer_list<C>)): Add.
2968 [_GLIBCXX_USE_CXX11_ABI && !_GLIBCXX_DEFINING_STRING_INSTANTIATIONS]
2969 (basic_string::insert(iterator, initializer_list<C>)): Suppress
2970 definition.
2971 * include/debug/string (basic_string::insert(iterator, C)): Change
2972 first parameter to const_iterator.
2973 (basic_string::insert(iterator, size_type, C)): Likewise. Change
2974 return type to iterator.
2975 (basic_string::insert(iterator, InputIterator, InputIterator)):
2976 Likewise.
2977 (basic_string::insert(iterator, initializer_list<C>)): Change first
2978 parameter to const_iterator and return type to iterator.
2979 * src/c++11/string-inst.cc: Extend comment.
2980 * testsuite/21_strings/basic_string/modifiers/insert/char/83328.cc:
2981 New.
2982 * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/83328.cc:
2983 New.
2984 * testsuite/util/testsuite_abi.cc: Add new symbol version.
2985
2986 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update.
2987
2988 PR libstdc++/70940
2989 * include/experimental/memory_resource
2990 (__resource_adaptor_imp::do_deallocate): Add missing return.
2991 * testsuite/experimental/memory_resource/new_delete_resource.cc: New.
2992 * testsuite/experimental/memory_resource/resource_adaptor.cc: Test
2993 resource_adaptor with std::allocator, __gnu_cxx::new_allocator and
2994 __gnu_cxx::malloc_allocator.
2995
2996 PR libstdc++/70940
2997 * include/experimental/memory_resource (__resource_adaptor_common):
2998 New base class.
2999 (__resource_adaptor_common::_AlignMgr): Helper for obtaining aligned
3000 pointer from unaligned, and vice versa.
3001 (__resource_adaptor_imp::do_allocate): Use _AlignMgr to adjust
3002 allocated pointer to meet alignment request.
3003 (__resource_adaptor_imp::do_deallocate): Use _AlignMgr to retrieve
3004 original pointer for deallocation.
3005 (__resource_adaptor_imp::do_is_equal): Reformat.
3006 (__resource_adaptor_imp::_S_aligned_size): Remove.
3007 (__resource_adaptor_imp::_S_supported): Remove.
3008 (new_delete_resource): Use __gnu_cxx::new_allocator.
3009 * testsuite/experimental/memory_resource/resource_adaptor.cc: Test
3010 extended alignments and use debug_allocator to check for matching
3011 allocate/deallocate pairs.
3012
3013 2018-06-21 François Dumont <fdumont@gcc.gnu.org>
3014
3015 * include/debug/safe_iterator.h
3016 (_Safe_iterator<>(const _Safe_iterator<_MutableIterator,>& __x)):
3017 Compare __x base iterator with a value-initialized iterator of the
3018 same type.
3019
3020 2018-06-20 Jonathan Wakely <jwakely@redhat.com>
3021
3022 PR libstdc++/70966
3023 * include/experimental/memory_resource (__resource_adaptor_imp): Add
3024 static assertions to enforce requirements on pointer types.
3025 (__resource_adaptor_imp::get_allocator()): Add noexcept.
3026 (new_delete_resource, null_memory_resource): Return address of an
3027 object with dynamic storage duration.
3028 (__null_memory_resource): Remove.
3029 * testsuite/experimental/memory_resource/70966.cc: New.
3030
3031 * testsuite/20_util/duration/arithmetic/dr3050.cc: Add new test
3032 missed from recent commit.
3033
3034 2018-06-19 Jonathan Wakely <jwakely@redhat.com>
3035
3036 * include/std/utility: Remove unused <exception> header.
3037
3038 2018-06-18 Jonathan Wakely <jwakely@redhat.com>
3039
3040 LWG 2975 ensure construct(pair<T,U>*, ...) used to construct pairs
3041 * include/std/scoped_allocator (__not_pair): Define SFINAE helper.
3042 (construct(_Tp*, _Args&&...)): Remove from overload set when _Tp is
3043 a specialization of std::pair.
3044 * testsuite/20_util/scoped_allocator/construct_pair.cc: Ensure
3045 pair elements are constructed correctly.
3046
3047 LWG 2989 hide path iostream operators from normal lookup
3048 * include/bits/fs_path.h (operator<<, operator>>): Define inline as
3049 friends.
3050 * testsuite/27_io/filesystem/path/io/dr2989.cc: New.
3051
3052 LWG 3050 Fix cv-qualification of convertibility constraints
3053 * include/std/chrono (duration, operator*, operator/, operator%): Use
3054 const-qualified type as source type in is_convertible constraints.
3055 * testsuite/20_util/duration/arithmetic/dr3050.cc: New.
3056 * testsuite/20_util/duration/cons/dr3050.cc: New.
3057 * testsuite/20_util/duration/literals/range.cc: Rename to...
3058 * testsuite/20_util/duration/literals/range_neg.cc: Here. Adjust
3059 dg-error lineno.
3060
3061 2018-06-18 Maya Rashish <coypu@sdf.org>
3062
3063 * crossconfig.m4: Handle OpenBSD just like NetBSD.
3064 * configure: Rebuilt.
3065
3066 2018-06-18 Jonathan Wakely <jwakely@redhat.com>
3067
3068 P0754R2 <version> header
3069 * include/Makefile.am: Add new header.
3070 * include/Makefile.in: Regenerate.
3071 * include/bits/c++config: Change doxygen comment to suggest <version>
3072 instead of <iosfwd>.
3073 * include/precompiled/stdc++.h: Include <cwchar> and <cwctype>
3074 unconditionally. Add C++17 and C++20 headers.
3075 * include/std/version: New header.
3076 * testsuite/17_intro/headers/c++2017/all_attributes.cc: New.
3077 * testsuite/17_intro/headers/c++2017/all_no_exceptions.cc: New.
3078 * testsuite/17_intro/headers/c++2017/all_no_rtti.cc: New.
3079 * testsuite/17_intro/headers/c++2017/all_pedantic_errors.cc: New.
3080 * testsuite/17_intro/headers/c++2017/operator_names.cc: New.
3081 * testsuite/17_intro/headers/c++2017/stdc++.cc: New.
3082 * testsuite/17_intro/headers/c++2017/stdc++_multiple_inclusion.cc:
3083 New.
3084 * testsuite/17_intro/headers/c++2020/all_attributes.cc: New.
3085 * testsuite/17_intro/headers/c++2020/all_no_exceptions.cc: New.
3086 * testsuite/17_intro/headers/c++2020/all_no_rtti.cc: New.
3087 * testsuite/17_intro/headers/c++2020/all_pedantic_errors.cc: New.
3088 * testsuite/17_intro/headers/c++2020/operator_names.cc: New.
3089 * testsuite/17_intro/headers/c++2020/stdc++.cc: New.
3090 * testsuite/17_intro/headers/c++2020/stdc++_multiple_inclusion.cc:
3091 New.
3092 * testsuite/18_support/headers/version/macros.cc: New.
3093 * testsuite/18_support/headers/version/macros.cc: New.
3094
3095 * acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Only check when
3096 enable_libstdcxx_filesystem_ts = yes. Check for link, readlink and
3097 symlink.
3098 * config.h.in: Regenerate.
3099 * configure: Regenerate.
3100 * configure.ac: Remove AC_CHECK_FUNCS for link, readlink and symlink.
3101
3102 LWG 3035. std::allocator's constructors should be constexpr
3103 * include/bits/allocator.h (allocator): Add constexpr to constructors
3104 for C++2a. Replace dynamic exception specifications with NOTHROW
3105 macro.
3106 (allocator, operator==, operator!=): Replace USE_NOEXCEPT macro with
3107 NOTHROW.
3108 * include/bits/c++config (_GLIBCXX20_CONSTEXPR): Define.
3109 * include/ext/malloc_allocator.h (malloc_allocator): Add constexpr
3110 to constructors for C++2a.
3111 * include/ext/new_allocator.h (new_allocator): Likewise.
3112
3113 2018-06-16 Jonathan Wakely <jwakely@redhat.com>
3114
3115 LWG 3076 basic_string CTAD ambiguity
3116 * doc/xml/manual/intro.xml: Document LWG 3076 change.
3117 * include/bits/basic_string.h
3118 [__cpp_deduction_guides && !_GLIBCXX_DEFINING_STRING_INSTANTIATIONS]
3119 (basic_string(const _CharT*, const _Alloc&)): Turn into a function
3120 template constrained by _RequireAllocator.
3121 (basic_string(size_type, _CharT, const _Alloc&)): Likewise.
3122 * src/c++11/string-inst.cc (_GLIBCXX_DEFINING_STRING_INSTANTIATIONS):
3123 Define.
3124 * testsuite/21_strings/basic_string/cons/char/deduction.cc: Test
3125 deduction
3126 * testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc:
3127 Likewise.
3128
3129 2018-06-15 Jonathan Wakely <jwakely@redhat.com>
3130
3131 PR libstdc++/86169
3132 * include/bits/basic_string.h [!_GLIBCXX_USE_CXX11_ABI]
3133 (basic_string::data()): Unshare string.
3134 * testsuite/21_strings/basic_string/operations/data/char/86169.cc:
3135 New.
3136
3137 * include/std/string_view (basic_string_view(const CharT*)): Remove
3138 check for null pointer and add nonnull attribute.
3139 (compare(const CharT*), compare(size_type, size_type, const CharT*))
3140 (find(const CharT*, size_type), rfind(const CharT*, size_type))
3141 (find_first_of(const CharT*, size_type))
3142 (find_last_of(const CharT*, size_type))
3143 (find_first_not_of(const CharT*, size_type))
3144 (find_last_not_of(const CharT*, size_type)): Add nonnull attribute.
3145 * testsuite/21_strings/basic_string_view/cons/char/nonnull.cc: New.
3146 * testsuite/21_strings/basic_string_view/operations/compare/char/
3147 nonnull.cc: New.
3148 * testsuite/21_strings/basic_string_view/operations/find/char/
3149 nonnull.cc: New.
3150 * testsuite/21_strings/basic_string_view/operations/rfind/char/
3151 nonnull.cc: New.
3152
3153 PR libstdc++/86168
3154 * include/bits/random.h (random_device(const string&)): Remove
3155 default argument.
3156
3157 * include/bits/char_traits.h (__cpp_lib_constexpr_char_traits): Only
3158 define for C++17 and above.
3159
3160 LWG 2993 reference_wrapper<T> conversion from T&&
3161 * doc/xml/manual/intro.xml: Document LWG 2993 change.
3162 * include/bits/refwrap.h (reference_wrapper(_Tp&)): Remove.
3163 (reference_wrapper(_Tp&&)): Remove.
3164 (reference_wrapper<_Up>(_Up&&)): Define new constructor as constrained
3165 template.
3166 (reference_wrapper): Add deduction guide.
3167 * testsuite/20_util/reference_wrapper/deduction.cc: New.
3168 * testsuite/20_util/reference_wrapper/lwg2993.cc: New.
3169
3170 LWG 3039 Unnecessary decay in thread and packaged_task
3171 * include/std/future (__constrain_pkgdtask): Replace with ...
3172 (packaged_task::__not_same): New alias template, using
3173 __remove_cvref_t instead of decay.
3174 * include/std/thread (thread::__not_same): Add comment.
3175
3176 2018-06-14 Jonathan Wakely <jwakely@redhat.com>
3177
3178 LWG 3075 basic_string needs deduction guides from basic_string_view
3179 * testsuite/21_strings/basic_string/cons/char/deduction.cc: Test
3180 deduction from string views.
3181 * testsuite/21_strings/basic_string/cons/wchar_t/deduction.cc:
3182 Likewise.
3183
3184 LWG 3074 make scalar types non-deduced in valarray non-member functions
3185 * include/bits/valarray_after.h (_DEFINE_EXPR_BINARY_FUNCTION): Change
3186 scalar parameters to be a non-deduced context.
3187 * include/std/valarray (_DEFINE_BINARY_OPERATOR): Likewise. Adjust
3188 whitespace.
3189 * testsuite/26_numerics/valarray/operators.cc: Test scalar operands.
3190 * testsuite/26_numerics/valarray/transcend.cc: New.
3191
3192 * include/std/tuple (__cpp_lib_tuple_element_t, tuple_element_t):
3193 Move back to <utility>.
3194 * include/std/utility (__cpp_lib_tuple_element_t. tuple_element_t):
3195 Restore to here.
3196
3197 P0935R0 Eradicating unnecessarily explicit default constructors
3198 * include/backward/strstream (strstreambuf): Add non-explicit default
3199 constructor.
3200 * include/bits/locale_conv.h (wbuffer_convert, wstring_convert):
3201 Likewise.
3202 * include/bits/regex.h (match_results): Likewise.
3203 * testsuite/22_locale/conversions/buffer/1.cc: Test for non-explicit
3204 default constructor.
3205 * testsuite/22_locale/conversions/string/1.cc: Likewise.
3206 * testsuite/28_regex/match_results/ctors/char/default.cc: Likewise.
3207 * testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise.
3208
3209 * include/std/tuple (__cpp_lib_tuple_element_t): Move feature test
3210 macro from <utility> and change type to long.
3211 * include/std/utility (__cpp_lib_tuple_element_t): Remove.
3212 * testsuite/20_util/tuple/tuple_element_t.cc: Check for feature test
3213 macro.
3214
3215 P0935R0 Eradicating unnecessarily explicit default constructors
3216 * include/bits/random.h (uniform_real_distribution::param_type)
3217 (normal_distribution::param_type, lognormal_distribution::param_type)
3218 (gamma_distribution::param_type, chi_squared_distribution::param_type)
3219 (cauchy_distribution::param_type, fisher_f_distribution::param_type)
3220 (student_t_distribution::param_type)
3221 (bernoulli_distribution::param_type)
3222 (binomial_distribution::param_type)
3223 (geometric_distribution::param_type)
3224 (negative_binomial_distribution::param_type)
3225 (poisson_distribution::param_type)
3226 (exponential_distribution::param_type)
3227 (weibull_distribution::param_type)
3228 (extreme_value_distribution::param_type): Add non-explicit default
3229 constructors. Remove default argument for first parameter of explicit
3230 constructors.
3231 * include/bits/uniform_int_dist.h
3232 (uniform_int_distribution::param_type): Likewise.
3233 * include/ext/random
3234 (beta_distribution::param_type, rice_distribution::param_type)
3235 (nakagami_distribution::param_type, pareto_distribution::param_type)
3236 (k_distribution::param_type, arcsine_distribution::param_type)
3237 (hoyt_distribution::param_type, triangular_distribution::param_type)
3238 (von_mises_distribution::param_type)
3239 (hypergeometric_distribution::param_type)
3240 (logistic_distribution::param_type)
3241 (uniform_inside_sphere_distribution::param_type): Likewise.
3242 (uniform_on_sphere_distribution::param_type): Make default constructor
3243 non-explicit.
3244 * testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc:
3245 Test param_type for non-explicit default constructor.
3246 * testsuite/26_numerics/random/binomial_distribution/cons/default.cc:
3247 Likewise.
3248 * testsuite/26_numerics/random/cauchy_distribution/cons/default.cc:
3249 Likewise.
3250 * testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc:
3251 Likewise.
3252 * testsuite/26_numerics/random/discrete_distribution/cons/default.cc:
3253 Likewise.
3254 * testsuite/26_numerics/random/exponential_distribution/cons/default.cc:
3255 Likewise.
3256 * testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc:
3257 Likewise.
3258 * testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc:
3259 Likewise.
3260 * testsuite/26_numerics/random/gamma_distribution/cons/default.cc:
3261 Likewise.
3262 * testsuite/26_numerics/random/geometric_distribution/cons/default.cc:
3263 Likewise.
3264 * testsuite/26_numerics/random/lognormal_distribution/cons/default.cc:
3265 Likewise.
3266 * testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc:
3267 Likewise.
3268 * testsuite/26_numerics/random/normal_distribution/cons/default.cc:
3269 Likewise.
3270 * testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc:
3271 Likewise.
3272 * testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc:
3273 Likewise.
3274 * testsuite/26_numerics/random/poisson_distribution/cons/default.cc:
3275 Likewise.
3276 * testsuite/26_numerics/random/student_t_distribution/cons/default.cc:
3277 Likewise.
3278 * testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc:
3279 Likewise.
3280 * testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc:
3281 Likewise.
3282 * testsuite/26_numerics/random/weibull_distribution/cons/default.cc:
3283 Likewise.
3284 * testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise.
3285 * testsuite/ext/random/beta_distribution/cons/default.cc: Likewise.
3286 * testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise.
3287 * testsuite/ext/random/hypergeometric_distribution/cons/default.cc:
3288 Likewise.
3289 * testsuite/ext/random/k_distribution/cons/default.cc: Likewise.
3290 * testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise.
3291 * testsuite/ext/random/nakagami_distribution/cons/default.cc: Likewise.
3292 * testsuite/ext/random/normal_mv_distribution/cons/default.cc:
3293 Likewise.
3294 * testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise.
3295 * testsuite/ext/random/rice_distribution/cons/default.cc: Likewise.
3296 * testsuite/ext/random/triangular_distribution/cons/default.cc:
3297 Likewise.
3298 * testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc:
3299 Likewise.
3300 * testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc:
3301 Likewise.
3302 * testsuite/ext/random/von_mises_distribution/cons/default.cc:
3303 Likewise.
3304
3305 2018-06-14 Daniel Trebbien <dtrebbien@gmail.com>
3306 Jonathan Wakely <jwakely@redhat.com>
3307
3308 PR libstdc++/83982
3309 * include/bits/vector.tcc (vector::_M_default_append(size_type)):
3310 Default-construct new elements before moving existing ones.
3311 * testsuite/23_containers/vector/capacity/resize/strong_guarantee.cc:
3312 New.
3313
3314 2018-06-13 Jonathan Wakely <jwakely@redhat.com>
3315
3316 PR libstdc++/86127
3317 * include/bits/forward_list.h (_Fwd_list_base::_Tp_alloc_type): Remove
3318 unused typedef.
3319 (_Fwd_list_base::_M_create_node, _Fwd_list_base::_M_erase_after):
3320 Use node allocator to create and destroy elements.
3321 (forward_list::_Tp_alloc_type): Remove unused typedef.
3322 (forward_list::_Alloc_traits): Use allocator_traits instead of
3323 __gnu_cxx::__alloc_traits.
3324
3325 2018-06-13 François Dumont <fdumont@gcc.gnu.org>
3326
3327 * include/debug/helper_functions.h
3328 (__gnu_debug::_Safe_iterator<>): Add declaration.
3329 (__can_advance(_Ite, _Size)): New.
3330 (__can_advance(const _Safe_iterator<>&, _Size)): Overload declaration.
3331 * include/debug/functions.h
3332 (__gnu_debug::_Safe_iterator<>): Remove declaration.
3333 * include/debug/stl_iterator.h
3334 (__can_advance(const _Safe_iterator<>&)): New definition.
3335 * include/debug/stl_iterator.h
3336 (__can_advance(const std::reverse_iterator<>&, _Size)): New.
3337 (__can_advance(const std::move_iterator<>&, _Size)): New.
3338 * include/debug/macros.h (__glibcxx_check_can_increment): New.
3339 * include/debug/debug.h (__glibcxx_requires_can_increment): New.
3340 * include/bits/stl_algobase.h (fill_n): Use latter.
3341 * testsuite/25_algorithms/fill_n/2.cc: New.
3342 * testsuite/25_algorithms/fill_n/debug/1_neg.cc: New.
3343 * testsuite/25_algorithms/fill_n/debug/2_neg.cc: New.
3344 * testsuite/25_algorithms/fill_n/debug/3_neg.cc: New.
3345 * testsuite/25_algorithms/fill_n/debug/4_neg.cc: New.
3346
3347 * include/debug/debug.h (__glibcxx_requires_can_increment_range): New.
3348 (__glibcxx_requires_can_decrement_range): New.
3349
3350 2018-06-12 François Dumont <fdumont@gcc.gnu.org>
3351
3352 * include/debug/macros.h (__glibcxx_check_can_increment_range): New.
3353 (__glibcxx_check_can_decrement_range): New.
3354 * include/bits/stl_algobase.h (std::copy(_II, _II, _OI)): Use
3355 __glibcxx_requires_can_increment_range.
3356 (std::move(_II, _II, _OI)): Likewise.
3357 (std::copy_backward(_BI, _BI, _BI2)): Use
3358 __glibcxx_requires_can_decrement_range.
3359 (std::move_backward(_BI, _BI, _BI2)): Likewise.
3360 * testsuite/25_algorithms/copy_backward/debug/1_neg.cc: New.
3361 * testsuite/25_algorithms/copy_backward/debug/2_neg.cc: New.
3362 * testsuite/25_algorithms/copy_backward/debug/3_neg.cc: New.
3363 * testsuite/25_algorithms/equal/debug/1_neg.cc: New.
3364 * testsuite/25_algorithms/equal/debug/2_neg.cc: New.
3365 * testsuite/25_algorithms/equal/debug/3_neg.cc: New.
3366
3367 2018-06-12 Jonathan Wakely <jwakely@redhat.com>
3368
3369 P0935R0 Eradicating unnecessarily explicit default constructors
3370 * include/bits/random.h (linear_congruential_engine)
3371 (mersenne_twister_engine, subtract_with_carry_engine, random_device)
3372 (uniform_real_distribution, normal_distribution)
3373 (lognormal_distribution, gamma_distribution, chi_squared_distribution)
3374 (cauchy_distribution, fisher_f_distribution, student_t_distribution)
3375 (bernoulli_distribution, binomial_distribution,geometric_distribution)
3376 (negative_binomial_distribution, exponential_distribution)
3377 (weibull_distribution, extreme_value_distribution): Add non-explicit
3378 default constructors. Remove default argument for first parameter of
3379 explicit constructors.
3380 (piecewise_constant_distribution, piecewise_linear_distribution):
3381 Make default constructor non-explicit.
3382 * include/bits/uniform_int_dist.h (uniform_int_distribution): Add
3383 non-explicit default constructors. Remove default argument for first
3384 parameter of explicit constructor.
3385 * include/ext/random
3386 (simd_fast_mersenne_twister_engine, beta_distribution)
3387 (rice_distribution, nakagami_distribution, pareto_distribution)
3388 (k_distribution, arcsine_distribution, hoyt_distribution)
3389 (triangular_distribution, von_mises_distribution)
3390 (hypergeometric_distribution, logistic_distribution)
3391 (uniform_inside_sphere_distribution): Likewise.
3392 (uniform_on_sphere_distribution): Make default constructor
3393 non-explicit.
3394 * testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc:
3395 Test for non-explicit default constructor. Fix references to standard.
3396 * testsuite/26_numerics/random/binomial_distribution/cons/default.cc:
3397 Likewise.
3398 * testsuite/26_numerics/random/cauchy_distribution/cons/default.cc:
3399 Likewise.
3400 * testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc:
3401 Likewise.
3402 * testsuite/26_numerics/random/discrete_distribution/cons/default.cc:
3403 Likewise.
3404 * testsuite/26_numerics/random/exponential_distribution/cons/default.cc:
3405 Likewise.
3406 * testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc:
3407 Likewise.
3408 * testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc:
3409 Likewise.
3410 * testsuite/26_numerics/random/gamma_distribution/cons/default.cc:
3411 Likewise.
3412 * testsuite/26_numerics/random/geometric_distribution/cons/default.cc:
3413 Likewise.
3414 * testsuite/26_numerics/random/lognormal_distribution/cons/default.cc:
3415 Likewise.
3416 * testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc:
3417 Likewise.
3418 * testsuite/26_numerics/random/normal_distribution/cons/default.cc:
3419 Likewise.
3420 * testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc:
3421 Likewise.
3422 * testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc:
3423 Likewise.
3424 * testsuite/26_numerics/random/poisson_distribution/cons/default.cc:
3425 Likewise.
3426 * testsuite/26_numerics/random/student_t_distribution/cons/default.cc:
3427 Likewise.
3428 * testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc:
3429 Likewise.
3430 * testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc:
3431 Likewise.
3432 * testsuite/26_numerics/random/weibull_distribution/cons/default.cc:
3433 Likewise.
3434 * testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise.
3435 * testsuite/ext/random/beta_distribution/cons/default.cc: Likewise.
3436 * testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise.
3437 * testsuite/ext/random/hypergeometric_distribution/cons/default.cc:
3438 Likewise.
3439 * testsuite/ext/random/k_distribution/cons/default.cc: Likewise.
3440 * testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise.
3441 * testsuite/ext/random/nakagami_distribution/cons/default.cc: Likewise.
3442 * testsuite/ext/random/normal_mv_distribution/cons/default.cc:
3443 Likewise.
3444 * testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise.
3445 * testsuite/ext/random/rice_distribution/cons/default.cc: Likewise.
3446 * testsuite/ext/random/triangular_distribution/cons/default.cc:
3447 Likewise.
3448 * testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc:
3449 Likewise.
3450 * testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc:
3451 Likewise.
3452 * testsuite/ext/random/von_mises_distribution/cons/default.cc:
3453 Likewise.
3454 * testsuite/util/testsuite_common_types.h
3455 (implicitly_default_constructible): New helper.
3456
3457 2018-06-08 Jonathan Wakely <jwakely@redhat.com>
3458
3459 * include/bits/ios_base.h (ios::Init::Init(const Init&))
3460 (ios::Init::operator=): Define as defaulted.
3461 * include/bits/stl_bvector.h (_Bit_reference(const _Bit_reference&)):
3462 Likewise.
3463 * include/bits/stream_iterator.h (istream_iterator::operator=)
3464 (ostream_iterator::operator=): Likewise.
3465 * include/bits/streambuf_iterator.h (istreambuf_iterator::operator=)
3466 Likewise.
3467 * include/std/bitset (bitset::reference::reference(const reference&)):
3468 Likewise.
3469 * include/std/complex (complex<float>::complex(const complex&))
3470 (complex<double>::complex(const complex&))
3471 (complex<long double>::complex(const complex&)): Likewise.
3472
3473 2018-06-07 Jonathan Wakely <jwakely@redhat.com>
3474
3475 * include/bits/regex.h (sub_match): Add noexcept to default
3476 constructor and length observer.
3477 (match_results): Add noexcept to default constructor and observers
3478 with no preconditions. Define destructor as defaulted.
3479 (operator==, operator!=, swap): Add noexcept.
3480 (regex_iterator): Add default member initializers and define default
3481 constructor and destructor as defaulted. Add noexcept to equality
3482 and dereference operators.
3483
3484 2018-06-07 François Dumont <fdumont@gcc.gnu.org>
3485
3486 * src/c++11/debug.cc
3487 (_Safe_iterator_base::_M_detach()): Reset state only if needed.
3488 (_Safe_iterator_base::_M_detach_single()): Likewise.
3489 (_Safe_local_iterator_base::_M_detach()): Reset state only if needed.
3490 (_Safe_local_iterator_base::_M_detach_single()): Likewise.
3491
3492 2018-06-06 Jonathan Wakely <jwakely@redhat.com>
3493
3494 * include/bits/shared_ptr_base.h (__shared_count): Remove redundant
3495 move of const value.
3496
3497 2018-06-06 Jakub Jelinek <jakub@redhat.com>
3498
3499 PR c++/86068
3500 * include/bits/c++config: Check __cpp_transactional_memory >= 201500L
3501 rather than __cpp_transactional_memory >= 201505L.
3502
3503 2018-06-06 Jonathan Wakely <jwakely@redhat.com>
3504
3505 PR libstdc++/86008
3506 * include/bits/quoted_string.h (_Quoted_string<basic_string_view, C>):
3507 Define new partial specialization.
3508 * include/std/iomanip (quoted(basic_string_view<C,T>, C, C)): Define
3509 new overload.
3510 (operator<<(basic_ostream<C,T>&, const _Quoted_string<S,C>&)): Use
3511 value not reference for iteration.
3512 * testsuite/27_io/manipulators/standard/char/quoted.cc: Adjust
3513 comment.
3514 * testsuite/27_io/manipulators/standard/char/quoted_sv.cc: New test.
3515 * testsuite/27_io/manipulators/standard/wchar_t/quoted.cc: Adjust
3516 comment.
3517
3518 2018-06-05 Jonathan Wakely <jwakely@redhat.com>
3519
3520 * include/std/type_traits: Fix comment typos.
3521
3522 * testsuite/27_io/filesystem/operations/read_symlink.cc: XFAIL for
3523 mingw* targets.
3524 * testsuite/27_io/filesystem/operations/symlink_status.cc: Likewise.
3525 * testsuite/experimental/filesystem/operations/read_symlink.cc:
3526 Likewise.
3527
3528 2018-06-05 François Dumont <fdumont@gcc.gnu.org>
3529
3530 * include/bits/stl_tempbuf.h
3531 (_Temporary_buffer(_FwdIte, _FwdIte)): Delete, replaced by...
3532 (_Temporary_buffer(_FwdIte, size_type)): ...this, new.
3533 * include/ext/memory (temporary_buffer<>(_FwdIte, _FwdIte)): Adapt.
3534 * include/bits/stl_algo.h (__stable_partition): Adapt.
3535 (__inplace_merge): Adapt.
3536 (__stable_sort): Adapt.
3537
3538 2018-06-04 Jonathan Wakely <jwakely@redhat.com>
3539
3540 PR libstdc++/85930
3541 * include/bits/shared_ptr_base.h [!__cpp_rtti]: Include <typeinfo>
3542 unconditionally. Remove redundant declaration.
3543 [!__cpp_rtti] (_Sp_make_shared_tag::_S_ti): Fix location of
3544 alignment-specifier.
3545
3546 * include/bits/postypes.h (fpos): Define special members as defaulted.
3547
3548 PR libstdc++/85930
3549 * include/bits/shared_ptr_base.h (_Sp_make_shared_tag::_S_ti): Align
3550 the static variable correctly.
3551
3552 2018-05-24 Jonathan Wakely <jwakely@redhat.com>
3553
3554 PR libstdc++/78870 support std::filesystem on Windows
3555 * config.h.in: Regenerate.
3556 * configure: Regenerate.
3557 * configure.ac: Check for link, readlink and symlink.
3558 * include/bits/fs_path.h (path::operator/=(const path&)): Move
3559 definition out of class body.
3560 (path::is_absolute(), path::_M_append(path)): Likewise.
3561 (operator<<(basic_ostream, const path&)): Use std::quoted directly.
3562 (operator>>(basic_istream, path&)): Likewise.
3563 (u8path): Reorder definitions and fix Windows implementation.
3564 (path::is_absolute()): Define inline and fix for Windows.
3565 [!_GLIBCXX_FILESYSTEM_IS_WINDOWS] (path::operator/=(const path&)):
3566 Define POSIX version inline.
3567 (path::_M_append(path)): Define inline.
3568 * include/experimental/bits/fs_path.h (path::is_absolute()): Move
3569 definition out of class body.
3570 (operator<<(basic_ostream, const path&)): Fix type of delimiter and
3571 escape characters.
3572 (operator>>(basic_istream, path&)): Likewise.
3573 (path::is_absolute()): Define inline and fix for Windows.
3574 * src/filesystem/dir-common.h (__gnu_posix): New namespace.
3575 (__gnu_posix::char_type, __gnu_posix::DIR, __gnu_posix::dirent)
3576 (__gnu_posix::opendir, __gnu_posix::readdir, __gnu_posix::closedir):
3577 Define as adaptors for Windows functions/types or as
3578 using-declarations for POSIX functions/types.
3579 (_Dir_base, get_file_type): Qualify names to use declarations from
3580 __gnu_posix namespace.
3581 (_Dir_base::is_dor_or_dotdot): New helper functions.
3582 * src/filesystem/dir.cc (_Dir, recursive_directory_iterator): Qualify
3583 names to use declarations from __gnu_posix namespace.
3584 * src/filesystem/ops-common.h (__gnu_posix): New nested namespace.
3585 (__gnu_posix::open, __gnu_posix::close, __gnu_posix::stat_type)
3586 (__gnu_posix::stat, __gnu_posix::lstat, __gnu_posix::mode_t)
3587 (__gnu_posix::chmod, __gnu_posix::mkdir, __gnu_posix::getcwd)
3588 (__gnu_posix::chdir, __gnu_posix::utimbuf, __gnu_posix::utime)
3589 (__gnu_posix::rename, __gnu_posix::truncate, __gnu_posix::char_type):
3590 Define as adaptors for Windows functions/types or as
3591 using-declarations for POSIX functions/types.
3592 (stat_type, do_copy_file): Qualify names to use declarations from
3593 __gnu_posix namespace.
3594 (do_space): Declare new function.
3595 (make_file_type): Only use S_ISLNK if defined.
3596 * src/filesystem/ops.cc (char_ptr, filesystem::canonical): Use
3597 path::value_type not char.
3598 (filesystem::copy, create_dir, filesystem::create_directory): Qualify
3599 names to use declarations from __gnu_posix namespace.
3600 (filesystem::create_hard_link): Check HAVE_LINK autoconf macro and
3601 add implementation for Windows.
3602 (filesystem::create_symlink): Check HAVE_SYMLINK autoconf macro.
3603 (filesystem::current_path(error_code&)): Use __gnu_posix::getcwd.
3604 [!_PC_PATH_MAX]: Don't use pathconf.
3605 [PATH_MAX]: Use if defined.
3606 (filesystem::current_path(const path&, error_code&))
3607 (filesystem::equivalent, do_stat, filesystem::hard_link_count)
3608 (filesystem::last_write_time, filesystem::permissions): Use names
3609 from __gnu_posix.
3610 (filesystem::read_symlink): Check HAVE_READLINK autoconf macro.
3611 (filesystem::remove) [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Add
3612 implementation for Windows.
3613 (filesystem::rename, filesystem::resize_file): Use names from
3614 __gnu_posix.
3615 (filesystem::space): Use do_space.
3616 [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Get absolute path to directory.
3617 (filesystem::status, filesystem::symlink_status): Use names from
3618 __gnu_posix.
3619 (filesystem::temp_directory_path): Add implementation for Windows.
3620 * src/filesystem/path.cc (dot): Define constant.
3621 (path::replace_extension): Use dot.
3622 (path::_M_find_extension): Likewise. Use path::string_type not
3623 std::string.
3624 (path::_M_split_cmpts): Use dot.
3625 (filesystem_error::_M_get_what): Use u8string() not native().
3626 * src/filesystem/std-dir.cc (_Dir, recursive_directory_iterator):
3627 Qualify names to use declarations from __gnu_posix namespace.
3628 * src/filesystem/std-ops.cc (filesystem::absolute(const path&)): Use
3629 correct error_code.
3630 (filesystem::absolute(const path&, error_code&)): Add implementation
3631 for Windows.
3632 (char_ptr, filesystem::canonical): Use path::value_type not char.
3633 (do_copy_file): Use names from __gnu_posix.
3634 [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Do not use fchmod, fchmodat or
3635 sendfile.
3636 (filesystem::copy, create_dir, filesystem::create_directory): Qualify
3637 names to use declarations from __gnu_posix namespace.
3638 (filesystem::create_hard_link): Check HAVE_LINK autoconf macro and
3639 add implementation for Windows.
3640 (filesystem::create_symlink): Check HAVE_SYMLINK autoconf macro.
3641 (filesystem::current_path(error_code&)): Use __gnu_posix::getcwd.
3642 [!_PC_PATH_MAX]: Don't use pathconf.
3643 [PATH_MAX]: Use if defined.
3644 (filesystem::current_path(const path&, error_code&))
3645 (filesystem::equivalent, do_stat, filesystem::hard_link_count)
3646 (filesystem::last_write_time, filesystem::permissions): Use names
3647 from __gnu_posix.
3648 (filesystem::read_symlink): Check HAVE_READLINK autoconf macro.
3649 (filesystem::remove) [_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Add
3650 implementation for Windows.
3651 (filesystem::rename, filesystem::resize_file): Use names from
3652 __gnu_posix.
3653 (do_space): Define.
3654 (filesystem::space): Use do_space.
3655 (filesystem::status, filesystem::symlink_status): Use names from
3656 __gnu_posix.
3657 (filesystem::temp_directory_path): Add implementation for Windows.
3658 * src/filesystem/std-path.cc
3659 [_GLIBCXX_FILESYSTEM_IS_WINDOWS] (path::operator/=(const path&)):
3660 Define for Windows.
3661 (dot): Define constant.
3662 (path::replace_extension, is_dot): Use dot.
3663 (path::lexically_normal): Check _M_type instead of calling
3664 non-existent function.
3665 (path::_M_find_extension): Use dot. Use path::string_type not
3666 std::string.
3667 (path::_M_split_cmpts): Use dot.
3668 (filesystem_error::_M_get_what): Use u8string() not native().
3669 * testsuite/27_io/filesystem/iterators/directory_iterator.cc: Do not
3670 use symlinks.
3671 * testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc:
3672 Likewise.
3673 * testsuite/27_io/filesystem/operations/absolute.cc: Use
3674 __gnu_test::root_path() instead of "/" and add Windows-specific tests.
3675 * testsuite/27_io/filesystem/operations/canonical.cc: Use
3676 path::string() to get narrow string, not path::native().
3677 * testsuite/27_io/filesystem/operations/copy.cc: Construct fstreams
3678 with std::filesystem::path not std::basic_string.
3679 * testsuite/27_io/filesystem/operations/copy_file.cc: Likewise.
3680 * testsuite/27_io/filesystem/operations/exists.cc: Use
3681 __gnu_test::root_path() instead of "/".
3682 * testsuite/27_io/filesystem/operations/is_empty.cc: Construct
3683 fstreams with std::filesystem::path not std::basic_string.
3684 * testsuite/27_io/filesystem/operations/last_write_time.cc: Use
3685 path::string() to get narrow string.
3686 * testsuite/27_io/filesystem/operations/space.cc: Check results for
3687 errors, expect sensible values otherwise.
3688 * testsuite/27_io/filesystem/operations/temp_directory_path.cc: Add
3689 helpers for adjusting the environment on Windows.
3690 * testsuite/27_io/filesystem/path/append/path.cc: Test
3691 Windows-specific behaviour.
3692 * testsuite/27_io/filesystem/path/construct/format.cc: Fix creation
3693 of path::string_type objects.
3694 * testsuite/27_io/filesystem/path/construct/locale.cc: Compare native
3695 string to wide string on Windows.
3696 * testsuite/27_io/filesystem/path/decompose/root_directory.cc: Allow
3697 for backslash as root-directory.
3698 * testsuite/27_io/filesystem/path/decompose/stem.cc: Use
3699 path::string() to get narrow string.
3700 * testsuite/27_io/filesystem/path/itr/traversal.cc: Test Windows-style
3701 paths.
3702 * testsuite/27_io/filesystem/path/native/string.cc: Use string_type
3703 not std::string.
3704 * testsuite/27_io/filesystem/path/query/is_absolute.cc: Adjust for
3705 different definintion of absolute paths on Windows.
3706 * testsuite/experimental/filesystem/iterators/directory_iterator.cc:
3707 Do not use symlinks.
3708 * testsuite/experimental/filesystem/operations/absolute.cc: Test
3709 Windows behaviour.
3710 * testsuite/experimental/filesystem/operations/copy.cc: Construct
3711 fstreams with NTCTS not std::basic_string.
3712 * testsuite/experimental/filesystem/operations/copy_file.cc: Likewise.
3713 * testsuite/experimental/filesystem/operations/exists.cc: Use
3714 __gnu_test::root_path() instead of "/".
3715 * testsuite/experimental/filesystem/operations/is_empty.cc: Construct
3716 fstreams with NTCTS not std::basic_string.
3717 * testsuite/experimental/filesystem/operations/last_write_time.cc:
3718 Use path::string() to get narrow string.
3719 * testsuite/experimental/filesystem/operations/space.cc: Use
3720 __gnu_test::root_path() instead of "/".
3721 * testsuite/experimental/filesystem/operations/temp_directory_path.cc:
3722 Add helpers for adjusting the environment on Windows.
3723 * testsuite/experimental/filesystem/path/append/path.cc: Use
3724 path::string() to get narrow strings for comparisons.
3725 * testsuite/experimental/filesystem/path/concat/path.cc: Likewise.
3726 * testsuite/experimental/filesystem/path/decompose/root_directory.cc:
3727 Likewise.
3728 * testsuite/experimental/filesystem/path/decompose/stem.cc: Likewise.
3729 * testsuite/experimental/filesystem/path/native/string.cc: Use
3730 string_type not std::string.
3731 * testsuite/experimental/filesystem/path/query/is_absolute.cc:
3732 Adjust for different definintion of absolute paths on Windows.
3733 * testsuite/util/testsuite_fs.h (__gnu_test::root_path()): New
3734 function.
3735 (__gnu_test::scoped_file): Construct fstreams with NTCTS not
3736 std::basic_string.
3737
3738 2018-05-31 Jonathan Wakely <jwakely@redhat.com>
3739
3740 PR libstdc++/85951
3741 * include/std/type_traits [_GLIBCXX_USE_C99_STDINT_TR1]: Do not define
3742 uint_least16_t and uint_least32_t.
3743 (__make_unsigned<wchar_t>): Define unconditionally.
3744 (__make_unsigned_selector<_Tp, true, false>): Remove intermediate
3745 typedefs.
3746 (__make_unsigned_selector_base): New type to provide helper templates.
3747 (__make_unsigned_selector<_Tp, false, true>): Reimplement using
3748 __make_unsigned_selector_base helpers.
3749 (__make_unsigned<char16_t>, __make_unsigned<char32_t>): Define.
3750 (__make_signed_selector<_Tp, true, false>): Remove intermediate
3751 typedefs.
3752 (__make_signed<wchar_t>, __make_signed<char16_t>)
3753 (__make_signed<char32_t>)): Define unconditionally.
3754 * testsuite/20_util/make_signed/requirements/typedefs-3.cc: Check
3755 wchar_t, char16_t and char32_t are transformed correctly.
3756 * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
3757 dg-error lineno.
3758 * testsuite/20_util/make_unsigned/requirements/typedefs-3.cc: Check
3759 wchar_t, char16_t and char32_t are transformed correctly.
3760 * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Adjust
3761 dg-error lineno.
3762
3763 2018-05-29 Jonathan Wakely <jwakely@redhat.com>
3764
3765 * include/std/variant (__erased_dtor): Qualify call to __get.
3766
3767 2018-05-27 François Dumont <fdumont@gcc.gnu.org>
3768
3769 * include/bits/stl_tree.h (_Rb_tree_impl(_Node_allocator&&)): New.
3770 (_Rb_tree(const allocator_type&)): Use latter.
3771 * include/bits/stl_map.h (map(const allocator_type&)): Likewise.
3772 (map(initializer_list<value_type>, const allocator_type&)): Likewise.
3773 (map(_InputIterator, _InputIterator, const allocator_type&)): Likewise.
3774 * include/bits/stl_multimap.h
3775 (multimap(const allocator_type&)): Likewise.
3776 (multimap(initializer_list<value_type>, const allocator_type&)):
3777 Likewise.
3778 (multimap(_InputIterator, _InputIterator, const allocator_type&)):
3779 Likewise.
3780 * include/bits/stl_set.h (set(const allocator_type&)): Likewise.
3781 (set(initializer_list<value_type>, const allocator_type&)): Likewise.
3782 (set(_InputIterator, _InputIterator, const allocator_type&)): Likewise.
3783 * include/bits/stl_multiset.h
3784 (multiset(const allocator_type&)): Likewise.
3785 (multiset(initializer_list<value_type>, const allocator_type&)):
3786 Likewise.
3787 (multiset(_InputIterator, _InputIterator, const allocator_type&)):
3788 Likewise.
3789
3790 2018-05-25 François Dumont <fdumont@gcc.gnu.org>
3791
3792 PR libstdc++/85768
3793 * src/c++11/debug.cc: Remove backtrace usage.
3794
3795 2018-05-24 Maya Rashish <coypu@sdf.org>
3796
3797 PR target/85904
3798 * crossconfig.m4: Test for aligned_alloc on netbsd.
3799 * configure: Regenerate.
3800
3801 2018-05-24 Jonathan Wakely <jwakely@redhat.com>
3802
3803 PR libstdc++/69769
3804 PR libstdc++/85886
3805 * include/bits/atomic_base.h (__atomic_base::value_type)
3806 (__atomic_base::difference_type): Add new typedefs.
3807 * include/std/atomic (atomic<bool>::value_type, atomic<T>::value_type)
3808 (atomic<T*>::value_type, atomic<T*>::difference_type): Likewise.
3809 (atomic<T*>::operator++, atomic<T*>::operator--)
3810 (atomic<T*>::operator+=, atomic<T*>::operator-=)
3811 (atomic<T*>::fetch_add, atomic<T*>::fetch_sub): Add static assertion
3812 to enforce C++17 requirement on pointer arithmetic.
3813 (__atomic_val_t, __atomic_diff_t): New alias templates.
3814 (atomic_init, atomic_store_explicit, atomic_exchange_explicit)
3815 (atomic_compare_exchange_weak_explicit)
3816 (atomic_compare_exchange_strong_explicit, atomic_store)
3817 (atomic_exchange, atomic_compare_exchange_weak)
3818 (atomic_compare_exchange_strong): Use __atomic_val_t to make
3819 scalar parameters be non-deduced contexts.
3820 (atomic_fetch_add_explicit, atomic_fetch_sub_explicit)
3821 (atomic_fetch_add, atomic_fetch_sub): Change first parameter to be
3822 atomic instead of __atomic_base, and use __atomic_diff_t for scalar
3823 parameters.
3824 (atomic_fetch_and_explicit, atomic_fetch_or_explicit)
3825 (atomic_fetch_xor_explicit, atomic_fetch_and, atomic_fetch_or)
3826 (atomic_fetch_xor): Use __atomic_val_t for scalar parameters.
3827 (atomic_fetch_add_explicit, atomic_fetch_sub_explicit)
3828 (atomic_fetch_add, atomic_fetch_sub): Remove overloads for atomic
3829 address types.
3830 * testsuite/29_atomics/atomic/60695.cc: Adjust dg-error lineno.
3831 * testsuite/29_atomics/atomic/69769.cc: New test.
3832 * testsuite/29_atomics/atomic/nonmembers.cc: New test.
3833 * testsuite/29_atomics/atomic/operators/pointer_partial_void.cc:
3834 Disable test for C++17 and later.
3835 * testsuite/29_atomics/atomic/requirements/typedefs.cc: New test.
3836 * testsuite/29_atomics/atomic_integral/nonmembers.cc: New test.
3837 * testsuite/29_atomics/atomic_integral/requirements/typedefs.cc: New
3838 test.
3839
3840 2018-05-23 Jonathan Wakely <jwakely@redhat.com>
3841
3842 * include/bits/fs_path.h (path::__is_encoded_char): Change from class
3843 template to alias template.
3844 (path::__value_type_is_char): Use remove_const_t.
3845 (path:_S_string_from_iter): New helper function.
3846 (path::_S_convert(InputIter, __null_terminated))
3847 (path::_S_convert_loc(InputIter, __null_terminated, const locale&)):
3848 Use _S_string_from_iter.
3849 (path::string<_CharT, _Allocator>(const _Allocator&)): Allow sharing
3850 rep for COW strings.
3851 * include/experimental/bits/fs_path.h (path::__is_encoded_char):
3852 Change from class template to alias template.
3853 (path::__value_type_is_char): Use remove_const.
3854 (path:_S_string_from_iter): New helper function.
3855 (path::_S_convert(InputIter, __null_terminated))
3856 (path::_S_convert_loc(InputIter, __null_terminated, const locale&)):
3857 Use _S_string_from_iter.
3858 * testsuite/27_io/filesystem/path/append/source.cc: Test appending
3859 wide strings.
3860 * testsuite/27_io/filesystem/path/concat/strings.cc: Check for exact
3861 string equality, not path equivalence.
3862 * testsuite/27_io/filesystem/path/construct/format.cc: Check
3863 construction from std::string and std::wstring and input iterators.
3864 * testsuite/27_io/filesystem/path/construct/locale.cc: Check
3865 construction from iterators.
3866 * testsuite/experimental/filesystem/path/concat/strings.cc: Check for
3867 exact string equality, not path equivalence.
3868 * testsuite/experimental/filesystem/path/construct/locale.cc: Check
3869 construction from iterators.
3870
3871 * include/bits/fs_path.h (path::_M_type): Change default member
3872 initializer to _Filename.
3873 (path::begin): Create past-the-end iterator for empty path.
3874 * src/filesystem/std-path.cc (path::remove_filename()): Remove
3875 debugging check.
3876 (path::has_relative_path()): Return false for empty filenames.
3877 (path::_M_split_cmpts): Set _M_type to _Filename for empty paths.
3878 Fix offset of empty final component.
3879 * testsuite/27_io/filesystem/path/itr/components.cc: New.
3880 * testsuite/27_io/filesystem/path/itr/traversal.cc: Add new inputs.
3881
3882 2018-05-21 Jonathan Wakely <jwakely@redhat.com>
3883
3884 Add support for opening file streams from wide character strings.
3885 * config/io/basic_file_stdio.cc [_GLIBCXX_HAVE__WFOPEN]
3886 (__basic_file<char>::open(const wchar_t*, ios_base::openmode)):
3887 Define new overload.
3888 * config/io/basic_file_stdio.h [_GLIBCXX_HAVE__WFOPEN]
3889 (__basic_file<char>::open(const wchar_t*, ios_base::openmode)):
3890 Declare new overload.
3891 * configure.ac: Check for _wfopen.
3892 * crossconfig.m4: Likewise.
3893 * configure: Regenerate.
3894 * config.h.in: Regenerate.
3895 * include/bits/fstream.tcc [_GLIBCXX_HAVE__WFOPEN]
3896 (basic_filebuf<C,T>::open(const wchar_t*, ios_base::openmode)):
3897 Define new overload.
3898 * include/std/fstream [_GLIBCXX_HAVE__WFOPEN]
3899 (basic_filebuf<C,T>::open(const wchar_t*, ios_base::openmode)):
3900 Declare new overload.
3901 [_GLIBCXX_HAVE__WFOPEN]
3902 (basic_ifstream<C,T>::basic_ifstream(const wchar_t*, openmode))
3903 (basic_ifstream<C,T>::basic_open(const wchar_t*, openmode))
3904 (basic_ofstream<C,T>::basic_ifstream(const wchar_t*, openmode))
3905 (basic_ofstream<C,T>::basic_open(const wchar_t*, openmode))
3906 (basic_fstream<C,T>::basic_ifstream(const wchar_t*, openmode))
3907 (basic_fstream<C,T>::basic_open(const wchar_t*, openmode)): Define
3908 new overloads.
3909 * testsuite/27_io/basic_filebuf/open/wchar_t/1.cc: New.
3910 * testsuite/27_io/basic_ifstream/cons/wchar_t/1.cc: New.
3911 * testsuite/27_io/basic_ifstream/open/wchar_t/1.cc: New.
3912 * testsuite/27_io/basic_ofstream/cons/wchar_t/1.cc: New.
3913 * testsuite/27_io/basic_ofstream/open/wchar_t/1.cc: New.
3914 * testsuite/27_io/basic_fstream/cons/wchar_t/1.cc: New.
3915 * testsuite/27_io/basic_fstream/open/wchar_t/1.cc: New.
3916
3917 2018-05-21 François Dumont <fdumont@gcc.gnu.org>
3918
3919 PR libstdc++/85845
3920 * include/bits/stl_tree.h
3921 (_Rb_tree_impl(_Rb_tree_impl&&, _Node_allocator&&)): Fix noexcept
3922 qualification.
3923
3924 2018-05-21 Jonathan Wakely <jwakely@redhat.com>
3925
3926 * src/filesystem/std-ops.cc (absolute): Report an error for empty
3927 paths.
3928 (weakly_canonical(const path&)): Do not call canonical on empty path.
3929 (weakly_canonical(const path&, error_code&)): Likewise.
3930 * testsuite/27_io/filesystem/operations/absolute.cc: Check for errors.
3931
3932 PR libstdc++/85818
3933 * testsuite/experimental/filesystem/path/preferred_separator.cc: Add
3934 dg-require-filesystem-ts.
3935
3936 PR libstdc++/85843
3937 * src/c++11/cow-stdexcept.cc (logic_error, runtime_error): Explicitly
3938 initialize base class to avoid warnings.
3939
3940 2018-05-19 Jonathan Wakely <jwakely@redhat.com>
3941
3942 * src/c++11/codecvt.cc (__codecvt_utf8_base<wchar_t>::do_in)
3943 [__SIZEOF_WCHAR_T__==2 && __BYTE_ORDER__!=__ORDER_BIG_ENDIAN__]: Set
3944 little_endian element in bitmask.
3945 * testsuite/22_locale/codecvt/codecvt_utf8/69703.cc: Run all tests.
3946 * testsuite/22_locale/codecvt/codecvt_utf8/wchar_t/1.cc: New.
3947
3948 2018-05-18 François Dumont <fdumont@gcc.gnu.org>
3949
3950 * include/bits/stl_tree.h
3951 (_Rb_tree_impl(_Rb_tree_impl&&, _Node_allocator&&)): New.
3952 (_Rb_tree(_Rb_tree&&, _Node_allocator&&, true_type)): New, use latter.
3953 (_Rb_tree(_Rb_tree&&, _Node_allocator&&, false_type)): New.
3954 (_Rb_tree(_Rb_tree&&, _Node_allocator&&)): Adapt, use latters.
3955 * include/debug/map.h
3956 (map(map&&, const_allocator_type&)): Add noexcept qualitication.
3957 * include/debug/multimap.h
3958 (multimap(multimap&&, const_allocator_type&)): Likewise.
3959 * include/debug/set.h
3960 (set(set&&, const_allocator_type&)): Likewise.
3961 * include/debug/multiset.h
3962 (multiset(multiset&&, const_allocator_type&)): Likewise.
3963 * testsuite/23_containers/map/cons/noexcept_default_construct.cc:
3964 Add checks.
3965 * testsuite/23_containers/map/cons/noexcept_move_construct.cc:
3966 Add checks.
3967 * testsuite/23_containers/multimap/cons/noexcept_default_construct.cc:
3968 Add checks.
3969 * testsuite/23_containers/multimap/cons/noexcept_move_construct.cc:
3970 Add checks.
3971 * testsuite/23_containers/multiset/cons/noexcept_default_construct.cc:
3972 Add checks.
3973 * testsuite/23_containers/multiset/cons/noexcept_move_construct.cc:
3974 Add checks.
3975 * testsuite/23_containers/set/cons/noexcept_default_construct.cc:
3976 Add checks.
3977 * testsuite/23_containers/set/cons/noexcept_move_construct.cc:
3978 Add checks.
3979
3980 2018-05-18 Jason Merrill <jason@redhat.com>
3981
3982 * include/bits/stl_deque.h (_Deque_iterator): Constrain constructor
3983 for conversion to const_iterator. Add defaulted copy ops.
3984 * libsupc++/new (bad_alloc): Add defaulted copy ops.
3985 * libsupc++/exception.h (exception): Add defaulted copy ops.
3986 * include/std/system_error (system_error): Add defaulted copy ops.
3987 * include/std/stdexcept (domain_error, invalid_argument)
3988 (length_error, out_of_range, range_error, overflow_error)
3989 (underflow_error): Add defaulted copy ops.
3990 * include/bits/stl_iterator.h (reverse_iterator): Add defaulted
3991 copy assignment.
3992 * include/bits/allocator.h (allocator): Add defaulted copy assignment.
3993 * include/ext/throw_allocator.h (condition_base): Add defaulted
3994 default and copy ctor and copy assignment.
3995
3996 2018-05-18 Jonathan Wakely <jwakely@redhat.com>
3997
3998 PR libstdc++/85098
3999 * include/bits/regex.h [__cplusplus < 201703L] (basic_regex::icase)
4000 (basic_regex::nosubs, basic_regex::optimize, basic_regex::collate)
4001 (basic_regex::ECMAScript, basic_regex::basic, basic_regex::extended)
4002 (basic_regex::awk, basic_regex::grep, basic_regex::egrep): Add
4003 definitions.
4004 * include/bits/regex_automaton.h (_NFA::_M_insert_state): Adjust
4005 whitespace.
4006 * include/bits/regex_compiler.tcc (__INSERT_REGEX_MATCHER): Add
4007 braces around body of do-while.
4008 * testsuite/28_regex/basic_regex/85098.cc: New
4009
4010 2018-05-17 Jonathan Wakely <jwakely@redhat.com>
4011
4012 PR libstdc++/85818
4013 * src/filesystem/path.cc (path::preferred_separator): Add used
4014 attribute.
4015 * testsuite/experimental/filesystem/path/preferred_separator.cc: New.
4016
4017 PR libstdc++/85812
4018 * libsupc++/cxxabi_init_exception.h (__cxa_free_exception): Declare.
4019 * libsupc++/exception_ptr.h (make_exception_ptr) [__cpp_exceptions]:
4020 Refactor to separate non-throwing and throwing implementations.
4021 [__cpp_rtti && !_GLIBCXX_HAVE_CDTOR_CALLABI]: Deallocate the memory
4022 if constructing the object throws.
4023
4024 2018-05-15 Jonathan Wakely <jwakely@redhat.com>
4025
4026 PR libstdc++/85749
4027 * include/bits/random.h (__detail::__is_seed_seq): New SFINAE helper.
4028 (linear_congruential_engine, mersenne_twister_engine)
4029 (subtract_with_carry_engine, discard_block_engine)
4030 (independent_bits_engine, shuffle_order_engine): Use __is_seed_seq to
4031 constrain function templates taking seed sequences.
4032 * include/bits/random.tcc (linear_congruential_engine::seed(_Sseq&))
4033 (mersenne_twister_engine::seed(_Sseq&))
4034 (subtract_with_carry_engine::seed(_Sseq&)): Change return types to
4035 match declarations.
4036 * include/ext/random (simd_fast_mersenne_twister_engine): Use
4037 __is_seed_seq to constrain function templates taking seed sequences.
4038 * include/ext/random.tcc (simd_fast_mersenne_twister_engine::seed):
4039 Change return type to match declaration.
4040 * testsuite/26_numerics/random/discard_block_engine/cons/seed_seq2.cc:
4041 New.
4042 * testsuite/26_numerics/random/independent_bits_engine/cons/
4043 seed_seq2.cc: New.
4044 * testsuite/26_numerics/random/linear_congruential_engine/cons/
4045 seed_seq2.cc: New.
4046 * testsuite/26_numerics/random/mersenne_twister_engine/cons/
4047 seed_seq2.cc: New.
4048 * testsuite/26_numerics/random/pr60037-neg.cc: Adjust dg-error lineno.
4049 * testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq2.cc:
4050 New.
4051 * testsuite/26_numerics/random/subtract_with_carry_engine/cons/
4052 seed_seq2.cc: New.
4053 * testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/
4054 seed_seq2.cc: New.
4055
4056 PR libstdc++/83891
4057 * include/bits/fs_path.h (path::is_absolute()): Use same definition
4058 for all operating systems.
4059 * include/experimental/bits/fs_path.h (path::is_absolute()): Likewise.
4060 * testsuite/27_io/filesystem/path/query/is_absolute.cc: New.
4061 * testsuite/27_io/filesystem/path/query/is_relative.cc: Fix comment.
4062 * testsuite/experimental/filesystem/path/query/is_absolute.cc: New.
4063
4064 * testsuite/27_io/filesystem/path/decompose/extension.cc: Remove
4065 unused <vector> header.
4066 * testsuite/27_io/filesystem/path/query/empty.cc: Likewise.
4067 * testsuite/27_io/filesystem/path/query/has_extension.cc: Likewise.
4068 * testsuite/27_io/filesystem/path/query/has_filename.cc: Likewise.
4069 * testsuite/27_io/filesystem/path/query/has_parent_path.cc: Likewise.
4070 * testsuite/27_io/filesystem/path/query/has_relative_path.cc:
4071 Likewise.
4072 * testsuite/27_io/filesystem/path/query/has_root_directory.cc:
4073 Likewise.
4074 * testsuite/27_io/filesystem/path/query/has_root_name.cc: Likewise.
4075 * testsuite/27_io/filesystem/path/query/has_root_path.cc: Likewise.
4076 * testsuite/27_io/filesystem/path/query/has_stem.cc: Likewise.
4077 * testsuite/27_io/filesystem/path/query/is_relative.cc: Likewise.
4078 * testsuite/experimental/filesystem/path/decompose/extension.cc:
4079 Likewise.
4080 * testsuite/experimental/filesystem/path/query/empty.cc: Likewise.
4081 * testsuite/experimental/filesystem/path/query/has_extension.cc:
4082 Likewise.
4083 * testsuite/experimental/filesystem/path/query/has_filename.cc:
4084 Likewise.
4085 * testsuite/experimental/filesystem/path/query/has_parent_path.cc:
4086 Likewise.
4087 * testsuite/experimental/filesystem/path/query/has_relative_path.cc:
4088 Likewise.
4089 * testsuite/experimental/filesystem/path/query/has_root_directory.cc:
4090 Likewise.
4091 * testsuite/experimental/filesystem/path/query/has_root_name.cc:
4092 Likewise.
4093 * testsuite/experimental/filesystem/path/query/has_root_path.cc:
4094 Likewise.
4095 * testsuite/experimental/filesystem/path/query/has_stem.cc: Likewise.
4096 * testsuite/experimental/filesystem/path/query/is_relative.cc:
4097 Likewise.
4098
4099 PR libstdc++/84159
4100 * include/bits/fs_path.h (path::operator/=, path::append): Construct
4101 temporary path before calling _M_append.
4102 (path::_M_append): Change parameter to path and implement C++17
4103 semantics.
4104 * testsuite/27_io/filesystem/path/append/path.cc: Add helper function
4105 and more examples from the standard.
4106 * testsuite/27_io/filesystem/path/append/source.cc: New.
4107 * testsuite/27_io/filesystem/path/decompose/filename.cc: Add comment.
4108 * testsuite/27_io/filesystem/path/nonmember/append.cc: New.
4109
4110 * include/std/variant (__gen_vtable_impl::__visit_invoke): Qualify
4111 __invoke to prevent ADL.
4112
4113 2018-05-14 Jonathan Wakely <jwakely@redhat.com>
4114
4115 PR libstdc++/81256
4116 * include/bits/fstream.tcc (basic_filebuf::close): Do not swallow
4117 exceptions from _M_terminate_output().
4118 * include/std/fstream (basic_filebuf::~basic_filebuf): Swallow any
4119 exceptions from close().
4120 * testsuite/27_io/basic_filebuf/close/81256.cc: New.
4121
4122 * include/bits/valarray_array.h (__valarray_get_memory): Remove.
4123 (__valarray_get_storage): Call operator new directly. Remove ignored
4124 top-level restrict qualifier and add malloc attribute instead.
4125 (_Array<_Tp>::_Array(size_t)): Remove unused constructor.
4126
4127 PR libstdc++/67554
4128 * include/bits/valarray_array.h (_Array_copy_ctor<_Tp, true>)
4129 (_Array_copier<_Tp, true>): Do not pass null pointers to memcpy.
4130
4131 PR libstdc++/82966
4132 * include/bits/node_handle.h (_Node_handle_common::_M_swap): Use value
4133 instead of type.
4134 * testsuite/23_containers/set/modifiers/node_swap.cc: New.
4135
4136 2018-05-13 Ville Voutilainen <ville.voutilainen@gmail.com>
4137
4138 PR libstdc++/80165
4139 * testsuite/20_util/variant/80165.cc: New.
4140
4141 2018-05-10 Jonathan Wakely <jwakely@redhat.com>
4142
4143 * doc/xml/faq.xml: Link to C++17 status. Add note to outdated answer.
4144 * doc/xml/manual/debug_mode.xml: Add array and forward_list to list
4145 of C++11 containers with Debug Mode support.
4146 * doc/xml/manual/using.xml: Document Dual ABI for ios_base::failure.
4147 * doc/html/*: Regenerate.
4148
4149 2018-05-10 Jason Merrill <jason@redhat.com>
4150
4151 * include/bits/regex_compiler.h (_S_cache_size): Change from
4152 function to variable.
4153
4154 2018-05-10 Edward Smith-Rowland <3dw4rd@verizon.net>
4155
4156 PR libstdc++/83140 - assoc_legendre returns negated value when m is odd
4157 * include/tr1/legendre_function.tcc (__assoc_legendre_p): Add __phase
4158 argument defaulted to +1. Doxy comments on same.
4159 * testsuite/special_functions/02_assoc_legendre/
4160 check_value.cc: Regen.
4161 * testsuite/tr1/5_numerical_facilities/special_functions/
4162 02_assoc_legendre/check_value.cc: Regen.
4163
4164 2018-05-10 Jonathan Wakely <jwakely@redhat.com>
4165
4166 PR libstdc++/85729
4167 * include/bits/c++config.h (__replacement_assert): Add linkage
4168 specification.
4169 * include/bits/std_abs.h: Add comment to closing brace of block.
4170 * include/c_global/cstddef: Add linkage specification.
4171 * include/c_global/cstring: Likewise.
4172 * include/c_global/cwchar: Likewise.
4173
4174 2018-05-09 François Dumont <fdumont@gcc.gnu.org>
4175
4176 * include/debug/safe_iterator.h (_Safe_iterator<>::_M_constant()):
4177 Rename in...
4178 (_Safe_iterator<>::_S_constant()): ...that.
4179 * include/debug/safe_local_iterator.h
4180 (_Safe_local_iterator<>::_M_constant()): Rename in...
4181 (_Safe_local_iterator<>::_S_constant()): ...that.
4182 * include/debug/formatter.h: Remove bits/cpp_type_traits.h include.
4183 (_Iterator_state::__rbegin): New.
4184 (_Iterator_state::__rmiddle): New.
4185 (_Iterator_state::__rend): New.
4186 (_Parameter::_Parameter(const _Safe_iterator<>&, const char*,
4187 _Is_iterator)): Use _Safe_iterator<>::_S_constant. Grab normal underlying
4188 iterator type.
4189 (_Parameter::_Parameter(const _Safe_local_iterator<>&, const char*,
4190 _Is_iterator)): Likewise.
4191 (_Parameter::_S_reverse_state(_Iterator_state)): New.
4192 (_Parameter(__gnu_cxx::__normal_iterator<> const&, const char*,
4193 _Is_iterator)): New.
4194 (_Parameter(std::reverse_iterator<> const&, const char*,
4195 _Is_iterator)): New.
4196 (_Parameter(std::reverse_iterator<_Safe_iterator<>> const&,
4197 const char*, _Is_iterator)): New.
4198 (_Parameter(std::move_iterator<> const&, const char*, _Is_iterator):
4199 New.
4200 (_Parameter(std::move_iterator<_Safe_iterator<>> const&, const char*,
4201 _Is_iterator)): New.
4202 * testsuite/24_iterators/move_iterator/debug_neg.cc: New.
4203 * testsuite/24_iterators/normal_iterator/debug_neg.cc: New.
4204 * testsuite/24_iterators/reverse_iterator/debug_neg.cc: New.
4205
4206 2018-05-09 Jonathan Wakely <jwakely@redhat.com>
4207
4208 * include/bits/std_function.h (_Base_manager::_M_get_pointer):
4209 Use constexpr if in C++17 mode.
4210 (_Base_manager::_M_clone(_Any_data&, const _Any_data&, true_type)):
4211 Copy from const object.
4212 * testsuite/20_util/function/cons/non_copyconstructible.cc: New.
4213
4214 2018-05-08 François Dumont <fdumont@gcc.gnu.org>
4215
4216 * src/c++11/debug.cc [_GLIBCXX_HAVE_EXECINFO_H]: Include execinfo.h.
4217 [_GLIBCXX_HAVE_EXECINFO_H](_Error_formatter::_M_error): Render
4218 backtrace.
4219
4220 * include/debug/macros.h (__glibcxx_check_valid_range_at): New.
4221 * include/debug/functions.h (__check_valid_range): Use latter.
4222 * include/debug/macros.h (__glibcxx_check_valid_constructor_range): New,
4223 use latter.
4224 * include/debug/deque
4225 (deque::deque<_Iter>(_Iter, _Iter, const _Alloc&)): Use latter.
4226 * include/debug/forward_list
4227 (forward_list::forward_list<_Iter>(_Iter, _Iter, const _Alloc&)):
4228 Likewise.
4229 * include/debug/list
4230 (list::list<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise.
4231 * include/debug/list
4232 (list::list<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise.
4233 * include/debug/map.h
4234 (map::map<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise.
4235 (map::map<_Iter>(_Iter, _Iter, const _Compare&, const _Alloc&)):
4236 Likewise.
4237 * include/debug/multimap.h
4238 (multimap::multimap<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise.
4239 (multimap::multimap<_Iter>(_Iter, _Iter, const _Compare&,
4240 const _Alloc&)): Likewise.
4241 * include/debug/set.h
4242 (set::set<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise.
4243 (set::set<_Iter>(_Iter, _Iter, const _Compare&, const _Alloc&)):
4244 Likewise.
4245 * include/debug/multiset.h
4246 (multiset::multiset<_Iter>(_Iter, _Iter, const _Alloc&)): Likewise.
4247 (multiset::multiset<_Iter>(_Iter, _Iter, const _Compare&,
4248 const _Alloc&)): Likewise.
4249 * include/debug/string
4250 (basic_string::basic_string<_Iter>(_Iter, _Iter, const _Alloc&)):
4251 Likewise.
4252 * include/debug/unordered_map
4253 (unordered_map::unordered_map<_Iter>(_Iter, _Iter, const _Alloc&)):
4254 Likewise.
4255 (unordered_multimap::unordered_multimap<_Iter>(_Iter, _Iter,
4256 const _Alloc&)): Likewise.
4257 * include/debug/unordered_set
4258 (unordered_set::unordered_set<_Iter>(_Iter, _Iter, const _Alloc&)):
4259 Likewise.
4260 (unordered_multiset::unordered_multiset<_Iter>(_Iter, _Iter,
4261 const _Alloc&)): Likewise.
4262 * include/debug/vector
4263 (vector::vector<_Iter>(_Iter, _Iter, const _Alloc&)): Use latter.
4264
4265 * include/debug/formatter.h (_Error_formatter::_M_function): New.
4266 (_Error_formatter(const char*, unsigned int)): Adapt.
4267 (_Error_formatter::_M_at): Rename in...
4268 (_Error_formatter::_S_at): ...that and adapt.
4269 * include/debug/macros.h (_GLIBCXX_DEBUG_VERIFY_AT_F): New.
4270 (_GLIBCXX_DEBUG_VERIFY_AT, _GLIBCXX_DEBUG_VERIFY): Adapt.
4271 * src/c++11/debug.cc (_Error_formatter::_M_error): Render _M_function
4272 when available.
4273
4274 2018-05-08 Jonathan Wakely <jwakely@redhat.com>
4275
4276 * include/bits/regex_automaton.h (_NFA_base::_M_paren_stack, _NFA):
4277 Use normal std::vector even in Debug Mode.
4278
4279 PR libstdc++/85672
4280 * include/Makefile.am [!ENABLE_FLOAT128]: Change c++config.h entry
4281 to #undef _GLIBCXX_USE_FLOAT128 instead of defining it to zero.
4282 * include/Makefile.in: Regenerate.
4283 * include/bits/c++config (_GLIBCXX_USE_FLOAT128): Move definition
4284 within conditional block.
4285
4286 2018-05-07 Jonathan Wakely <jwakely@redhat.com>
4287
4288 * doc/xml/manual/using.xml (table.cmd_options): Document that the
4289 C++17 Filesystem implementation also needs -lstdc++fs.
4290
4291 PR libstdc++/85671
4292 * include/bits/fs_path.h (operator/): Permit copy elision.
4293 * include/experimental/bits/fs_path.h (operator/): Likewise.
4294
4295 2018-05-07 Edward Smith-Rowland <3dw4rd@verizon.net>
4296
4297 Moar PR libstdc++/80506
4298 * include/bits/random.tcc (gamma_distribution::__generate_impl()):
4299 Fix magic number used in loop condition.
4300
4301 2018-05-04 Jonathan Wakely <jwakely@redhat.com>
4302
4303 PR libstdc++/85642 fix is_nothrow_default_constructible<optional<T>>
4304 * include/std/optional (_Optional_payload): Add noexcept to default
4305 constructor. Re-indent.
4306 (_Optional_payload<_Tp, true, true, true>): Likewise. Add noexcept to
4307 constructor for copying disengaged payloads.
4308 (_Optional_payload<_Tp, true, false, true>): Likewise.
4309 (_Optional_payload<_Tp, true, true, false>): Likewise.
4310 (_Optional_payload<_Tp, true, false, false>): Likewise.
4311 * testsuite/20_util/optional/cons/85642.cc: New.
4312 * testsuite/20_util/optional/cons/value_neg.cc: Adjust dg-error lines.
4313
4314 2018-05-03 Jonathan Wakely <jwakely@redhat.com>
4315
4316 PR libstdc++/82644
4317 * include/tr1/cmath [__STRICT_ANSI__] (hypergf, hypergl, hyperg): Use
4318 inline definitions instead of using-declarations.
4319 [__STRICT_ANSI__] (conf_hypergf, conf_hypergl, conf_hyperg): Likewise.
4320 * testsuite/tr1/5_numerical_facilities/special_functions/
4321 07_conf_hyperg/compile_cxx17.cc: New.
4322 * testsuite/tr1/5_numerical_facilities/special_functions/
4323 17_hyperg/compile_cxx17.cc: New.
4324
4325 PR libstdc++/84769
4326 * include/std/variant (visit): Qualify std::get call.
4327
4328 PR libstdc++/85632 use uintmax_t for arithmetic
4329 * src/filesystem/ops.cc (experimental::filesystem::space): Perform
4330 arithmetic in result type.
4331 * src/filesystem/std-ops.cc (filesystem::space): Likewise.
4332 * testsuite/27_io/filesystem/operations/space.cc: Check total capacity
4333 is greater than free space.
4334 * testsuite/experimental/filesystem/operations/space.cc: New.
4335
4336 * testsuite/20_util/remove_cvref/requirements/alias_decl.cc: New.
4337 * testsuite/20_util/remove_cvref/requirements/explicit_instantiation.cc:
4338 New.
4339 * testsuite/20_util/remove_cvref/value.cc: New.
4340 * testsuite/20_util/remove_cvref/value_ext.cc: New.
4341
4342 PR libstdc++/84087 LWG DR 2268 basic_string default arguments
4343 * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI=1]
4344 (append(const basic_string&, size_type, size_type)
4345 (assign(const basic_string&, size_type, size_type)
4346 (insert(size_type, const basic_string&, size_type, size_type)
4347 (replace(size_type,size_type,const basic_string&,size_type,size_type)
4348 (compare(size_type,size_type,constbasic_string&,size_type,size_type)):
4349 Add default arguments (LWG 2268).
4350 [_GLIBCXX_USE_CXX11_ABI=0]
4351 (append(const basic_string&, size_type, size_type)
4352 (assign(const basic_string&, size_type, size_type)
4353 (insert(size_type, const basic_string&, size_type, size_type)
4354 (replace(size_type,size_type,const basic_string&,size_type,size_type)
4355 (compare(size_type,size_type,constbasic_string&,size_type,size_type)):
4356 Likewise.
4357 * testsuite/21_strings/basic_string/dr2268.cc: New test.
4358
4359 PR libstdc++/84535
4360 * include/std/thread (thread::__not_same): New SFINAE helper.
4361 (thread::thread(_Callable&&, _Args&&...)): Add SFINAE constraint that
4362 first argument is not a std::thread. Add static assertion to check
4363 INVOKE expression is valid.
4364 (thread::thread(thread&), thread::thread(const thread&&)): Remove.
4365 (thread::_Invoke::_M_invoke, thread::_Invoke::operator()): Use
4366 __invoke_result for return types and remove exception specifications.
4367 * testsuite/30_threads/thread/cons/84535.cc: New.
4368
4369 * include/std/future (__async_result_of): Use __invoke_result instead
4370 of result_of.
4371
4372 * include/std/any (any_cast): Use __remove_cvref_t.
4373 * include/std/tuple (__make_tuple): Likewise.
4374 * include/std/type_traits (__remove_cvref_t): Define.
4375 (__result_of_memobj, __result_of_memfun): Use __remove_cvref_t.
4376 [__cplusplus > 201703L] (remove_cvref, remove_cvref_t): Define.
4377 * include/std/variant (__erased_hash): Use __remove_cvref_t.
4378
4379 2018-05-02 François Dumont <fdumont@gcc.gnu.org>
4380
4381 * include/bits/deque.tcc (deque<>::_M_assign_aux): Cast to void to
4382 ensure overloaded comma not used.
4383 * include/bits/list.tcc (list<>::_M_assign_dispatch): Likewise.
4384 * include/bits/vector.tcc (vector<>::_M_assign_aux): Likewise.
4385 * include/bits/stl_bvector.h (vector<bool>::_M_assign_aux): Likewise.
4386 * testsuite/23_containers/deque/modifiers/assign/1.cc: New.
4387 * testsuite/23_containers/list/modifiers/assign/1.cc: New.
4388 * testsuite/23_containers/vector/bool/modifiers/assign/1.cc: New.
4389 * testsuite/23_containers/vector/modifiers/assign/1.cc: New.
4390
4391 2018-05-02 Jonathan Wakely <jwakely@redhat.com>
4392
4393 PR libstdc++/68197
4394 * include/bits/ios_base.h (ios_base::iword, ios_base::pword): Cast
4395 indices to unsigned.
4396 * src/c++11/ios.cc (ios_base::_M_grow_words): Treat negative indices
4397 as failure. Refactor error handling.
4398 * testsuite/27_io/ios_base/storage/68197.cc: New.
4399
4400 PR libstdc++/57997
4401 PR libstdc++/83860
4402 * include/bits/gslice_array.h (gslice_array): Define default
4403 constructor as deleted, as per C++11 standard.
4404 * include/bits/mask_array.h (mask_array): Likewise.
4405 * include/bits/slice_array.h (slice_array): Likewise.
4406 * include/bits/valarray_after.h (_GBase, _GClos, _IBase, _IClos): Move
4407 to namespace __detail.
4408 (_GBase::_M_expr, _IBase::_M_expr): Use _ValArrayRef for type of data
4409 members.
4410 * include/bits/valarray_before.h (_ValArrayRef): New helper for type
4411 of data members in closure objects.
4412 (_FunBase, _ValFunClos, _RefFunClos, _UnBase, _UnClos, _BinBase)
4413 (_BinBase2, _BinBase1, _BinClos, _SBase, _SClos): Move to namespace
4414 __detail.
4415 (_FunBase::_M_expr, _UnBase::_M_expr, _BinBase::_M_expr1)
4416 (_BinBase::_M_expr2, _BinBase2::_M_expr1, _BinBase1::_M_expr2)
4417 (_SBase::_M_expr): Use _ValArrayRef for type of data members.
4418 * include/std/valarray (_UnClos, _BinClos, _SClos, _GClos, _IClos)
4419 (_ValFunClos, _RefFunClos): Move to namespace __detail and add
4420 using-declarations to namespace std.
4421 * testsuite/26_numerics/valarray/83860.cc: New.
4422
4423 * testsuite/backward/strstream_move.cc: Remove duplicate function
4424 call.
4425
4426 PR libstdc++/69608
4427 * include/backward/strstream (strstreambuf): Define move constructor
4428 and move assignment operator.
4429 (istrstream, ostrstream, strstream): Likewise.
4430 * testsuite/backward/strstream_move.cc: New.
4431
4432 2018-05-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
4433
4434 PR libstdc++/84654
4435 * acinclude.m4: Set ENABLE_FLOAT128 instead of _GLIBCXX_USE_FLOAT128.
4436 * config.h.in: Remove references to _GLIBCXX_USE_FLOAT128.
4437 * configure: Regenerate.
4438 * include/Makefile.am: Replace the value of _GLIBCXX_USE_FLOAT128
4439 based on ENABLE_FLOAT128.
4440 * include/Makefile.in: Regenerate.
4441 * include/bits/c++config: Define _GLIBCXX_USE_FLOAT128.
4442 [!defined(__FLOAT128__) && !defined(__SIZEOF_FLOAT128__)]: Undefine
4443 _GLIBCXX_USE_FLOAT128.
4444
4445 2018-04-24 H.J. Lu <hongjiu.lu@intel.com>
4446
4447 * configure: Regenerated.
4448
4449 2018-04-19 Jakub Jelinek <jakub@redhat.com>
4450
4451 * configure: Regenerated.
4452
4453 2018-04-18 Jonathan Wakely <jwakely@redhat.com>
4454 Jakub Jelinek <jakub@redhat.com>
4455
4456 PR libstdc++/85442
4457 * src/c++11/Makefile.am: Don't generate debuginfo again for
4458 cxx11-ios_failure-lt.s and cxx11-ios_failure.s files.
4459 * src/c++11/Makefile.in: Regenerate.
4460
4461 2018-04-18 Jonathan Wakely <jwakely@redhat.com>
4462
4463 PR libstdc++/84442
4464 * testsuite/30_threads/thread/cons/terminate.cc
4465 [!_GLIBCXX_USE_C99_STDLIB] : Use _exit or std::exit instead of _Exit.
4466
4467 2018-04-18 David Malcolm <dmalcolm@redhat.com>
4468
4469 PR jit/85384
4470 * configure: Regenerate.
4471
4472 2018-04-16 Jonathan Wakely <jwakely@redhat.com>
4473
4474 * testsuite/experimental/filesystem/file_status/1.cc: Add
4475 -DUSE_FILESYSTEM_TS to dg-options.
4476 * testsuite/experimental/filesystem/iterators/directory_iterator.cc:
4477 Likewise.
4478 * testsuite/experimental/filesystem/iterators/pop.cc: Likewise.
4479 * testsuite/experimental/filesystem/iterators/
4480 recursive_directory_iterator.cc: Likewise.
4481 * testsuite/experimental/filesystem/operations/absolute.cc: Likewise.
4482 * testsuite/experimental/filesystem/operations/canonical.cc: Likewise.
4483 * testsuite/experimental/filesystem/operations/copy.cc: Likewise.
4484 * testsuite/experimental/filesystem/operations/copy_file.cc: Likewise.
4485 * testsuite/experimental/filesystem/operations/create_directories.cc:
4486 Likewise.
4487 * testsuite/experimental/filesystem/operations/create_directory.cc:
4488 Likewise.
4489 * testsuite/experimental/filesystem/operations/create_symlink.cc:
4490 Likewise.
4491 * testsuite/experimental/filesystem/operations/current_path.cc:
4492 Likewise.
4493 * testsuite/experimental/filesystem/operations/equivalent.cc: Likewise.
4494 * testsuite/experimental/filesystem/operations/exists.cc: Likewise.
4495 * testsuite/experimental/filesystem/operations/file_size.cc: Likewise.
4496 * testsuite/experimental/filesystem/operations/is_empty.cc: Likewise.
4497 * testsuite/experimental/filesystem/operations/last_write_time.cc:
4498 Likewise.
4499 * testsuite/experimental/filesystem/operations/permissions.cc:
4500 Likewise.
4501 * testsuite/experimental/filesystem/operations/read_symlink.cc:
4502 Likewise.
4503 * testsuite/experimental/filesystem/operations/remove.cc: Likewise.
4504 * testsuite/experimental/filesystem/operations/remove_all.cc: Likewise.
4505 * testsuite/experimental/filesystem/operations/status.cc: Likewise.
4506 * testsuite/experimental/filesystem/operations/temp_directory_path.cc:
4507 Likewise.
4508 * testsuite/experimental/filesystem/path/append/path.cc: Likewise.
4509 * testsuite/experimental/filesystem/path/assign/assign.cc: Likewise.
4510 * testsuite/experimental/filesystem/path/assign/copy.cc: Likewise.
4511 * testsuite/experimental/filesystem/path/compare/compare.cc: Likewise.
4512 * testsuite/experimental/filesystem/path/compare/path.cc: Likewise.
4513 * testsuite/experimental/filesystem/path/compare/strings.cc: Likewise.
4514 * testsuite/experimental/filesystem/path/concat/path.cc: Likewise.
4515 * testsuite/experimental/filesystem/path/concat/strings.cc: Likewise.
4516 * testsuite/experimental/filesystem/path/construct/copy.cc: Likewise.
4517 * testsuite/experimental/filesystem/path/construct/default.cc:
4518 Likewise.
4519 * testsuite/experimental/filesystem/path/construct/locale.cc: Likewise.
4520 * testsuite/experimental/filesystem/path/construct/range.cc: Likewise.
4521 * testsuite/experimental/filesystem/path/construct/string_view.cc:
4522 Likewise.
4523 * testsuite/experimental/filesystem/path/decompose/extension.cc:
4524 Likewise.
4525 * testsuite/experimental/filesystem/path/decompose/filename.cc:
4526 Likewise.
4527 * testsuite/experimental/filesystem/path/decompose/parent_path.cc:
4528 Likewise.
4529 * testsuite/experimental/filesystem/path/decompose/relative_path.cc:
4530 Likewise.
4531 * testsuite/experimental/filesystem/path/decompose/root_directory.cc:
4532 Likewise.
4533 * testsuite/experimental/filesystem/path/decompose/root_name.cc:
4534 Likewise.
4535 * testsuite/experimental/filesystem/path/decompose/root_path.cc:
4536 Likewise.
4537 * testsuite/experimental/filesystem/path/decompose/stem.cc: Likewise.
4538 * testsuite/experimental/filesystem/path/generic/generic_string.cc:
4539 Likewise.
4540 * testsuite/experimental/filesystem/path/itr/traversal.cc: Likewise.
4541 * testsuite/experimental/filesystem/path/modifiers/clear.cc: Likewise.
4542 * testsuite/experimental/filesystem/path/modifiers/make_preferred.cc:
4543 Likewise.
4544 * testsuite/experimental/filesystem/path/modifiers/remove_filename.cc:
4545 Likewise.
4546 * testsuite/experimental/filesystem/path/modifiers/replace_extension.cc:
4547 Likewise.
4548 * testsuite/experimental/filesystem/path/modifiers/replace_filename.cc:
4549 Likewise.
4550 * testsuite/experimental/filesystem/path/modifiers/swap.cc: Likewise.
4551 * testsuite/experimental/filesystem/path/native/string.cc: Likewise.
4552 * testsuite/experimental/filesystem/path/nonmember/hash_value.cc:
4553 Likewise.
4554 * testsuite/experimental/filesystem/path/query/empty.cc: Likewise.
4555 * testsuite/experimental/filesystem/path/query/has_extension.cc:
4556 Likewise.
4557 * testsuite/experimental/filesystem/path/query/has_filename.cc:
4558 Likewise.
4559 * testsuite/experimental/filesystem/path/query/has_parent_path.cc:
4560 Likewise.
4561 * testsuite/experimental/filesystem/path/query/has_relative_path.cc:
4562 Likewise.
4563 * testsuite/experimental/filesystem/path/query/has_root_directory.cc:
4564 Likewise.
4565 * testsuite/experimental/filesystem/path/query/has_root_name.cc:
4566 Likewise.
4567 * testsuite/experimental/filesystem/path/query/has_root_path.cc:
4568 Likewise.
4569 * testsuite/experimental/filesystem/path/query/has_stem.cc: Likewise.
4570 * testsuite/experimental/filesystem/path/query/is_relative.cc:
4571 Likewise.
4572
4573 2018-04-13 Jonathan Wakely <jwakely@redhat.com>
4574
4575 * src/c++11/Makefile.am: Fix sed command.
4576 * src/c++11/Makefile.in: Regenerate.
4577
4578 * src/c++11/Makefile.am: Rewrite sed rule to be less fragile and to
4579 handle mangled names starting with double underscores on darwin.
4580 * src/c++11/Makefile.in: Regenerate.
4581
4582 2018-04-12 Jonathan Wakely <jwakely@redhat.com>
4583
4584 * src/c++11/Makefile.am: Fix comment.
4585 * src/c++11/Makefile.in: Regenerate.
4586 * src/c++11/cxx11-ios_failure.cc: Fix comment.
4587 * src/c++98/ios_failure.cc: Likewise.
4588
4589 * src/c++11/ios.cc: Remove redundant macro definition.
4590
4591 2018-04-11 Jonathan Wakely <jwakely@redhat.com>
4592
4593 * doc/xml/manual/abi.xml: Document header locations in recent
4594 releases.
4595 * doc/xml/manual/evolution.xml: Add API changes since GCC 5.
4596 * doc/xml/manual/spine.xml: Update copyright years.
4597 * doc/xml/manual/strings.xml: Adjust tolower example to avoid
4598 undefined behaviour.
4599 * doc/xml/manual/test.xml: Update outdated notes on VERIFY in tests.
4600 * doc/html/*: Regenerate.
4601
4602 2018-04-10 Jonathan Wakely <jwakely@redhat.com>
4603
4604 * doc/xml/faq.xml: Update links to archived copy of SGI STL docs.
4605 * doc/xml/manual/backwards_compatibility.xml: Likewise.
4606 * doc/xml/manual/containers.xml: Likewise.
4607 * doc/xml/manual/debug_mode.xml: Likewise.
4608 * doc/xml/manual/extensions.xml: Likewise.
4609 * doc/xml/manual/policy_data_structures_biblio.xml: Likewise.
4610 * doc/xml/manual/using.xml: Likewise.
4611 * doc/xml/manual/utilities.xml: Likewise.
4612
4613 PR libstdc++/85222
4614 * src/c++11/Makefile.am [ENABLE_DUAL_ABI]: Add special rules for
4615 cxx11-ios_failure.cc to rewrite type info for __ios_failure.
4616 * src/c++11/Makefile.in: Regenerate.
4617 * src/c++11/cxx11-ios_failure.cc (__ios_failure, __iosfail_type_info):
4618 New types.
4619 [_GLIBCXX_USE_DUAL_ABI] (__throw_ios_failure): Define here.
4620 * src/c++11/ios.cc (__throw_ios_failure): Remove definition.
4621 * src/c++98/ios_failure.cc (__construct_ios_failure)
4622 (__destroy_ios_failure, is_ios_failure_handler): New functions.
4623 [!_GLIBCXX_USE_DUAL_ABI] (__throw_ios_failure): Define here.
4624 * testsuite/27_io/ios_base/failure/dual_abi.cc: New.
4625 * testsuite/27_io/basic_ios/copyfmt/char/1.cc: Revert changes to
4626 handler types, to always catch std::ios_base::failure.
4627 * testsuite/27_io/basic_ios/exceptions/char/1.cc: Likewise.
4628 * testsuite/27_io/basic_istream/extractors_arithmetic/char/
4629 exceptions_failbit.cc: Likewise.
4630 * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
4631 exceptions_failbit.cc: Likewise.
4632 * testsuite/27_io/basic_istream/extractors_other/char/
4633 exceptions_null.cc: Likewise.
4634 * testsuite/27_io/basic_istream/extractors_other/wchar_t/
4635 exceptions_null.cc: Likewise.
4636 * testsuite/27_io/basic_istream/sentry/char/12297.cc: Likewise.
4637 * testsuite/27_io/basic_istream/sentry/wchar_t/12297.cc: Likewise.
4638 * testsuite/27_io/basic_ostream/inserters_other/char/
4639 exceptions_null.cc: Likewise.
4640 * testsuite/27_io/basic_ostream/inserters_other/wchar_t/
4641 exceptions_null.cc: Likewise.
4642 * testsuite/27_io/ios_base/storage/2.cc: Likewise.
4643
4644 2018-04-05 Jonathan Wakely <jwakely@redhat.com>
4645
4646 * include/std/variant (_VARIANT_RELATION_FUNCTION_TEMPLATE): Qualify
4647 __get calls to avoid ADL and avoid ambiguity due to Clang bug.
4648
4649 2018-04-03 Jonathan Wakely <jwakely@redhat.com>
4650
4651 PR libstdc++/85183
4652 * include/std/variant (_Move_assign_base::operator=): Fix incorrect
4653 value categories.
4654 * testsuite/20_util/variant/85183.cc: New.
4655
4656 2018-03-26 Jonathan Wakely <jwakely@redhat.com>
4657
4658 * include/std/variant (__get): Qualify calls to avoid ADL.
4659 (__select_index): Adjust whitespace.
4660 (variant): Add using-declaration to workaround Clang bug.
4661
4662 2018-03-22 Jonathan Wakely <jwakely@redhat.com>
4663
4664 PR libstdc++/85040
4665 * include/bits/stl_function.h (greater::__not_overloaded)
4666 (less::__not_overloaded, greater_equal::__not_overloaded)
4667 (less_equal::__not_overloaded): Fix ambiguous specializations.
4668 * testsuite/20_util/function_objects/comparisons_pointer.cc: Add
4669 tests for type with overloaded operators.
4670
4671 2018-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4672
4673 PR libstdc++/77691
4674 * testsuite/experimental/memory_resource/resource_adaptor.cc:
4675 xfail execution on 32-bit Solaris/x86.
4676
4677 2018-03-21 Jonathan Wakely <jwakely@redhat.com>
4678
4679 * testsuite/20_util/function_objects/comparisons_pointer.cc: Use
4680 VERIFY instead of assert.
4681 * testsuite/20_util/hash/84998.cc: New test.
4682 * testsuite/23_containers/vector/cons/destructible_debug_neg.cc: New
4683 copy of test adjusted for Debug Mode.
4684 * testsuite/23_containers/vector/cons/destructible_neg.cc: Do not run
4685 test in Debug Mode.
4686
4687 2018-03-20 François Dumont <fdumont@gcc.gnu.org>
4688
4689 PR libstdc++/84998
4690 * include/bits/stl_bvector.h: Fix std::hash friend declaration.
4691 * include/std/bitset: Likewise.
4692 * include/bits/stl_map.h (std::map<>): Fix _Rb_tree_merge_helper friend
4693 declaration.
4694 * include/bits/stl_multimap.h (std::multimap<>): Likewise.
4695 * include/bits/stl_multiset.h (std::multiset<>): Likewise.
4696 * include/bits/stl_set.h (std::set<>): Likewise.
4697 * include/bits/unordered_map.h (std::unordered_map<>): Fix
4698 _Hash_merge_helper friend declaration.
4699 (std::unordered_multimap<>): Likewise.
4700 * include/bits/unordered_set.h (std::unordered_set<>): Likewise.
4701 (std::unordered_multiset<>): Likewise.
4702
4703 2018-03-19 Gerald Pfeifer <gerald@pfeifer.com>
4704
4705 * doc/xml/api.xml: www.fsf.org has moved to https. Also omit
4706 trailing slash for domain level link.
4707 * doc/xml/faq.xml: Ditto.
4708 * doc/xml/manual/appendix_free.xml (software): Ditto.
4709 * doc/xml/manual/intro.xml: Ditto.
4710 * doc/xml/manual/spine.xml: Ditto.
4711 * doc/xml/spine.xml: Ditto.
4712
4713 2018-03-19 Gerald Pfeifer <gerald@pfeifer.com>
4714
4715 * doc/xml/manual/documentation_hacking.xml: Adjust link to
4716 docbook.org.
4717
4718 2018-03-17 Jonathan Wakely <jwakely@redhat.com>
4719
4720 * testsuite/20_util/function_objects/comparisons_pointer.cc: Adjust
4721 to compile as C++98.
4722
4723 2018-03-14 Jonathan Wakely <jwakely@redhat.com>
4724
4725 PR libstdc++/78420
4726 * include/bits/stl_function.h (greater<_Tp*>, less<_Tp*>)
4727 (greater_equal<_Tp*>, less_equal<_Tp>*): Add partial specializations
4728 to ensure total order for pointers.
4729 (greater<void>, less<void>, greater_equal<void>, less_equal<void>):
4730 Add operator() overloads for pointer arguments and make generic
4731 overloads dispatch to new _S_cmp functions when comparisons would
4732 use built-in operators for pointers.
4733 * testsuite/20_util/function_objects/comparisons_pointer.cc: New.
4734
4735 2018-03-12 Jonathan Wakely <jwakely@redhat.com>
4736
4737 PR libstdc++/84773
4738 PR libstdc++/83662
4739 * crossconfig.m4: Check for aligned_alloc etc. on freebsd and mingw32.
4740 * configure: Regenerate.
4741 * include/c_global/cstdlib [_GLIBCXX_HAVE_ALIGNED_ALLOC]
4742 (aligned_alloc): Add using-declaration.
4743 * testsuite/18_support/aligned_alloc/aligned_alloc.cc: New test.
4744
4745 2018-03-09 François Dumont <fdumont@gcc.gnu.org>
4746
4747 * python/libstdcxx/v6/printers.py (build_libstdcxx_dictionary):
4748 Fix std::_Fwd_list_iterator and std::_Fwd_list_const_iterator printers
4749 registration.
4750
4751 2018-03-09 Jonathan Wakely <jwakely@redhat.com>
4752
4753 PR libstdc++/84769
4754 * include/std/variant (get<_Tp, _Types...>, get_if<_Tp, _Types...>):
4755 Qualify calls to get<_Np, Types...> and get_if<_Np, _Types...>.
4756
4757 src/filesystem/ops.cc (create_dir): Pass error_code to is_directory.
4758 src/filesystem/std-ops.cc (create_dir): Likewise.
4759
4760 2018-03-08 François Dumont <fdumont@gcc.gnu.org>
4761
4762 * python/libstdcxx/v6/printers.py (NodeIteratorPrinter): New.
4763 (StdListIteratorPrinter): Inherit from latter.
4764 (StdFwdListIteratorPrinter): New, inherit from latter.
4765 (StdDebugIteratorPrinter.to_string): Use non-debug iterator printer
4766 when iterator has no associated container.
4767 (build_libstdcxx_dictionary): Add __gnu_cxx::_Fwd_list_iterator and
4768 __gnu_cxx::_Fwd_list_const_iterator printers. Remove __norm namespace
4769 registrations.
4770 * testsuite/libstdc++-prettyprinters/debug.cc: Adapt.
4771 * testsuite/libstdc++-prettyprinters/debug_cxx11.cc: Adapt.
4772
4773 2018-03-06 Ville Voutilainen <ville.voutilainen@gmail.com>
4774
4775 PR libstdc++/84601
4776 * include/std/optional (_Optional_payload): Split into multiple
4777 specializations that can handle different cases of trivial or
4778 non-trivial assignment operators.
4779 * testsuite/20_util/optional/84601.cc: New.
4780 * testsuite/20_util/optional/cons/value_neg.cc: Adjust.
4781
4782 2018-03-02 Jonathan Wakely <jwakely@redhat.com>
4783
4784 PR libstdc++/84671
4785 * include/bits/parse_numbers.h (_Number_help): Add partial
4786 specialization to handle digit separators. Adjust partial
4787 specialization for recursion temrination to require _Pow == 1ULL.
4788 * testsuite/20_util/duration/literals/84671.cc: New
4789
4790 2018-02-27 Ville Voutilainen <ville.voutilainen@gmail.com>
4791
4792 Implement the missing bits of LWG 2769
4793 * include/std/any (any_cast(const any&)): Add static_assert.
4794 (any_cast(any&)): Likewise.
4795 (any_cast(any&&)): Likewise, and remove the handling
4796 for copyable-but-not-movable type.
4797 * testsuite/20_util/any/misc/any_cast.cc: Adjust.
4798 * testsuite/20_util/any/misc/any_cast_neg.cc: Likewise, and
4799 add new tests.
4800
4801 2018-02-23 Jonathan Wakely <jwakely@redhat.com>
4802
4803 PR libstdc++/84532
4804 * include/std/thread (thread::__make_invoker): Construct tuple
4805 directly instead of using make_tuple.
4806 * testsuite/30_threads/async/84532.cc: New.
4807 * testsuite/30_threads/thread/84532.cc: New.
4808
4809 2018-02-20 François Dumont <fdumont@gcc.gnu.org>
4810
4811 * include/ext/aligned_buffer.h [_GLIBCXX_INLINE_VERSION]
4812 (template<> __aligned_buffer): Define as __aligned_membuf alias.
4813
4814 2018-02-19 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
4815
4816 PR target/84148
4817 * configure: Regenerate.
4818
4819 2018-02-15 Jonathan Wakely <jwakely@redhat.com>
4820
4821 PR libstdc++/81797
4822 * configure.ac (INCLUDE_DIR_NOTPARALLEL): Define.
4823 * configure: Regenerate.
4824 * include/Makefile.am (INCLUDE_DIR_NOTPARALLEL): Add .NOTPARALLEL when
4825 defined.
4826 * include/Makefile.in: Regenerate.
4827
4828 2018-01-29 Jonathan Wakely <jwakely@redhat.com>
4829
4830 PR libstdc++/83833
4831 * testsuite/26_numerics/random/chi_squared_distribution/83833.cc:
4832 Add -ffloat-store to options for m68k and ia32.
4833
4834 * doc/xml/faq.xml: Update copyright years.
4835 * doc/html/*: Regenerate.
4836
4837 PR libstdc++/83658
4838 * include/std/any (any::__do_emplace): Only set _M_manager after
4839 constructing the contained object.
4840 * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust dg-error line.
4841 * testsuite/20_util/any/modifiers/83658.cc: New test.
4842
4843 2018-01-25 Jonathan Wakely <jwakely@redhat.com>
4844
4845 PR libstdc++/81076
4846 * include/c_global/cstddef (__byte_operand): Define primary template.
4847 * testsuite/18_support/byte/81076.cc: New test.
4848
4849 2018-01-19 Christophe Lyon <christophe.lyon@linaro.org>
4850
4851 * testsuite/ext/special_functions/airy_ai/check_nan.cc: Fix
4852 dg-options and dg-add-options order.
4853 * testsuite/ext/special_functions/airy_bi/check_nan.cc: Likewise.
4854 * testsuite/ext/special_functions/conf_hyperg/check_nan.cc:
4855 Likewise.
4856 * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise.
4857 * testsuite/special_functions/01_assoc_laguerre/check_nan.cc:
4858 Likewise.
4859 * testsuite/special_functions/02_assoc_legendre/check_nan.cc:
4860 Likewise.
4861 * testsuite/special_functions/03_beta/check_nan.cc: Likewise.
4862 * testsuite/special_functions/04_comp_ellint_1/check_nan.cc:
4863 Likewise.
4864 * testsuite/special_functions/05_comp_ellint_2/check_nan.cc:
4865 Likewise.
4866 * testsuite/special_functions/06_comp_ellint_3/check_nan.cc:
4867 Likewise.
4868 * testsuite/special_functions/06_comp_ellint_3/pr66689.cc:
4869 Likewise.
4870 * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc:
4871 Likewise.
4872 * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc:
4873 Likewise.
4874 * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc:
4875 Likewise.
4876 * testsuite/special_functions/10_cyl_neumann/check_nan.cc:
4877 Likewise.
4878 * testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise.
4879 * testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise.
4880 * testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise.
4881 * testsuite/special_functions/13_ellint_3/pr66689.cc: Likewise.
4882 * testsuite/special_functions/14_expint/check_nan.cc: Likewise.
4883 * testsuite/special_functions/15_hermite/check_nan.cc: Likewise.
4884 * testsuite/special_functions/16_laguerre/check_nan.cc: Likewise.
4885 * testsuite/special_functions/17_legendre/check_nan.cc: Likewise.
4886 * testsuite/special_functions/18_riemann_zeta/check_nan.cc:
4887 Likewise.
4888 * testsuite/special_functions/19_sph_bessel/check_nan.cc:
4889 Likewise.
4890 * testsuite/special_functions/20_sph_legendre/check_nan.cc:
4891 Likewise.
4892 * testsuite/special_functions/21_sph_neumann/check_nan.cc:
4893 Likewise.
4894
4895 2018-01-18 Uros Bizjak <ubizjak@gmail.com>
4896
4897 * configure.ac (AC_CHECK_HEADERS): Add linux/types.h. Conditionally
4898 include linux/types.h when checking linux/random.h header.
4899 * config.h.in: Regenerate.
4900 * configure: Ditto.
4901 * src/c++11/random.cc: Conditionally include linux/types.h.
4902
4903 2018-01-16 Eric Botcazou <ebotcazou@adacore.com>
4904
4905 * testsuite/17_intro/names.cc: Undefine 'y' on SPARC/Linux.
4906
4907 2018-01-16 Jonathan Wakely <jwakely@redhat.com>
4908
4909 PR libstdc++/83834
4910 * config/abi/pre/gnu.ver (GLIBCXX_3.4): Replace std::c[a-g]* wildcard
4911 pattern with exact match for std::cerr.
4912
4913 2018-01-15 Jonathan Wakely <jwakely@redhat.com>
4914
4915 PR libstdc++/83833
4916 * include/bits/random.h (chi_squared_distribution::param): Update
4917 gamma distribution parameter.
4918 * testsuite/26_numerics/random/chi_squared_distribution/83833.cc: New
4919 test.
4920
4921 PR libstdc++/83830
4922 * include/std/type_traits (has_unique_object_representations_v): Add
4923 variable template.
4924 * testsuite/20_util/has_unique_object_representations/value.cc: Check
4925 variable template.
4926
4927 2018-01-15 Ville Voutilainen <ville.voutilainen@gmail.com>
4928
4929 Make optional conditionally
4930 trivially_{copy,move}_{constructible,assignable}
4931 * include/std/optional (_Optional_payload): Fix the comment in
4932 the class head and turn into a primary and one specialization.
4933 (_Optional_payload::_M_engaged): Strike the NSDMI.
4934 (_Optional_payload<_Tp, false>::operator=(const _Optional_payload&)):
4935 New.
4936 (_Optional_payload<_Tp, false>::operator=(_Optional_payload&&)):
4937 Likewise.
4938 (_Optional_payload<_Tp, false>::_M_get): Likewise.
4939 (_Optional_payload<_Tp, false>::_M_reset): Likewise.
4940 (_Optional_base_impl): Likewise.
4941 (_Optional_base): Turn into a primary and three specializations.
4942 (optional(nullopt)): Change the base init.
4943 * testsuite/20_util/optional/assignment/8.cc: New.
4944 * testsuite/20_util/optional/cons/trivial.cc: Likewise.
4945 * testsuite/20_util/optional/cons/value_neg.cc: Adjust.
4946
4947 2018-01-15 Jonathan Wakely <jwakely@redhat.com>
4948
4949 PR libstdc++/80276
4950 * python/libstdcxx/v6/printers.py (strip_inline_namespaces): New.
4951 (get_template_arg_list): New.
4952 (StdVariantPrinter._template_args): Remove, use get_template_arg_list
4953 instead.
4954 (TemplateTypePrinter): Rewrite to work with gdb.Type objects instead
4955 of strings and regular expressions.
4956 (add_one_template_type_printer): Adapt to new TemplateTypePrinter.
4957 (FilteringTypePrinter): Add docstring. Match using startswith. Use
4958 strip_inline_namespaces instead of strip_versioned_namespace.
4959 (add_one_type_printer): Prepend namespace to match argument.
4960 (register_type_printers): Add type printers for char16_t and char32_t
4961 string types and for types using cxx11 ABI. Update calls to
4962 add_one_template_type_printer to provide default argument dicts.
4963 * testsuite/libstdc++-prettyprinters/80276.cc: New test.
4964 * testsuite/libstdc++-prettyprinters/whatis.cc: Remove tests for
4965 basic_string<unsigned char> and basic_string<signed char>.
4966 * testsuite/libstdc++-prettyprinters/whatis2.cc: Duplicate whatis.cc
4967 to test local variables, without overriding _GLIBCXX_USE_CXX11_ABI.
4968
4969 2018-01-14 Andreas Schwab <schwab@linux-m68k.org>
4970
4971 PR libstdc++/81092
4972 * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update.
4973
4974 2018-01-13 Tim Shen <timshen@google.com>
4975
4976 PR libstdc++/83601
4977 * include/bits/regex.tcc (regex_replace): Fix escaping in sed.
4978 * testsuite/28_regex/algorithms/regex_replace/char/pr83601.cc: Tests.
4979 * testsuite/28_regex/algorithms/regex_replace/wchar_t/pr83601.cc: Tests.
4980
4981 2018-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4982
4983 PR libstdc++/64054
4984 * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:
4985 Remove dg-xfail-run-if.
4986
4987 2018-01-10 François Dumont <fdumont@gcc.gnu.org>
4988
4989 * include/bits/forward_list.h
4990 (_Fwd_list_node_base(_Fwd_list_node_base&&)): New.
4991 (_Fwd_list_node_base& operator=(_Fwd_list_node_base&&)): New.
4992 (_Fwd_list_node_base(const _Fwd_list_node_base&)): Explicit delete.
4993 (_Fwd_list_node_base& operator=(const _Fwd_list_node_base&)): Likewise.
4994 (_Fwd_list_impl()): Add noexcept qualification.
4995 (_Fwd_list_impl(const _Node_alloc_type&)): Delete.
4996 (_Fwd_list_impl(_Fwd_list_impl&&)): New, default.
4997 (_Fwd_list_impl(_Fwd_list_impl&&, _Node_alloc_type&&)): New.
4998 (_Fwd_list_base()): Default.
4999 (_Fwd_list_base(_Fwd_list_base&&, _Node_alloc_type&&, true_type)): New.
5000 (_Fwd_list_base(_Fwd_list_base&&)): Default.
5001 (forward_list<>()): Default.
5002 (forward_list<>(forward_list&&)): Default.
5003 (forward_list(forward_list&&, _Node_alloc_type&&, false_type)): New.
5004 (forward_list(forward_list&&, _Node_alloc_type&&, true_type)): New.
5005 (forward_list(forward_list&&, const _Alloc&)): Adapt to use latters.
5006 * include/bits/forward_list.tcc
5007 (_Fwd_list_base(_Fwd_list_base&&, _Node_alloc_type&&)): Adapt to use
5008 _M_impl._M_head move assignment.
5009 (forward_list<>::merge(forward_list<>&&, _Comp)): Likewise.
5010 * testsuite/23_containers/forward_list/allocator/default_init.cc: New.
5011
5012 2018-01-09 Jonathan Wakely <jwakely@redhat.com>
5013
5014 PR libstdc++/80276
5015 * python/libstdcxx/v6/printers.py (SharedPointerPrinter)
5016 (UniquePointerPrinter): Print correct template argument, not type of
5017 the pointer.
5018 (TemplateTypePrinter._recognizer.recognize): Handle failure to lookup
5019 a type.
5020 * testsuite/libstdc++-prettyprinters/cxx11.cc: Test unique_ptr of
5021 array type.
5022 * testsuite/libstdc++-prettyprinters/cxx17.cc: Test shared_ptr and
5023 weak_ptr of array types.
5024
5025 2018-01-09 François Dumont <fdumont@gcc.gnu.org>
5026
5027 PR libstdc++/83709
5028 * include/bits/hashtable_policy.h
5029 (__distance_fwd(_Iterator, _Iterator, input_iterator_tag)): Return 1 if
5030 __first != __last.
5031 (_Insert_base::_M_insert_range(_Ite, _Ite, _NodeGetter, true_type)): New.
5032 (_Insert_base::_M_insert_range(_Ite, _Ite, _NodeGetter, false_type)):
5033 Add false_type parameter.
5034 (_Insert_base::insert): Adapt.
5035 * include/bits/hashtable.h (_Hashtable::operator=(initializzr_list<>)):
5036 Adapt.
5037 (_Hashtable::_M_insert(_Arg&&, const _NodeGen&, true_type, size_t)):
5038 Add __n_elt parameter, defaulted to 1.
5039 (_Hashtable::_M_insert_unique_node): Likewise. Use it to call rehash
5040 policy _M_need_rehash.
5041 (_Hashtable::_M_merge_unique): Pass target number of elements to add to
5042 produce only 1 rehash if necessary.
5043 * testsuite/23_containers/unordered_map/insert/83709.cc: New.
5044 * testsuite/23_containers/unordered_set/insert/83709.cc: New.
5045
5046 2018-01-09 Juraj Oršulić <juraj.orsulic@fer.hr>
5047 Jonathan Wakely <jwakely@redhat.com>
5048
5049 PR libstdc++/59253 (partial)
5050 * python/libstdcxx/v6/printers.py (SmartPtrIterator): Common iterator
5051 type for pointer stored by shared_ptr, weak_ptr and unique_ptr.
5052 (SharedPointerPrinter, UniquePointerPrinter): Treat stored values as
5053 children.
5054 * testsuite/libstdc++-prettyprinters/cxx11.cc: Update expected output
5055 of unique_ptr printer.
5056 * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Update expected
5057 output of shared_ptr printer.
5058
5059 2018-01-05 Jonathan Wakely <jwakely@redhat.com>
5060
5061 PR libstdc++/83626
5062 * src/filesystem/ops.cc (remove(const path&, error_code&)): Remove
5063 unnecessary symlink_status call.
5064 (remove_all(const path&, error_code&)): Use filesystem::remove.
5065 * src/filesystem/std-ops.cc: Likewise.
5066
5067 PR libstdc++/83279
5068 * src/filesystem/std-ops.cc (do_copy_file): Use non-null offset with
5069 sendfile.
5070
5071 PR libstdc++/83626
5072 * src/filesystem/ops.cc (remove(const path&, error_code&)): Do not
5073 report an error for ENOENT.
5074 (remove_all(const path&)): Fix type of result variable.
5075 (remove_all(const path&, error_code&)): Use non-throwing increment
5076 for directory iterator. Call POSIX remove directly to avoid redundant
5077 calls to symlink_status. Do not report errors for ENOENT.
5078 * src/filesystem/std-ops.cc: Likewise.
5079 * testsuite/27_io/filesystem/operations/remove_all.cc: Test throwing
5080 overload.
5081 * testsuite/experimental/filesystem/operations/remove_all.cc:
5082 Likewise.
5083
5084 2018-01-04 Jonathan Wakely <jwakely@redhat.com>
5085
5086 PR libstdc++/83626
5087 * src/filesystem/ops.cc (remove(const path&, error_code&))): Remove
5088 redundant call to ec.clear().
5089 (remove_all(const path&, error_code&))): Do not return an error for
5090 non-existent paths.
5091 * src/filesystem/std-ops.cc: Likewise.
5092 * testsuite/27_io/filesystem/operations/remove.cc: New test.
5093 * testsuite/27_io/filesystem/operations/remove_all.cc: Fix expected
5094 results for non-existent paths.
5095 * testsuite/experimental/filesystem/operations/remove.cc: New test.
5096 * testsuite/experimental/filesystem/operations/remove_all.cc: Fix
5097 expected results for non-existent paths.
5098
5099 * include/bits/fs_ops.h (exists(const path&, error_code&))): Only
5100 check status_known once.
5101 * include/experimental/bits/fs_ops.h: Likewise.
5102
5103 PR libstdc++/83607
5104 * include/std/functional (__is_byte_like): New trait.
5105 (__is_std_equal_to): Remove.
5106 (__boyer_moore_base_t): Use __is_byte_like instead of
5107 __is_std_equal_to.
5108 * include/experimental/functional (__is_std_equal_to): Remove.
5109 (__boyer_moore_base_t): Use __is_byte_like instead of
5110 __is_std_equal_to.
5111 * testsuite/20_util/function_objects/83607.cc: New test.
5112
5113 2018-01-03 Ville Voutilainen <ville.voutilainen@gmail.com>
5114
5115 Protect optional's deduction guide with the feature macro
5116 * include/std/optional: Use the feature macro.
5117
5118 2018-01-03 Jakub Jelinek <jakub@redhat.com>
5119
5120 Update copyright years.
5121 \f
5122 Copyright (C) 2018 Free Software Foundation, Inc.
5123
5124 Copying and distribution of this file, with or without modification,
5125 are permitted in any medium without royalty provided the copyright
5126 notice and this notice are preserved.