This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 9a993849bd3 alpha: Implement the PR94780 fix for alpha. new e5613c55c29 c++: ICE in value_dependent_expression_p in C++98 mode [PR94938]
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/ChangeLog | 10 ++++++++++ gcc/cp/pt.c | 8 +++++--- gcc/testsuite/g++.dg/warn/Wdiv-by-zero-3.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/warn/Wtype-limits4.C | 23 +++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/template-2.C | 22 ++++++++++++++++++++++ gcc/testsuite/g++.old-deja/g++.pt/crash10.C | 1 + 6 files changed, 78 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wdiv-by-zero-3.C create mode 100644 gcc/testsuite/g++.dg/warn/Wtype-limits4.C create mode 100644 gcc/testsuite/g++.dg/warn/template-2.C