This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3cb2785efe2 Optimise sqrt reciprocal multiplications new 48a8427d085 * libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment. new 610e1f88b06 PR52665 do not let .ident confuse assembler scan tests
The 2 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/ChangeLog | 15 +++++++++++++++ gcc/testsuite/c-c++-common/ident-0a.c | 6 ++++++ gcc/testsuite/c-c++-common/ident-0b.c | 10 ++++++++++ gcc/testsuite/c-c++-common/ident-1a.c | 8 ++++++++ gcc/testsuite/c-c++-common/ident-1b.c | 7 +++++++ gcc/testsuite/c-c++-common/ident-2a.c | 6 ++++++ gcc/testsuite/c-c++-common/ident-2b.c | 7 +++++++ gcc/testsuite/lib/gcc-dg.exp | 8 +++++--- gcc/testsuite/lib/target-supports.exp | 6 ++++++ libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/libsupc++/cxxabi.h | 5 +++-- 11 files changed, 77 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ident-0a.c create mode 100644 gcc/testsuite/c-c++-common/ident-0b.c create mode 100644 gcc/testsuite/c-c++-common/ident-1a.c create mode 100644 gcc/testsuite/c-c++-common/ident-1b.c create mode 100644 gcc/testsuite/c-c++-common/ident-2a.c create mode 100644 gcc/testsuite/c-c++-common/ident-2b.c