This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5bc9d2f5ed4 coroutines: Prevent repeated error messages for missing promise. new c04babd9dfa libcpp: Fix ICEs on __has_include syntax errors [PR93545]
The 1 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/ChangeLog | 10 ++++++++++ gcc/testsuite/c-c++-common/cpp/pr88974.c | 1 + gcc/testsuite/c-c++-common/cpp/pr93545-1.c | 4 ++++ gcc/testsuite/c-c++-common/cpp/pr93545-2.c | 4 ++++ gcc/testsuite/c-c++-common/cpp/pr93545-3.c | 4 ++++ gcc/testsuite/c-c++-common/cpp/pr93545-4.c | 4 ++++ libcpp/ChangeLog | 7 +++++++ libcpp/macro.c | 23 ++++++++++++++++++++--- 8 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/pr93545-1.c create mode 100644 gcc/testsuite/c-c++-common/cpp/pr93545-2.c create mode 100644 gcc/testsuite/c-c++-common/cpp/pr93545-3.c create mode 100644 gcc/testsuite/c-c++-common/cpp/pr93545-4.c