This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a9e861088eb PR libstdc++/79433 no #error for including headers with wrong -std new a262f333080 PR libstdc++/79433 no #error for including TS headers with [...] new 061c331bec2 2017-09-12 Richard Biener rguenther@suse.de
The 2 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 | 6 +++ gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.dg/torture/pr82157.c | 43 +++++++++++++++++++++ gcc/tree-ssa-pre.c | 2 + libstdc++-v3/ChangeLog | 45 ++++++++++++++++++++++ libstdc++-v3/include/Makefile.am | 1 - libstdc++-v3/include/Makefile.in | 1 - libstdc++-v3/include/bits/c++14_warning.h | 37 ------------------ libstdc++-v3/include/experimental/algorithm | 4 +- libstdc++-v3/include/experimental/any | 4 +- libstdc++-v3/include/experimental/array | 4 +- libstdc++-v3/include/experimental/bits/erase_if.h | 4 +- .../include/experimental/bits/lfts_config.h | 4 +- .../include/experimental/bits/shared_ptr.h | 4 +- .../include/experimental/bits/string_view.tcc | 4 +- libstdc++-v3/include/experimental/chrono | 4 +- libstdc++-v3/include/experimental/deque | 4 +- libstdc++-v3/include/experimental/filesystem | 4 +- libstdc++-v3/include/experimental/forward_list | 4 +- libstdc++-v3/include/experimental/functional | 4 +- libstdc++-v3/include/experimental/iterator | 4 +- libstdc++-v3/include/experimental/list | 4 +- libstdc++-v3/include/experimental/map | 4 +- libstdc++-v3/include/experimental/memory | 4 +- libstdc++-v3/include/experimental/numeric | 4 +- libstdc++-v3/include/experimental/optional | 4 +- libstdc++-v3/include/experimental/propagate_const | 4 +- libstdc++-v3/include/experimental/ratio | 4 +- libstdc++-v3/include/experimental/regex | 4 +- libstdc++-v3/include/experimental/set | 4 +- libstdc++-v3/include/experimental/string | 4 +- libstdc++-v3/include/experimental/string_view | 4 +- libstdc++-v3/include/experimental/system_error | 4 +- libstdc++-v3/include/experimental/tuple | 4 +- libstdc++-v3/include/experimental/type_traits | 4 +- libstdc++-v3/include/experimental/unordered_map | 4 +- libstdc++-v3/include/experimental/unordered_set | 4 +- libstdc++-v3/include/experimental/vector | 4 +- .../experimental/any/misc/any_cast_neg.cc | 2 +- libstdc++-v3/testsuite/experimental/array/neg.cc | 2 +- .../propagate_const/assignment/move_neg.cc | 2 +- .../experimental/propagate_const/cons/move_neg.cc | 8 ++-- .../experimental/propagate_const/requirements2.cc | 8 ++-- .../experimental/propagate_const/requirements3.cc | 2 +- .../experimental/propagate_const/requirements4.cc | 6 +-- .../experimental/propagate_const/requirements5.cc | 2 +- 46 files changed, 147 insertions(+), 145 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr82157.c delete mode 100644 libstdc++-v3/include/bits/c++14_warning.h