This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 81072bab8d1 Fortran : ICE in gfc_check_pointer_assign PR95612 new 5ed9a5d02fb doc: Fix some typos new 6039cb96d10 core: add tree-node comments new 31dbaab57fe c++: Comments & formatting new bf567bb3b3c core: formatting & comment new 9eb370f19c1 c++: Improve checking of decls with trailing return type [PR95820] new b1d389d60d1 expr: Unbreak build of mesa [PR96194] new ee352e91d2e testsuite: adapt g++.dg/ipa/pr83667.C for AIX new 524862db444 Fix goacc/finalize-1.f tree dump-scanning for -m32 new 4f97bed9a79 aix: FAT libraries: test native compiler mode directly new 4d4a0aa4232 c++: Refactor some class fns new 5f809982e8e c++: tree dumper
The 11 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/cp/class.c | 45 ++++--- gcc/cp/cp-tree.def | 4 +- gcc/cp/cp-tree.h | 81 ++++++------ gcc/cp/decl.c | 180 +++++++++++++-------------- gcc/cp/decl2.c | 6 +- gcc/cp/method.c | 3 + gcc/cp/name-lookup.c | 17 ++- gcc/cp/pt.c | 1 - gcc/cp/ptree.c | 15 ++- gcc/cp/rtti.c | 3 +- gcc/cp/tree.c | 2 +- gcc/cp/typeck.c | 1 + gcc/doc/gty.texi | 2 +- gcc/doc/invoke.texi | 1 - gcc/expr.c | 4 +- gcc/hash-map.h | 3 +- gcc/incpath.h | 4 +- gcc/testsuite/g++.dg/cpp1y/auto-fn58.C | 13 ++ gcc/testsuite/g++.dg/ipa/pr83667.C | 2 +- gcc/testsuite/g++.dg/opt/pr96194.C | 21 ++++ gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 4 +- gcc/tree-core.h | 2 + gcc/tree.c | 6 +- libatomic/config/t-aix | 2 +- libgcc/config/rs6000/t-slibgcc-aix | 2 +- libgfortran/config/t-aix | 2 +- libgomp/config/t-aix | 2 +- libstdc++-v3/config/os/aix/t-aix | 2 +- 28 files changed, 245 insertions(+), 185 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn58.C create mode 100644 gcc/testsuite/g++.dg/opt/pr96194.C