This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6dd2741 gcc/testsuite * gcc.target/aarch64/ldp_vec_64_1.c: Xfail. new d767075 PR c++/79176 - lambda ICE with -flto -Os new 6b4374b * name-lookup.c (parse_using_directive): Deprecate strong using.
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/ChangeLog | 8 ++++ gcc/cp/decl2.c | 8 ++++ gcc/cp/name-lookup.c | 2 + gcc/cp/tree.c | 8 ++++ gcc/doc/extend.texi | 48 ---------------------- .../strong-using-1.C => cpp0x/inline-ns6.C} | 0 .../strong-using-2.C => cpp0x/inline-ns7.C} | 0 .../strong-using-3.C => cpp0x/inline-ns8.C} | 0 .../strong-using-5.C => cpp0x/inline-ns9.C} | 0 gcc/testsuite/g++.dg/lookup/strong-using-4.C | 8 ---- gcc/testsuite/g++.dg/opt/declone3.C | 16 ++++++++ .../doc/html/manual/debug_mode_design.html | 1 - libstdc++-v3/doc/xml/manual/debug_mode.xml | 1 - 13 files changed, 42 insertions(+), 58 deletions(-) rename gcc/testsuite/g++.dg/{lookup/strong-using-1.C => cpp0x/inline-ns6.C} (100%) rename gcc/testsuite/g++.dg/{lookup/strong-using-2.C => cpp0x/inline-ns7.C} (100%) rename gcc/testsuite/g++.dg/{lookup/strong-using-3.C => cpp0x/inline-ns8.C} (100%) rename gcc/testsuite/g++.dg/{lookup/strong-using-5.C => cpp0x/inline-ns9.C} (100%) delete mode 100644 gcc/testsuite/g++.dg/lookup/strong-using-4.C create mode 100644 gcc/testsuite/g++.dg/opt/declone3.C