This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2e36c4a04a4 MAINTAINERS: Add myself to write after approval new 27e2e7c93e4 math-opts: Add dbgcounter for FMA formation new ea5abbb2633 c++: ICE with -fno-exceptions and array init [PR107198] new f73d2d61a59 c++: __integer_pack with class argument [PR111357]
The 3 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/pt.cc | 2 ++ gcc/cp/typeck2.cc | 1 - gcc/dbgcnt.def | 1 + gcc/testsuite/g++.dg/eh/no-exceptions1.C | 19 ++++++++++++++++ gcc/testsuite/g++.dg/ext/integer-pack7.C | 38 ++++++++++++++++++++++++++++++++ gcc/tree-ssa-math-opts.cc | 4 ++++ 6 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/eh/no-exceptions1.C create mode 100644 gcc/testsuite/g++.dg/ext/integer-pack7.C