]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/ChangeLog
Avoid spurious test failures when -fno-inline in test flags
[thirdparty/gcc.git] / libstdc++-v3 / ChangeLog
CommitLineData
6b4a77f2 12019-01-04 Jonathan Wakely <jwakely@redhat.com>
2
3 * testsuite/21_strings/basic_string/modifiers/assign/char/
4 move_assign_optim.cc: Avoid spurious failure when -fno-inline added
5 to test flags.
6 * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/
7 move_assign_optim.cc: Likewise.
8
02df5941 92019-01-03 Jonathan Wakely <jwakely@redhat.com>
10 Jakub Jelinek <jakub@redhat.com>
11
12 PR libstdc++/88607
13 * include/experimental/memory: Replace UTF-8 quote characters.
14 * include/std/future: Replace UTF-8 "em dash" characters.
15
f8ad40d8 162019-01-03 Jonathan Wakely <jwakely@redhat.com>
17
9013258b 18 PR libstdc++/88607
19 * include/bits/forward_list.h: Replace UTF-8 "ligature fi" character.
20 * include/debug/forward_list: Likewise.
21 * include/experimental/bits/shared_ptr.h: Remove UTF-8 "section sign"
22 character.
23 * include/experimental/chrono: Likewise.
24 * include/experimental/functional: Likewise.
25 * include/experimental/ratio: Likewise.
26 * include/experimental/system_error: Likewise.
27 * include/experimental/tuple: Likewise.
28 * include/experimental/type_traits: Likewise.
29 * include/parallel/workstealing.h: Replace UTF-8 "en dash" character.
30 * include/parallel/multiseq_selection.h: Likewise.
31
f8ad40d8 32 PR libstdc++/88681
33 * config/abi/pre/gnu.ver: Add missing exports.
34 * testsuite/22_locale/collate_byname/88681.cc: New test.
35 * testsuite/22_locale/time_get/get/char/88681.cc: New test.
36 * testsuite/22_locale/time_get/get/wchar_t/88681.cc: New test.
37
138292f4 382019-01-02 Jonathan Wakely <jwakely@redhat.com>
39
553d41a8 40 * testsuite/23_containers/map/cons/deduction.cc: Test deduction from
41 initializer_list<value_type> and from input iterator ranges.
42 * testsuite/23_containers/multimap/cons/deduction.cc: Likewise.
43
138292f4 44 * testsuite/experimental/string_view/element_access/char/empty.cc:
45 Fix year range in copyright header.
46
963c0125 472019-01-02 Joel Brobecker <brobecker@adacore.com>
48
49 * testsuite/21_strings/basic_string_view/element_access/char/empty.cc:
50 Fix year range in copyright header.
51
fbd26352 522019-01-01 Jakub Jelinek <jakub@redhat.com>
d353bf18 53
54 Update copyright years.
fb96fbb3 55\f
fbd26352 56Copyright (C) 2019 Free Software Foundation, Inc.
fb96fbb3 57
58Copying and distribution of this file, with or without modification,
59are permitted in any medium without royalty provided the copyright
60notice and this notice are preserved.