This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pie/gcc-7-branch in repository gcc.
discards f7b2908475f Add -static-pie to GCC driver for static PIE discards 8a1db1e8209 Fix pr80044, -static and -pie insanity, and pr81170 adds 96a2e0175ab Daily bump. adds e360b16af20 Daily bump. adds 0ec35eb77a7 PR target/80569 * config/i386/i386.c (ix86_option_overrid [...] new da7777f7070 PR driver/81523: Make -static override -pie new 25f72e4a80e Add -static-pie to GCC driver for static PIE
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 (f7b2908475f) \ N -- N -- N refs/heads/hjl/pie/gcc-7-branch (25f72e4a80e)
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: gcc/ChangeLog | 6 +++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 6 +++ gcc/config/rs6000/sysv4.h | 65 +++++++-------------------------- gcc/doc/invoke.texi | 8 ++-- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.dg/pie-static-1.c | 7 ++++ gcc/testsuite/gcc.dg/pie-static-2.c | 7 ++++ gcc/testsuite/gcc.target/i386/pr80569.c | 9 +++++ 9 files changed, 60 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pie-static-1.c create mode 100644 gcc/testsuite/gcc.dg/pie-static-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr80569.c