This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from de9805c0812 aarch64: Update sizeless tests for recent GNU C changes new 4d5660907c2 libstdc++: [_GLIBCXX_DEBUG] Add backtrace generation on demand
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: libstdc++-v3/doc/xml/manual/debug_mode.xml | 6 ++ libstdc++-v3/doc/xml/manual/using.xml | 10 +++ libstdc++-v3/include/debug/formatter.h | 44 +++++++++++++ libstdc++-v3/src/c++11/debug.cc | 75 ++++++++++++++++++++-- libstdc++-v3/src/libbacktrace/Makefile.am | 1 + libstdc++-v3/src/libbacktrace/Makefile.in | 12 ++-- libstdc++-v3/src/libbacktrace/backtrace-rename.h | 1 + .../vector/debug/assign4_backtrace_neg.cc | 17 +++++ 8 files changed, 157 insertions(+), 9 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/debug/assign4_backt [...]