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