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 363b927ebee [PR88146] do not instantiate constexpr if not manifestly const discards 07005cb9883 [PR88146] avoid diagnostics diffs if cdtor_returns_this discards 7f9aafb7d63 [PR86648] use auto identifier for class placeholder templates new fc87cf9e5e9 [PR86648] use auto identifier for class placeholder templates new f6a5d3a3789 [PR88146] avoid diagnostics diffs if cdtor_returns_this new 00754523829 [PR88146] do not instantiate constexpr if not manifestly const
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 (363b927ebee) \ N -- N -- N refs/heads/aoliva/testme (00754523829)
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 3 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 | 2 +- gcc/cp/cvt.c | 19 +++++-------------- gcc/cp/typeck2.c | 6 +++++- gcc/testsuite/g++.dg/cpp2a/constexpr-inst1.C | 3 --- gcc/testsuite/g++.dg/cpp2a/constexpr-inst1a.C | 9 +++++++++ 5 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-inst1a.C