This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2551e10038a Makefile.tpl: disable -Werror for feedback stage [PR111663] new ce658accc7b i386: Implement doubleword shift left by 1 bit using add+adc.
The 1 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 | 12 ++++++++++++ gcc/config/i386/i386.md | 2 +- gcc/testsuite/gcc.target/i386/ashldi3-2.c | 10 ++++++++++ gcc/testsuite/gcc.target/i386/ashlti3-3.c | 10 ++++++++++ 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/i386/ashldi3-2.c create mode 100644 gcc/testsuite/gcc.target/i386/ashlti3-3.c