This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e82ba180d664 [PATCH] PR Fortran/93263 Correct test case new ad1a3914ae8d [PR 80005] Fix __has_include new a5d8a40617df Align __patchable_function_entries to POINTER_SIZE [PR93194]
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/ChangeLog | 6 ++++++ gcc/c-family/ChangeLog | 5 +++++ gcc/c-family/c-cppbuiltin.c | 6 ------ gcc/targhooks.c | 1 + gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/cpp/pr80005.C | 24 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C | 10 ++-------- gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 10 ++-------- gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C | 10 ++-------- libcpp/ChangeLog | 29 ++++++++++++++++++++++++++++- libcpp/directives.c | 29 ++++++++++------------------- libcpp/expr.c | 32 +++++++++++++++----------------- libcpp/files.c | 27 +++++++++++++++------------ libcpp/identifiers.c | 3 +-- libcpp/include/cpplib.h | 2 +- libcpp/init.c | 14 +++++++++++++- libcpp/internal.h | 20 ++++++++++++++------ libcpp/pch.c | 4 ++-- libcpp/traditional.c | 8 ++++---- 19 files changed, 153 insertions(+), 95 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp/pr80005.C