This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ab0f04e4df1 ppc: testsuite: require target effectively [PR104253] new bdb9639ee99 libstdc++: Improve behaviour of std::stacktrace::current new 73da9ec5560 libstdc++: Fix std::basic_stacktrace special members [PR105031] new 1774ab84863 phiopt: Fix up debug handling in the (x != cst1 ? x : cst2) [...]
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/testsuite/gcc.dg/pr105218.c | 16 ++ gcc/tree-ssa-phiopt.cc | 13 ++ libstdc++-v3/include/std/stacktrace | 150 +++++++++----- .../testsuite/19_diagnostics/stacktrace/entry.cc | 7 +- .../19_diagnostics/stacktrace/stacktrace.cc | 215 +++++++++++++++++++++ 5 files changed, 354 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105218.c create mode 100644 libstdc++-v3/testsuite/19_diagnostics/stacktrace/stacktrace.cc