This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ac5fd364f09 libcpp: Fix up #__VA_OPT__ handling [PR103415] new 35f2c098c81 simplify-rtx: Punt on simplify_associative_operation with l [...] new c264208e161 libcpp: Enable P1949R7 for C++98 too [PR100977] new cf23d58df26 i386: Fix up some minor formatting issues and one inconsistency
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/config/i386/x86-tune.def | 8 ++--- gcc/dwarf2out.c | 9 ++++++ gcc/rtl.h | 8 +++++ gcc/simplify-rtx.c | 10 +++++++ gcc/testsuite/g++.dg/cpp/ucnid-1-utf8.C | 16 +++++----- gcc/testsuite/g++.dg/cpp/ucnid-1.C | 16 +++++----- gcc/testsuite/gcc.dg/pr102356.c | 33 +++++++++++++++++++++ libcpp/charset.c | 6 ++-- libcpp/include/cpplib.h | 6 +--- libcpp/init.c | 52 ++++++++++++++++----------------- libcpp/lex.c | 2 +- 11 files changed, 109 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102356.c