This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 558f475 PR target/78738 * config/i386/i386.h (X87_ENABLE_ARITH): Al [...] new b35d5d0 libiberty/ PR c++/78252 * cp-demangle.c (struct d_print_in [...] new 48abd10 Fix for PR preprocessor/78680 new bbdce47 PR c++/78647 * c-common.c (attribute_fallthrough_p): Return [...]
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/c-family/ChangeLog | 6 ++ gcc/c-family/c-common.c | 2 + gcc/testsuite/ChangeLog | 19 +++++ gcc/testsuite/g++.dg/cpp1y/lambda-mangle-1.C | 88 ++++++++++++++++++++++ gcc/testsuite/g++.dg/parse/error58.C | 7 ++ gcc/testsuite/gcc.dg/format/pr78680.c | 16 ++++ .../gcc.dg/plugin/diagnostic-test-expressions-1.c | 19 +++++ .../plugin/diagnostic-test-string-literals-1.c | 20 +++++ libcpp/ChangeLog | 6 ++ libcpp/lex.c | 7 ++ libiberty/ChangeLog | 14 ++++ libiberty/cp-demangle.c | 61 +++++++++------ libiberty/testsuite/demangle-expected | 29 +++++++ 13 files changed, 272 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-mangle-1.C create mode 100644 gcc/testsuite/g++.dg/parse/error58.C create mode 100644 gcc/testsuite/gcc.dg/format/pr78680.c