This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from f340327d9b3 Fortran: Fix intrinsic null() handling [PR99651] new 9d020d111fb c-family: ICE with assume_aligned attribute [PR99062] new 9879b82c77b c++: Fix bogus warning in deprecated namespace [PR99318]
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/c-family/c-attribs.c | 11 +++++++++-- gcc/cp/decl2.c | 3 ++- gcc/testsuite/g++.dg/cpp0x/attributes-namespace6.C | 21 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/gen-attrs-73.C | 20 ++++++++++++++++++++ gcc/testsuite/g++.dg/ext/attr-assume-aligned.C | 5 +++++ gcc/testsuite/gcc.dg/attr-assume_aligned-4.c | 4 ++-- 6 files changed, 59 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/attributes-namespace6.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-73.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-assume-aligned.C