This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 09a4ffb72aa Refactor load/store/kill analysis in ipa-modref adds c8260767aa3 Fix failure merge_block.c testcase adds 0f5afb62638 Improve base tracking in ipa-modref adds 8fef6f720a5 Fortran: fix lookup for gfortran builtin math intrinsics us [...] new 364539710f8 i386: Fix up handling of target attribute [PR101180] new da17c304e22 fortran, debug: Fix up DW_AT_rank [PR103315]
The 2 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-options.c | 5 +- gcc/fortran/trans-intrinsic.c | 66 +++++++++-------- gcc/fortran/trans-types.c | 4 +- gcc/ipa-modref.c | 71 +++++++++--------- gcc/testsuite/gcc.dg/tree-prof/merge_block.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/modref-15.c | 9 +++ gcc/testsuite/gcc.target/i386/pr101180.c | 12 ++++ gcc/testsuite/gfortran.dg/dec_math_5.f90 | 104 +++++++++++++++++++++++++++ 8 files changed, 202 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-15.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101180.c create mode 100644 gcc/testsuite/gfortran.dg/dec_math_5.f90