This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 033e1ff ira: Don't substitute into TRAP_IF insns (PR78610) new d21e2a0 * g++.dg/debug/dwarf2/ref-1.C: Don't XFAIL scan-assem [...] new 39181f3 libiberty: avoid reading past end of buffer in strndup/xstrnd [...] new c0599d6 Fix typo in testcase name
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/ChangeLog | 8 ++++ gcc/selftest.c | 48 ++++++++++++++++++++++ gcc/testsuite/ChangeLog | 18 ++++++++ .../g++.dg/debug/dwarf2/imported-decl-2.C | 2 +- gcc/testsuite/g++.dg/debug/dwarf2/ref-1.C | 2 +- gcc/testsuite/g++.dg/debug/dwarf2/refqual-1.C | 2 +- gcc/testsuite/g++.dg/debug/dwarf2/refqual-2.C | 2 +- gcc/testsuite/gcc.dg/format/pr78498.c | 12 ++++++ libiberty/ChangeLog | 8 ++++ libiberty/strndup.c | 7 +--- libiberty/xstrndup.c | 5 +-- 11 files changed, 101 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/format/pr78498.c