This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 29a60c13f8e RISC-V: Add FRM_ prefix to dynamic rounding mode enum new d8b058d3ca4 Choose better initial values for ranger. new cfd6569e9c4 Use negative values to reflect always_current in the tempor [...] new 257c2be7ff8 Only update global value if it changes. new affee7dcfa1 target/109944 - avoid STLF fail for V16QImode CTOR expansion
The 4 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 | 11 ++--- gcc/gimple-range-cache.cc | 70 +++++++++++++++++++++++------- gcc/gimple-range-cache.h | 2 +- gcc/gimple-range.cc | 8 ++-- gcc/testsuite/gcc.target/i386/pr109944-1.c | 30 +++++++++++++ gcc/testsuite/gcc.target/i386/pr109944-2.c | 17 ++++++++ 6 files changed, 113 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr109944-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr109944-2.c