This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from ed9006264f6 rs6000: Generate an lxvp instead of two adjacent lxv instructions new b429c81170c Enable store fusion on Power10. new 6f61195e043 c++: Fix __is_*constructible/assignable for templates [PR102305] new 6550198bd84 c++: Update DECL_*SIZE for objects with flexible array memb [...] new 352c0b2668a c++: Fix handling of decls with flexible array members init [...]
The 4 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/config/rs6000/rs6000-cpus.def | 4 +- gcc/config/rs6000/rs6000.c | 95 ++++++++++++++++++++++ gcc/config/rs6000/rs6000.opt | 4 + gcc/cp/decl.c | 32 ++++++++ gcc/cp/method.c | 1 + gcc/cp/typeck2.c | 15 +++- gcc/testsuite/g++.dg/cpp0x/pr102305.C | 39 +++++++++ .../g++.dg/ext/{flexary13.C => flexary39.C} | 37 +++++---- gcc/testsuite/g++.dg/ext/flexary40.C | 50 ++++++++++++ .../struct-size.c => g++.target/i386/pr102295.C} | 5 +- gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c | 31 +++++++ .../gcc.target/powerpc/fusion-p10-stst2.c | 30 +++++++ gcc/varasm.c | 12 ++- 13 files changed, 332 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr102305.C copy gcc/testsuite/g++.dg/ext/{flexary13.C => flexary39.C} (53%) create mode 100644 gcc/testsuite/g++.dg/ext/flexary40.C copy gcc/testsuite/{gcc.target/i386/struct-size.c => g++.target/i386/pr102295.C} (57%) create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst2.c