This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b6ab375cbd0 Downgrade DWARF_VERSION_DEFAULT to 3 for VxWorks >= 7 new 62ec780ac0b fixincludes: Fix up powerpc floatn.h tweaks [PR107059] new 348e46fa8cb fixincludes: Deal also with the _Float128x cases [PR107059] new 88f04e90f63 c++: Improve handling of foreigner namespace attributes
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: fixincludes/fixincl.x | 103 ++++++++++++++++++++++++++++-- fixincludes/inclhack.def | 41 +++++++++++- fixincludes/tests/base/bits/floatn.h | 22 +++++++ gcc/attribs.cc | 27 ++++---- gcc/attribs.h | 19 +++++- gcc/c-family/c-common.cc | 7 +- gcc/cp/cp-gimplify.cc | 32 +++++++--- gcc/cp/parser.cc | 3 +- gcc/testsuite/g++.dg/cpp1z/fallthrough2.C | 24 +++++++ gcc/testsuite/g++.dg/cpp2a/attr-likely7.C | 38 +++++++++++ 10 files changed, 280 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/fallthrough2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/attr-likely7.C