This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 19859d6ba6b Add setup.cfg for pytest. new 84ed8d2c889 gcc-changelog/git_email.py: Support older unidiff modules new 082a7b23909 cpplib: Fix off-by-one error new 770ec066b8b c++: Make extern-C mismatch an error new 1c8b8efa5be c++: A couple of template instantiation cleanups new cee45e49126 c++: Directly fixup deferred eh-specs new 3553c658533 aarch64: intrinsics extract half of bf16 vector new ec4d374ece6 Sync the aarch64-vx7r2 libgcc config with that of Linux new 9ba95047e47 Add dg-require-effective-target fpic to gcc.target/powerpc tests new 8bd9a00f434 cpplib: EOF in pragmas new 5b01425ec20 c++: Small pt.c cleanups new f4a0e873be8 i386: Fix ix86_function_arg_regno_p to return correct SSE r [...] new 78f2f08ac8f c++: Refactor clone copying new a52bf016433 c++: using-decl instantiation
The 13 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: contrib/gcc-changelog/git_email.py | 5 ++- gcc/ChangeLog | 9 +++++ gcc/config/aarch64/aarch64-simd-builtins.def | 4 ++ gcc/config/aarch64/aarch64-simd.md | 21 ++++++++++ gcc/config/aarch64/arm_neon.h | 14 +++++++ gcc/config/i386/i386.c | 20 +++------- gcc/config/i386/i386.h | 4 +- gcc/cp/class.c | 37 +++++++++-------- gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 2 +- gcc/cp/parser.c | 26 ++++++------ gcc/cp/pt.c | 44 +++++++++++---------- gcc/cp/tree.c | 46 ++++++++++++++++++++++ gcc/testsuite/ChangeLog | 5 +++ .../{bfcvtnq2-untied.c => bf16_get-be.c} | 21 ++++++---- .../{bfcvtnq2-untied.c => bf16_get.c} | 19 ++++++--- gcc/testsuite/gcc.target/powerpc/pr67789.c | 1 + gcc/testsuite/gcc.target/powerpc/pr83629.c | 1 + gcc/testsuite/gcc.target/powerpc/pr84112.c | 3 +- libcpp/lex.c | 33 +++++++++++----- libgcc/config.host | 1 + 21 files changed, 227 insertions(+), 90 deletions(-) copy gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/{bfcvtnq2-untied.c => bf1 [...] copy gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/{bfcvtnq2-untied.c => bf1 [...]