This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5f89265 Fix build. new e4dea11 * configure.ac: Treat a --with-headers option without argume [...] new 5d8a894 /cp PR c++/69855 * name-lookup.c (pushdecl_maybe_friend_1): [...] new c7235a4 * config/visium/visium-protos.h (split_double_move): Rename [...]
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 | 28 +++++- gcc/config/visium/visium-protos.h | 3 +- gcc/config/visium/visium.c | 100 ++++++++++++++++----- gcc/config/visium/visium.md | 98 ++++++++++---------- gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/cp/ChangeLog | 7 ++ gcc/cp/name-lookup.c | 18 ++++ gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/g++.dg/overload/69855.C | 44 +++++++++ gcc/testsuite/g++.old-deja/g++.law/missed-error2.C | 7 +- gcc/testsuite/g++.old-deja/g++.pt/crash3.C | 4 +- 12 files changed, 238 insertions(+), 82 deletions(-) create mode 100644 gcc/testsuite/g++.dg/overload/69855.C