This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3fc22eedb03 libstdc++: Default to mutex-based atomics on RISC-V new 613a6fca751 ctfc: get rid of the static variable in ctf_list_add_ctf_vars () new d0b00e74bf5 CTF for extern variable fix [PR105089] new d634c5d7c78 Refactor and update CTF testcases [PR105089]
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/ctfc.cc | 62 +++++++++++++++++++++++- gcc/ctfc.h | 8 ++- gcc/ctfout.cc | 28 +++++++---- gcc/dwarf2ctf.cc | 18 ++++++- gcc/testsuite/gcc.dg/debug/ctf/ctf-array-2.c | 22 +++------ gcc/testsuite/gcc.dg/debug/ctf/ctf-array-5.c | 17 +++++++ gcc/testsuite/gcc.dg/debug/ctf/ctf-variables-3.c | 22 +++++++++ 7 files changed, 147 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/debug/ctf/ctf-array-5.c create mode 100644 gcc/testsuite/gcc.dg/debug/ctf/ctf-variables-3.c