This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 8e5def9c36f mips: Fix missing mode in negmode:MSA2 new 3add6b9ceef c++: prvalue of array type [PR111286] new 470f501f31a varasm: check float size [PR109359]
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/cp/tree.cc | 9 +++++---- gcc/testsuite/g++.dg/cpp0x/initlist-array22.C | 12 ++++++++++++ gcc/testsuite/g++.dg/ext/frounding-math1.C | 8 ++++++++ gcc/varasm.cc | 11 ++++++----- 4 files changed, 31 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array22.C create mode 100644 gcc/testsuite/g++.dg/ext/frounding-math1.C