This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 357c4350680 Fix ICE with pathologically large frames new a7267237371 libstdc++: Don't use reserved identifiers in simd headers new 8c4f0c0ceb3 c++: namespace reachability [PR 99344]
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/module.cc | 127 ++++++++++++--------- gcc/cp/name-lookup.c | 54 +++------ gcc/cp/name-lookup.h | 5 +- gcc/testsuite/g++.dg/modules/namespace-2_a.C | 8 +- gcc/testsuite/g++.dg/modules/pr99344_a.C | 23 ++++ .../g++.dg/modules/{bfield-1_b.C => pr99344_b.C} | 4 +- libstdc++-v3/include/experimental/bits/simd.h | 12 +- .../include/experimental/bits/simd_builtin.h | 4 +- libstdc++-v3/include/experimental/bits/simd_x86.h | 4 +- 9 files changed, 131 insertions(+), 110 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/pr99344_a.C copy gcc/testsuite/g++.dg/modules/{bfield-1_b.C => pr99344_b.C} (60%)