This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 75a7176575c Improve SImode shifts for H8 new 0215b3559e5 tree-optimization/101925 - fix VN with reverse storage order new d5659997921 c++: Add C++20 #__VA_OPT__ support
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/c-c++-common/cpp/va-opt-5.c | 67 ++++++++++++++++++++ gcc/testsuite/c-c++-common/cpp/va-opt-6.c | 17 +++++ gcc/testsuite/gcc.dg/sso-16.c | 100 ++++++++++++++++++++++++++++++ gcc/tree-ssa-sccvn.c | 33 +++++++++- libcpp/macro.c | 88 +++++++++++++++++++++----- 5 files changed, 289 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-5.c create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-6.c create mode 100644 gcc/testsuite/gcc.dg/sso-16.c