This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c04babd9dfa libcpp: Fix ICEs on __has_include syntax errors [PR93545] new f8d6e448f80 libcpp: Diagnose __has_include outside of preprocessor dire [...] new 59afd6ad836 libcpp: Diagnose __has_include outside of preprocessor dire [...]
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/ChangeLog | 4 + gcc/testsuite/c-c++-common/cpp/has-include-1.c | 104 +++++++++++++++++++++ .../c-c++-common/cpp/has-include-next-1.c | 104 +++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/has-include-1.c | 8 ++ libcpp/ChangeLog | 3 + libcpp/macro.c | 5 + 6 files changed, 228 insertions(+) create mode 100644 gcc/testsuite/c-c++-common/cpp/has-include-1.c create mode 100644 gcc/testsuite/c-c++-common/cpp/has-include-next-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/has-include-1.c