This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3_LTO in repository toolchain/ci/gcc.
from 918332d17c8 <x86gprintrin.h>: Add pragma GCC target("general-regs-only") adds 2e7a0f49bce diagnostics: Fix sporadic test failure adds cb8593a3f2a Daily bump. adds 65ff948e6f8 Fortran: fix pointless warning for static variables adds b72708f59bd Daily bump. adds b186040b468 i386: Fix wrong optimization for consecutive masked scatter [...] adds 6e503ac734f Daily bump. adds be64e725111 Fortran: Assumed and explicit size class arrays [PR46691/99819]. adds 2294ca2a358 Daily bump. adds 5f5f8f39afc Daily bump. adds 5803a973192 rs6000: Disable mode promotion for pseudos adds 7d3d198940e rs6000: Expand PROMOTE_MODE marco in rs6000_promote_function_mode adds c27080718d4 Fix failed test cases caused by disabling mode promotion fo [...] adds 8a22edc6f97 Update gcc sv.po. adds 7b1c1fc0e6b Fortran - reject function entries with mismatched characteristics adds 4c9a7a19189 Daily bump. adds 374428891ef libgcc: Add missing runtime exception notices adds e6880aa976f Fix 'OMP_CLAUSE_TILE' operands handling in 'gcc/tree.c:walk [...] adds 9929fe9e7c3 Daily bump. adds 051040f0642 vectorizer: Fix up vectorization using WIDEN_MINUS_EXPR [PR102124] new adee9b8a80c c++: Fix ICE with nullptr comparison (GCC 11) [PR101592]
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 | 118 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/sse.md | 20 ++-- gcc/config/rs6000/rs6000-call.c | 4 +- gcc/config/rs6000/rs6000.h | 11 -- gcc/fold-const.c | 3 +- gcc/fortran/ChangeLog | 39 +++++++ gcc/fortran/class.c | 33 ++++-- gcc/fortran/resolve.c | 9 ++ gcc/fortran/trans-array.c | 12 ++- gcc/fortran/trans-decl.c | 20 ++-- gcc/fortran/trans-expr.c | 9 ++ gcc/po/ChangeLog | 4 + gcc/po/sv.po | 6 +- gcc/testsuite/ChangeLog | 108 +++++++++++++++++++ gcc/testsuite/g++.dg/warn/Wlogical-op-3.C | 12 +++ .../gcc.dg/plugin/diagnostic_plugin_show_trees.c | 2 + .../plugin/diagnostic_plugin_test_inlining.c | 2 + .../gcc.dg/plugin/diagnostic_plugin_test_paths.c | 2 + .../diagnostic_plugin_test_string_literals.c | 2 + .../diagnostic_plugin_test_tree_expression_range.c | 2 + gcc/testsuite/gcc.dg/torture/pr102124.c | 27 +++++ gcc/testsuite/gcc.target/i386/avx512f-pr101472.c | 49 +++++++++ gcc/testsuite/gcc.target/i386/avx512vl-pr101472.c | 79 ++++++++++++++ .../gcc.target/powerpc/not-promote-mode.c | 13 +++ gcc/testsuite/gcc.target/powerpc/pr56605.c | 2 +- gcc/testsuite/gcc.target/powerpc/pr81348.c | 6 +- gcc/testsuite/gfortran.dg/class_dummy_6.f90 | 65 ++++++++++++ gcc/testsuite/gfortran.dg/class_dummy_7.f90 | 60 +++++++++++ gcc/testsuite/gfortran.dg/entry_24.f90 | 20 ++++ gcc/testsuite/gfortran.dg/pr98411.f90 | 4 +- gcc/tree-vect-patterns.c | 26 ++++- gcc/tree.c | 2 +- libgcc/ChangeLog | 11 ++ libgcc/config/aarch64/value-unwind.h | 4 + libgcc/config/frv/frv-abi.h | 4 + libgcc/config/i386/value-unwind.h | 4 + libgcc/config/pa/pa64-hpux-lib.h | 9 +- 38 files changed, 754 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wlogical-op-3.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr102124.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr101472.c create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-pr101472.c create mode 100644 gcc/testsuite/gcc.target/powerpc/not-promote-mode.c create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_7.f90 create mode 100644 gcc/testsuite/gfortran.dg/entry_24.f90