This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fbfc389d92c C++: improvements to binary operator diagnostics (PR c++/87504) new e2509e98e76 [openacc] Add oacc_get_default_dim new 685bea4e095 [openacc] Make oacc_fn_attrib_level external new 9ab4658b4d2 C++: better locations for bogus initializations (PR c++/88375)
The 3 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 | 10 ++++++++ gcc/cp/ChangeLog | 10 ++++++++ gcc/cp/typeck.c | 43 ++++++++++++++++++++--------------- gcc/cp/typeck2.c | 10 ++++---- gcc/omp-offload.c | 9 +++++++- gcc/omp-offload.h | 3 +++ gcc/testsuite/ChangeLog | 6 +++++ gcc/testsuite/g++.dg/init/pr88375-2.C | 41 +++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/init/pr88375.C | 26 +++++++++++++++++++++ 9 files changed, 135 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/init/pr88375-2.C create mode 100644 gcc/testsuite/g++.dg/init/pr88375.C