This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0f4225c runtime: fix setting of isarchive new 65795d0 * testsuite/lib/libgomp.exp (check_effective_target_hsa_off [...] new d91fe71 PR c++/68727 * cp-tree.def (OFFSETOF_EXPR): Bump number of [...] new b9b97a7 Fix libstdc++ testsuite failures in C++98 and C++11 mode new 61f7037 PR libstdc++/70607 revert recent changes to <tr1/complex>
The 4 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/cp/ChangeLog | 15 +++++++++++++ gcc/cp/cp-tree.def | 2 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/parser.c | 9 ++++---- gcc/cp/pt.c | 11 +++++++-- gcc/cp/semantics.c | 26 +++++++++------------- gcc/testsuite/ChangeLog | 6 +++++ gcc/testsuite/g++.dg/other/offsetof8.C | 2 +- gcc/testsuite/g++.dg/other/offsetof9.C | 17 ++++++++++++++ libgomp/ChangeLog | 5 +++++ libgomp/testsuite/lib/libgomp.exp | 9 ++++---- libstdc++-v3/ChangeLog | 14 ++++++++++++ libstdc++-v3/include/tr1/complex | 12 +++++++++- .../23_containers/list/operations/78389.cc | 10 ++++----- .../priority_queue/requirements/constructible.cc | 2 +- .../queue/requirements/constructible.cc | 2 +- .../stack/requirements/constructible.cc | 2 +- .../testsuite/25_algorithms/make_heap/movable.cc | 2 +- 18 files changed, 110 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/offsetof9.C