This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a8fd20 gcc/ * config/m68k/m68k.c (m68k_option_override): Check opt [...] new 2e7b05a PR c++/71912 - [6/7 regression] flexible array in struct in u [...]
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/ChangeLog | 11 + gcc/cp/class.c | 293 +++++++++++++----- gcc/testsuite/ChangeLog | 19 ++ .../g++.dg/compat/struct-layout-1_generate.c | 35 ++- gcc/testsuite/g++.dg/ext/flexary18.C | 213 +++++++++++++ gcc/testsuite/g++.dg/ext/flexary19.C | 343 +++++++++++++++++++++ gcc/testsuite/g++.dg/ext/flexary4.C | 35 ++- gcc/testsuite/g++.dg/ext/flexary5.C | 39 ++- gcc/testsuite/g++.dg/ext/flexary9.C | 8 +- gcc/testsuite/g++.dg/torture/pr64312.C | 4 +- 10 files changed, 895 insertions(+), 105 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/flexary18.C create mode 100644 gcc/testsuite/g++.dg/ext/flexary19.C