This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gcc.
from 0f5afb62638 Improve base tracking in ipa-modref adds 8fef6f720a5 Fortran: fix lookup for gfortran builtin math intrinsics us [...] adds 364539710f8 i386: Fix up handling of target attribute [PR101180] adds da17c304e22 fortran, debug: Fix up DW_AT_rank [PR103315] adds ae957bef065 Daily bump. adds 2b5b8610e98 xtensa: Fix non-robust split condition in define_insn_and_split adds b5844cb0bc8 Don't allow mask/sse/mmx mov in TLS code sequences. adds 4b1e14346a0 openmp: Handle OMP_MASKED in potential_constant_expression_ [...] adds f456eaf2e0f tree-optimization/103351 - avoid compare-debug issue wrt CD [...] adds 90986c5f0aa libgcc: Remove tbase member from struct unw_eh_callback_data adds f58bf16f672 libgcc: Remove dbase member from struct unw_eh_callback_dat [...] adds d7376862b6d libstdc++: Fix condition for definition of _GLIBCXX14_DEPRECATED adds 1aedb3920a4 openacc: Fix up C++ #pragma acc routine handling [PR101731] new c38c547a708 docs: remove duplicate param documentation
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 | 67 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/constraints.md | 5 ++ gcc/config/i386/i386-options.c | 5 +- gcc/config/i386/i386-protos.h | 1 + gcc/config/i386/i386.c | 30 ++++++++ gcc/config/i386/i386.md | 8 +-- gcc/config/xtensa/xtensa.md | 4 +- gcc/cp/constexpr.c | 1 + gcc/cp/parser.c | 26 +++---- gcc/doc/invoke.texi | 12 ---- gcc/fortran/ChangeLog | 17 +++++ gcc/fortran/trans-intrinsic.c | 66 +++++++++-------- gcc/fortran/trans-types.c | 4 +- gcc/testsuite/ChangeLog | 28 ++++++++ gcc/testsuite/c-c++-common/goacc/routine-6.c | 4 ++ gcc/testsuite/g++.dg/gomp/masked-1.C | 14 ++++ gcc/testsuite/g++.dg/torture/pr103351.C | 88 +++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr101180.c | 12 ++++ gcc/testsuite/gcc.target/i386/pr103275.c | 83 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/dec_math_5.f90 | 104 +++++++++++++++++++++++++++ gcc/tree-ssa-dce.c | 4 ++ libgcc/unwind-dw2-fde-dip.c | 54 ++++++++++---- libstdc++-v3/include/bits/c++config | 4 +- 24 files changed, 561 insertions(+), 82 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/routine-6.c create mode 100644 gcc/testsuite/g++.dg/gomp/masked-1.C create mode 100644 gcc/testsuite/g++.dg/torture/pr103351.C create mode 100644 gcc/testsuite/gcc.target/i386/pr101180.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103275.c create mode 100644 gcc/testsuite/gfortran.dg/dec_math_5.f90