This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a9172b107a2 libstdc++: Fix flat_foo::insert_range for non-common ranges [...] new 6141fd55181 c++: check_flexarray fixes [PR117516]
The 1 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/class.cc | 152 ++++++++++++++++++++-------------- gcc/testsuite/g++.dg/ext/flexary19.C | 2 +- gcc/testsuite/g++.dg/ext/flexary42.C | 26 ++++++ gcc/testsuite/g++.dg/ext/flexary9.C | 2 +- gcc/testsuite/g++.dg/other/pr117516.C | 21 +++++ 5 files changed, 141 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/flexary42.C create mode 100644 gcc/testsuite/g++.dg/other/pr117516.C