This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26cb95678d4 libstdc++: Another baseline_symbols.txt update new 73dd5c6c887 libcpp: Update cpp_wcwidth() to Unicode 15 new 336ce497fb2 libcpp: Fix ICE on directive inside _Pragma() operator [PR67046]
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: contrib/unicode/DerivedCoreProperties.txt | 253 ++++++++++++++++++---- contrib/unicode/DerivedNormalizationProps.txt | 83 ++++++- contrib/unicode/EastAsianWidth.txt | 74 +++++-- contrib/unicode/PropList.txt | 56 +++-- contrib/unicode/README | 2 +- contrib/unicode/UnicodeData.txt | 300 +++++++++++++++++++++++++- gcc/testsuite/c-c++-common/cpp/pr67046.c | 10 + libcpp/directives.cc | 5 + libcpp/generated_cpp_wcwidth.h | 110 +++++----- 9 files changed, 744 insertions(+), 149 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/pr67046.c