This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr81780 in repository gcc.
discards de806bce7a7 i386: Avoid PLT when shadow stack is enabled adds 01a6e9e7771 PR libstdc++/82685 add 'noexcept' to string_view literals adds 51aff68fd32 PR82687, g++.dg/asan/default-options-1.C fails with PR82575 fix new 7450bb7c1a2 Add bootstrap-cet.mk to bootstrap GCC with Intel CET new 91d2aa137b2 i386: Avoid PLT when shadow stack is enabled
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 (de806bce7a7) \ N -- N -- N refs/heads/hjl/pr81780 (91d2aa137b2)
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 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: config/ChangeLog | 4 ++++ config/bootstrap-cet.mk | 4 ++++ gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 7 +++++++ libiberty/ChangeLog | 7 +++++++ libiberty/simple-object-elf.c | 29 ++++++++++++++++++--------- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/include/experimental/string_view | 8 ++++---- libstdc++-v3/include/std/string_view | 8 ++++---- 9 files changed, 59 insertions(+), 18 deletions(-) create mode 100644 config/bootstrap-cet.mk