mirror of git://gcc.gnu.org/git/gcc.git
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
2019-01-03 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
PR libstdc++/88681
|
||
* config/abi/pre/gnu.ver: Add missing exports.
|
||
* testsuite/22_locale/collate_byname/88681.cc: New test.
|
||
* testsuite/22_locale/time_get/get/char/88681.cc: New test.
|
||
* testsuite/22_locale/time_get/get/wchar_t/88681.cc: New test.
|
||
|
||
2019-01-02 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
* testsuite/23_containers/map/cons/deduction.cc: Test deduction from
|
||
initializer_list<value_type> and from input iterator ranges.
|
||
* testsuite/23_containers/multimap/cons/deduction.cc: Likewise.
|
||
|
||
* testsuite/experimental/string_view/element_access/char/empty.cc:
|
||
Fix year range in copyright header.
|
||
|
||
2019-01-02 Joel Brobecker <brobecker@adacore.com>
|
||
|
||
* testsuite/21_strings/basic_string_view/element_access/char/empty.cc:
|
||
Fix year range in copyright header.
|
||
|
||
2019-01-01 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
Update copyright years.
|
||
|
||
Copyright (C) 2019 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|