This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-release-arm-eabi-coremark-O2 in repository toolchain/ci/gcc.
from c368cd5d885 Daily bump. adds fc6c39c207c Daily bump. adds fe03562f2ad Daily bump. adds 23114fd9ba0 Daily bump. adds 18023fa6225 Daily bump. adds c71d97549d4 [testsuite] Enable column location checking for 'dg-optimiz [...] adds b5eabef5daa [testsuite] Emit 'warning' instead of 'error' diagnostics f [...] adds 19323ea3e93 c++: Fix FE devirt with diamond inheritance [PR95158] adds 196716c10bc dwarf2: ICE with local class in unused function [PR97918] adds b22f1b34c49 changelog: fix parsing of a revert commit adds 8476cfe5ab1 Daily bump. adds 1cb1c9e62f9 Fix templatized C++ OpenACC 'cache' directive ICEs adds a03fa173f60 Add 'g++.dg/gomp/map-{1,2}.C' new 1e89a236a2e Daily bump.
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: contrib/ChangeLog | 5 +++ contrib/gcc-changelog/git_commit.py | 27 ++++++------ gcc/ChangeLog | 6 +++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 17 ++++++++ gcc/cp/call.c | 20 ++++----- gcc/cp/class.c | 14 +++++++ gcc/cp/cp-tree.h | 3 +- gcc/cp/pt.c | 2 + gcc/dwarf2out.c | 6 +-- gcc/testsuite/ChangeLog | 48 ++++++++++++++++++++++ gcc/testsuite/c-c++-common/goacc/cache-1.c | 18 ++++---- gcc/testsuite/c-c++-common/goacc/cache-2.c | 10 ++--- gcc/testsuite/c-c++-common/gomp/map-1.c | 5 ++- gcc/testsuite/c-c++-common/gomp/map-2.c | 5 ++- gcc/testsuite/g++.dg/debug/localclass2.C | 24 +++++++++++ gcc/testsuite/g++.dg/goacc/cache-1.C | 15 +++++++ .../goacc/cache-2.c => g++.dg/goacc/cache-2.C} | 15 +++++-- .../gomp/map-1.c => g++.dg/gomp/map-1.C} | 14 +++++-- .../gomp/map-2.c => g++.dg/gomp/map-2.C} | 12 +++++- gcc/testsuite/g++.dg/template/virtual5.C | 31 ++++++++++++++ gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-1.c | 4 +- gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-2.c | 4 +- gcc/testsuite/lib/gcc-dg.exp | 4 +- libgomp/ChangeLog | 8 ++++ libgomp/testsuite/libgomp.oacc-c++/cache-1.C | 13 ++++++ .../testsuite/libgomp.oacc-c-c++-common/cache-1.c | 12 +++++- 27 files changed, 283 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/g++.dg/debug/localclass2.C create mode 100644 gcc/testsuite/g++.dg/goacc/cache-1.C copy gcc/testsuite/{c-c++-common/goacc/cache-2.c => g++.dg/goacc/cache-2.C} (90%) copy gcc/testsuite/{c-c++-common/gomp/map-1.c => g++.dg/gomp/map-1.C} (95%) copy gcc/testsuite/{c-c++-common/gomp/map-2.c => g++.dg/gomp/map-2.C} (91%) create mode 100644 gcc/testsuite/g++.dg/template/virtual5.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/cache-1.C