This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 192c1c656b8 gimple-fold: Don't replace `bool_var != 0` with `bool_var` [...] new abab79397ef c++: adjust PR99599/CWG2369 workaround
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 | 41 ++++++++++++++++++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/pt.cc | 40 ++++++--------------- gcc/testsuite/g++.dg/cpp2a/concepts-nondep5.C | 34 ++++++++++++++++++ .../g++.dg/cpp2a/concepts-recursive-sat4.C | 2 +- 5 files changed, 88 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-nondep5.C