This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 44bfe16daf3 PR c/84953 * builtins.c (fold_builtin_strpbrk): For strpb [...] new 80db3ac9907 PR target/81647: Fix testcase. new 2e630204b24 PR target/84945 * config/i386/i386.c (fold_builtin_cpu): [...]
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 | 5 ++ gcc/config/i386/i386.c | 24 ++++++-- gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/gcc.target/aarch64/pr81647.c | 1 + gcc/testsuite/gcc.target/i386/pr84945.c | 16 ++++++ libgcc/ChangeLog | 10 ++++ libgcc/config/i386/cpuinfo.c | 88 ++++++++++++++++++------------ libgcc/config/i386/cpuinfo.h | 1 + 8 files changed, 114 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr84945.c