This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 06505e701dc mips: Avoid out-of-bounds access in mips_symbol_insns [PR98491] new d46c7e2c546 c++: ICE with header-units [PR 99071] new 24bf79f1798 c++: More set_identifier_type_value fixing [PR 99116]
The 2 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/name-lookup.c | 34 ++++++++++++++------------------ gcc/testsuite/g++.dg/lookup/pr99116-1.C | 25 +++++++++++++++++++++++ gcc/testsuite/g++.dg/lookup/pr99116-2.C | 19 ++++++++++++++++++ gcc/testsuite/g++.dg/modules/pr99071_a.H | 6 ++++++ gcc/testsuite/g++.dg/modules/pr99071_b.H | 8 ++++++++ 5 files changed, 73 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/pr99116-1.C create mode 100644 gcc/testsuite/g++.dg/lookup/pr99116-2.C create mode 100644 gcc/testsuite/g++.dg/modules/pr99071_a.H create mode 100644 gcc/testsuite/g++.dg/modules/pr99071_b.H