This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme in repository gcc.
discards 00754523829 [PR88146] do not instantiate constexpr if not manifestly const discards f6a5d3a3789 [PR88146] avoid diagnostics diffs if cdtor_returns_this discards fc87cf9e5e9 [PR86648] use auto identifier for class placeholder templates discards 665607adaa1 [PR86153] simplify vrp overflow simplifications new 2d214d7d535 [PR86153/83239] identify vrp overflow simplification differ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (00754523829) \ N -- N -- N refs/heads/aoliva/testme (2d214d7d535)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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/constexpr.c | 3 +- gcc/cp/cvt.c | 12 --- gcc/cp/cxx-pretty-print.c | 10 +-- gcc/cp/error.c | 8 -- gcc/cp/pt.c | 5 +- gcc/cp/typeck2.c | 6 +- gcc/testsuite/g++.dg/cpp1z/pr86648.C | 5 -- gcc/testsuite/g++.dg/cpp2a/constexpr-inst1.C | 3 + gcc/testsuite/g++.dg/cpp2a/constexpr-inst1a.C | 9 --- gcc/testsuite/gcc.dg/vrp-overflow-2.c | 35 --------- gcc/vr-values.c | 107 +++++++++++++++++++++++++- gcc/vr-values.h | 11 +++ 12 files changed, 123 insertions(+), 91 deletions(-) delete mode 100644 gcc/testsuite/g++.dg/cpp1z/pr86648.C delete mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-inst1a.C delete mode 100644 gcc/testsuite/gcc.dg/vrp-overflow-2.c