This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 85a3442c85a Fortran: Fix ICE caused by missing error for untyped symbol [...] new 877c9e332f9 i386: Fix expand_vec_perm_pshufb for narrow modes [PR103905] new 6aa44066b34 i386: Fix type of one_cmplv2qi2 alternatives 1,2 [PR103915]
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.c | 23 ++++++++++++----------- gcc/config/i386/mmx.md | 2 +- gcc/testsuite/gcc.target/i386/pr103905.c | 25 +++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr103915.c | 11 +++++++++++ 4 files changed, 49 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103905.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103915.c