This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d08f2e4f745 Fortran: Fix some more blockers in associate meta-bug [PR87477] new 2b2bf793d3f i386: Fix endless recursion in ix86_expand_vector_init_gene [...] new fcbef8e431c optabs: Implement double-word ctz and ffs expansion
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/config/i386/i386-expand.cc | 2 +- gcc/optabs.cc | 63 ++++++++++++++++++++++++++++----- gcc/testsuite/gcc.target/i386/ctzll-1.c | 9 +++++ gcc/testsuite/gcc.target/i386/ffsll-1.c | 9 +++++ 4 files changed, 73 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/ctzll-1.c create mode 100644 gcc/testsuite/gcc.target/i386/ffsll-1.c