This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/sphinx in repository gcc.
from 0d9e5270f10 Merge branch 'master' into devel/sphinx adds 659cc7d6320 MAINTAINERS: Add DCO section adds 63d182b2930 c++: missing dtor with -fno-elide-constructors [PR100838] adds d2d74c9fc0c Make sure link reg save MEM has frame alias set. adds 50b1de860a5 xtensa: Fix 2 warnings during xtensa build [PR100841] adds d5ba2eaf703 REE: PR rtl-optimization/100264: Handle more PARALLEL SET e [...] adds 9663c744e2d Daily bump. adds bff9a7ec6e3 arc: Remove define_insn_and_split *bbit_di adds 098f4e989be openmp: Assorted depend/affinity/iterator related fixes [PR100859] adds d9a83b99349 AArch64: Fix failing testcase for native cpu detection adds e26b748a62e Fix signedness issue in DWARF functions (1) adds df741be17ee Fix signedness issue in DWARF functions (2) adds 602463fb987 Also generate DW_OP_GNU_variable_value at file scope adds ad085ef5fb4 Tame fix for PR ipa/99122 adds c1681f22b4b Simplify option handling for -fsanitize-coverage new 022cc8a989a Merge branch 'master' into devel/sphinx
The 1 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: ChangeLog | 4 + MAINTAINERS | 6 + gcc/ChangeLog | 64 ++++ gcc/DATESTAMP | 2 +- gcc/c/c-typeck.c | 7 +- gcc/common.opt | 11 +- gcc/config/arc/arc.md | 28 -- gcc/config/rs6000/rs6000-logue.c | 11 +- gcc/config/xtensa/xtensa.h | 7 +- gcc/cp/ChangeLog | 8 + gcc/cp/call.c | 6 +- gcc/cp/pt.c | 1 + gcc/cp/semantics.c | 28 +- gcc/dwarf2out.c | 345 ++++++++++++++------- gcc/opts.c | 41 +-- gcc/ree.c | 30 +- gcc/testsuite/ChangeLog | 19 ++ gcc/testsuite/g++.dg/gomp/depend-iterator-3.C | 43 +++ gcc/testsuite/g++.dg/gomp/this-1.C | 16 +- gcc/testsuite/g++.dg/init/no-elide2.C | 32 ++ gcc/testsuite/gcc.dg/spellcheck-options-23.c | 5 + gcc/testsuite/gcc.target/aarch64/cpunative/info_16 | 2 +- gcc/testsuite/gcc.target/aarch64/cpunative/info_17 | 2 +- gcc/testsuite/gnat.dg/inline22.adb | 19 ++ gcc/tree-inline.c | 36 ++- libstdc++-v3/ChangeLog | 25 ++ 26 files changed, 558 insertions(+), 240 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/depend-iterator-3.C create mode 100644 gcc/testsuite/g++.dg/init/no-elide2.C create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-23.c create mode 100644 gcc/testsuite/gnat.dg/inline22.adb