This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fb809cf Remove trailing whitespace from libstdc++ headers new bdc549c * config/msp430/msp430-opts.h (msp430_hwmult_types): Add MS [...] new 4c780a5 PR target/71242 * config/ia64/ia64.c (enum ia64_builtins) [ [...] new ca9fde3 Provide swappable traits (p0185r1)
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 20 ++ gcc/config/ia64/ia64.c | 61 +++++ gcc/config/msp430/msp430-opts.h | 18 +- gcc/config/msp430/msp430.c | 61 ++--- gcc/config/msp430/msp430.md | 8 +- gcc/config/msp430/msp430.opt | 24 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/torture/float128-nan.c | 2 +- libstdc++-v3/ChangeLog | 48 ++++ libstdc++-v3/include/bits/hashtable.h | 8 +- libstdc++-v3/include/bits/stl_pair.h | 15 +- libstdc++-v3/include/bits/stl_queue.h | 39 ++- libstdc++-v3/include/bits/stl_stack.h | 16 +- libstdc++-v3/include/bits/unique_ptr.h | 8 +- libstdc++-v3/include/std/array | 16 +- libstdc++-v3/include/std/tuple | 9 +- libstdc++-v3/include/std/type_traits | 112 +++++++- .../requirements/explicit_instantiation.cc | 10 +- ...tantiation.cc => explicit_instantiation_ext.cc} | 2 +- .../is_nothrow_swappable/requirements/typedefs.cc | 9 +- .../requirements/{typedefs.cc => typedefs_ext.cc} | 1 - .../20_util/is_nothrow_swappable/value.cc | 219 +-------------- .../testsuite/20_util/is_nothrow_swappable/value.h | 297 +++++++++++++++++++++ .../is_nothrow_swappable/value_ext.cc} | 9 +- .../requirements/explicit_instantiation.cc} | 38 ++- .../requirements/typedefs.cc} | 43 ++- .../20_util/is_nothrow_swappable_with/value.cc | 145 ++++++++++ .../requirements/explicit_instantiation.cc | 12 +- .../requirements/explicit_instantiation_ext.cc} | 2 +- .../20_util/is_swappable/requirements/typedefs.cc | 12 +- .../requirements/{typedefs.cc => typedefs_ext.cc} | 2 +- .../testsuite/20_util/is_swappable/value.cc | 171 +----------- .../testsuite/20_util/is_swappable/value.h | 203 ++++++++++++++ .../is_swappable/value_ext.cc} | 9 +- .../requirements/explicit_instantiation.cc | 18 +- .../requirements/typedefs.cc | 17 +- .../testsuite/20_util/is_swappable_with/value.cc | 113 ++++++++ .../23_containers/array/tuple_interface/get_neg.cc | 6 +- .../array/tuple_interface/tuple_element_neg.cc | 2 +- 39 files changed, 1259 insertions(+), 551 deletions(-) copy libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/{explicit_in [...] copy libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/{typedefs.cc [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_nothrow_swappable/value.h copy libstdc++-v3/testsuite/{17_intro/headers/c++2014/all_pedantic_errors.cc => 20 [...] copy libstdc++-v3/testsuite/{30_threads/shared_lock/70766.cc => 20_util/is_nothrow [...] copy libstdc++-v3/testsuite/{30_threads/shared_lock/70766.cc => 20_util/is_nothrow [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_nothrow_swappable_with/value.cc copy libstdc++-v3/testsuite/20_util/{is_nothrow_swappable/requirements/explicit_in [...] copy libstdc++-v3/testsuite/20_util/is_swappable/requirements/{typedefs.cc => type [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_swappable/value.h copy libstdc++-v3/testsuite/{17_intro/headers/c++2014/all_pedantic_errors.cc => 20 [...] copy libstdc++-v3/testsuite/20_util/{logical_traits => is_swappable_with}/requirem [...] copy libstdc++-v3/testsuite/20_util/{is_constructible => is_swappable_with}/requir [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_swappable_with/value.cc