This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a2cdcdd PR 68393: Handle SUBREG_PROMOTED_VAR_P in expand_direct_optab_fn new 55d11fa PR preprocessor/60736 * include/cpplib.h (cpp_errno_filenam [...] new b3a4338 PR target/67770 * config/i386/i386.md (simple_return): Disa [...]
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/config/i386/i386.md | 6 ++++- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.target/i386/pr67770.c | 40 +++++++++++++++++++++++++++++++++ libcpp/ChangeLog | 12 ++++++++++ libcpp/errors.c | 16 ++++++++++--- libcpp/files.c | 11 +++++---- libcpp/include/cpplib.h | 3 +++ 8 files changed, 91 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr67770.c