This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7aab1271b4a testsuite: Fix cpp0x/trivial1.C for std::is_trivial depreca [...] new 0703e7491e0 testsuite/gcc.dg/tree-ssa/pr117973-1.c: New test new 7a12dc695b1 plugin/plugin-gcn.c: Fix error handling of GOMP_OFFLOAD_ope [...] new c628def52c8 c++: P2865R5, Remove Deprecated Array Comparisons from C++2 [...]
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/c-family/c-warn.cc | 25 +++++++--- gcc/cp/typeck.cc | 56 ++++++++++++---------- gcc/testsuite/c-c++-common/Warray-compare-1.c | 21 +++++--- gcc/testsuite/c-c++-common/Warray-compare-3.c | 7 +-- .../{Warray-compare-1.c => Warray-compare-4.c} | 22 +++++---- .../{Warray-compare-1.c => Warray-compare-5.c} | 2 +- gcc/testsuite/g++.dg/warn/Warray-compare-1.C | 26 ++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr117973-1.c | 7 +++ libgomp/plugin/plugin-gcn.c | 14 +++--- .../std/ranges/adaptors/conditionally_borrowed.cc | 5 +- 10 files changed, 129 insertions(+), 56 deletions(-) copy gcc/testsuite/c-c++-common/{Warray-compare-1.c => Warray-compare-4.c} (56%) copy gcc/testsuite/c-c++-common/{Warray-compare-1.c => Warray-compare-5.c} (95%) create mode 100644 gcc/testsuite/g++.dg/warn/Warray-compare-1.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr117973-1.c