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-master-arm-next-allyesconfig in repository toolchain/ci/gcc.
from d4a906e7b51 analyzer: add test for placement new adds 5a90a18668f Add support for iterative dataflow to ipa-modref-tree.h adds b89e4559950 Track arguments pointing to local or readonly memory in ipa [...] adds f0ae0d512d8 Disable modref for ipa-pta-13.c adds d00b1b023ec powerpc, libcpp: Fix gcc build with clang on power8 [PR97163] adds a29bd4f59e9 openmp: Improve #pragma omp simd vectorization adds ada353b8790 Implement iterative dataflow in mod-ref adds a8d2d89de2e Add modref testcases adds 5b26b3b3f5c Correct overwrite of alloc_comp_result_2.f90 in fix of PR96495. adds e721d1137fb aix: collect2 visibility adds 081b3517b4d aix: Fix _STDC_FORMAT_MACROS in inttypes.h [PR97044] adds 3991912e260 Fix handling of clobbers in ipa-modref.c adds e6923541fae libstdc++: Use __libc_single_threaded to optimise atomics [ [...] adds 91dd4a38641 Daily bump. new 683e55facfd IFN: Implement IFN_VEC_SET for ARRAY_REF with VIEW_CONVERT_EXPR
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: fixincludes/ChangeLog | 7 + fixincludes/fixincl.x | 53 +- fixincludes/inclhack.def | 13 + fixincludes/tests/base/sys/inttypes.h | 14 + gcc/ChangeLog | 62 +++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 10 + gcc/collect2.c | 26 +- gcc/gimple-isel.cc | 75 ++- gcc/internal-fn.c | 41 ++ gcc/internal-fn.def | 2 + gcc/ipa-fnsummary.c | 43 +- gcc/ipa-inline-transform.c | 3 + gcc/ipa-inline.c | 3 - gcc/ipa-modref-tree.h | 192 ++++--- gcc/ipa-modref.c | 582 +++++++++++++-------- gcc/ipa-modref.h | 1 + gcc/ipa-predicate.h | 10 +- gcc/ipa-pure-const.c | 2 + gcc/omp-expand.c | 110 +++- gcc/optabs.c | 21 + gcc/optabs.h | 4 + gcc/testsuite/ChangeLog | 35 ++ gcc/testsuite/gcc.dg/ipa/ipa-pta-13.c | 2 +- gcc/testsuite/gcc.dg/lto/modref-1_0.c | 14 + gcc/testsuite/gcc.dg/lto/modref-1_1.c | 13 + gcc/testsuite/gcc.dg/tree-ssa/modref-2.c | 26 + gcc/testsuite/gcc.dg/vect/vect-simd-17.c | 2 +- gcc/testsuite/gcc.dg/vect/vect-simd-18.c | 40 ++ gcc/testsuite/gcc.dg/vect/vect-simd-19.c | 40 ++ gcc/testsuite/gcc.dg/vect/vect-simd-20.c | 43 ++ gcc/testsuite/gfortran.dg/alloc_comp_result_2.f90 | 94 +--- ...c_comp_result_2.f90 => alloc_comp_result_3.f90} | 2 +- libcpp/ChangeLog | 6 + libcpp/lex.c | 4 +- libstdc++-v3/ChangeLog | 10 + libstdc++-v3/include/ext/atomicity.h | 35 +- libstdc++-v3/libsupc++/guard.cc | 47 +- libstdc++-v3/testsuite/18_support/96817.cc | 39 ++ 39 files changed, 1332 insertions(+), 396 deletions(-) create mode 100644 fixincludes/tests/base/sys/inttypes.h create mode 100644 gcc/testsuite/gcc.dg/lto/modref-1_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/modref-1_1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-2.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-simd-18.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-simd-19.c create mode 100644 gcc/testsuite/gcc.dg/vect/vect-simd-20.c copy gcc/testsuite/gfortran.dg/{alloc_comp_result_2.f90 => alloc_comp_result_3.f90} (99%) create mode 100644 libstdc++-v3/testsuite/18_support/96817.cc