This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allyesconfig in repository toolchain/ci/gcc.
from 03e2d83f596 Daily bump. adds 0bf0e0b86d3 i386: Fix __builtin_floor with FE_DOWNWARD rounding directi [...] adds 65fcf1c2d7f Daily bump. new a5bcb9487dd i386: Fix __builtin_trunc with FE_DOWNWARD rounding directi [...]
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/ChangeLog | 7 +++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-expand.c | 52 ++++++++++++++++++++----------- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.target/i386/pr96793-1.c | 28 +++++++++++++++++ gcc/testsuite/gcc.target/i386/pr96793.c | 28 +++++++++++++++++ 6 files changed, 103 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr96793-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr96793.c