This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d9a83b99349 AArch64: Fix failing testcase for native cpu detection new e26b748a62e Fix signedness issue in DWARF functions (1) new df741be17ee Fix signedness issue in DWARF functions (2) new 602463fb987 Also generate DW_OP_GNU_variable_value at file scope new ad085ef5fb4 Tame fix for PR ipa/99122 new c1681f22b4b Simplify option handling for -fsanitize-coverage
The 5 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/common.opt | 11 +- gcc/dwarf2out.c | 345 ++++++++++++++++++--------- gcc/opts.c | 41 +--- gcc/testsuite/gcc.dg/spellcheck-options-23.c | 5 + gcc/testsuite/gnat.dg/inline22.adb | 19 ++ gcc/tree-inline.c | 15 +- 6 files changed, 278 insertions(+), 158 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-23.c create mode 100644 gcc/testsuite/gnat.dg/inline22.adb