This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from bb3316a6f10 libgomp/testsuite: Fix checks for dg-excess-errors new af53e450e5c c++: Don't allow defining types in enum-base [PR96380] new fb7c736c2f1 c++: Prevent bogus -Wtype-limits warning with NTTP [PR100161]
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/parser.c | 4 ++++ gcc/cp/pt.c | 24 +++++++++++++++--------- gcc/testsuite/g++.dg/cpp0x/enum_base4.C | 8 ++++++++ gcc/testsuite/g++.dg/cpp0x/enum_base5.C | 7 +++++++ gcc/testsuite/g++.dg/warn/Wtype-limits6.C | 17 +++++++++++++++++ 5 files changed, 51 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum_base4.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum_base5.C create mode 100644 gcc/testsuite/g++.dg/warn/Wtype-limits6.C