This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr60336/master in repository gcc.
discards f148022 Properly pass C++ empty class discards 034c32f Add is_empty_record discards 052d372 Add TYPE_EMPTY_RECORD for C++ empty class adds 8b7d2f8 PR rtl-optimization/69217 * var-tracking.c (tracked_record_ [...] new adc9abd Add TYPE_EMPTY_RECORD for C++ empty class new 28fcd45 Add is_empty_record new 66375fb Properly pass C++ empty class new abc6bfc Move is_empty_record
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 (f148022) \ N -- N -- N refs/heads/hjl/pr60336/master (abc6bfc)
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 4 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/ChangeLog | 6 +++++ gcc/cp/class.c | 66 +++++++++++++++++++++++++----------------------------- gcc/var-tracking.c | 3 ++- 3 files changed, 39 insertions(+), 36 deletions(-)