This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dfe0d4389a3 c++: crash with anon VAR_DECL [PR116676] new 7ca486889b1 c++: ICE with -Wtautological-compare in template [PR116534] new d6d8445c855 c++: fix constexpr cast from void* diag issue [PR116741]
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 | 7 ++++-- gcc/fold-const.cc | 12 ++++++--- gcc/testsuite/g++.dg/cpp26/constexpr-voidptr4.C | 29 ++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/Wtautological-compare4.C | 21 ++++++++++++++++ 4 files changed, 64 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/constexpr-voidptr4.C create mode 100644 gcc/testsuite/g++.dg/warn/Wtautological-compare4.C