This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 247c407c83f Try placing RTL folded constants in the constant pool. adds 80d360fa72a 387-12.c: Require ia32 target instead of -m32 adds dece6ae7722 Clone correct pass in class pass_thread_jumps_full. adds 3adcf7e1042 openmp: Fix handling of numa_domains(1) adds b0ea7a8409a Remove redundant alignment scheme recomputation adds c9ff4581841 Reduce the number of aligned_access_p calls adds 30d6ff39168 tree-object-size: Avoid unnecessary processing of __builtin [...] adds 1257aad1073 Apply TLC to vect_supportable_dr_alignment adds 582d43a48cb c++: improve template/crash90.C adds 4abc0c196b1 i386: Fix ICE in ix86_print_opreand_address [PR 102761]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386.c | 5 +++- gcc/testsuite/g++.dg/template/crash90.C | 3 ++- gcc/testsuite/gcc.target/i386/387-12.c | 4 +-- gcc/testsuite/gcc.target/i386/pr102761.c | 11 ++++++++ gcc/tree-object-size.c | 12 ++++----- gcc/tree-ssa-threadbackward.c | 2 +- gcc/tree-vect-data-refs.c | 45 ++++++++++++-------------------- gcc/tree-vect-stmts.c | 23 +++++++--------- libgomp/config/linux/affinity.c | 2 +- 9 files changed, 51 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr102761.c