This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from c5ac040e670 Daily bump. new e0ae287e2c1 target/100784 - avoid ICE with folding __builtin_ia32_shufpd new 2cd7683cdbc tree-optimization/104511 - avoid FP to DFP conversion for V [...] new 807bfd43576 target/104453 - guard call folding with NULL LHS
The 3 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.c | 4 +++- gcc/testsuite/gcc.dg/pr104511.c | 16 ++++++++++++++++ gcc/testsuite/gcc.target/i386/pr104453.c | 11 +++++++++++ gcc/tree-ssa-forwprop.c | 9 +++++++++ 4 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/pr104511.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104453.c