This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9b8c6fffcb1 aarch64: Avoid using mismatched ZERO ZA sizes new 245595d7281 match: Fix `!a?b:c` and `a?~t:t` patterns for signed 1 bit [...] new 0fd824d717c c++: Diagnose or avoid constexpr dtors in classes with virt [...]
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/constexpr.cc | 17 +++++++---------- gcc/match.pd | 6 +++++- gcc/testsuite/g++.dg/cpp2a/constexpr-dtor16.C | 7 +++++++ gcc/testsuite/g++.dg/cpp2a/pr114426.C | 7 +++++++ gcc/testsuite/gcc.c-torture/execute/bitfld-signed1-1.c | 13 +++++++++++++ 5 files changed, 39 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor16.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/pr114426.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/bitfld-signed1-1.c