This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 2663d18356b c-family: Fix up ICE during pretty-printing of PMF related [...] adds b60bc913cca i386: Don't emit pushf;pop for __builtin_ia32_readeflags_u* [...] new b2dff6b2d9d rename floatformat_ia64_quad_{big, little} to floatformat_i [...] new bc84b61b007 [PATCH] gcc: pass-manager: Fix memory leak. [PR jit/63854] new 981524428b2 selftest: Move C-specific tests to c_family
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/c-family/c-common.cc | 2 ++ gcc/c-family/c-common.h | 2 ++ gcc/config/i386/i386-expand.cc | 3 +++ gcc/diagnostic.cc | 2 +- gcc/hash-traits.h | 17 ++++++++++++++++ gcc/opt-problem.cc | 2 +- gcc/pass_manager.h | 3 +-- gcc/passes.cc | 5 +++-- gcc/selftest-run-tests.cc | 2 -- gcc/selftest.h | 2 -- gcc/testsuite/gcc.target/i386/pr104971.c | 18 +++++++++++++++++ include/floatformat.h | 6 +++--- libiberty/floatformat.c | 34 ++++++++++++++++---------------- 13 files changed, 68 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr104971.c