This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr81820/master in repository gcc.
discards 78ed00c779c i386: Replace frame pointer with stack pointer in debug insns adds 775de9e5d22 Daily bump. adds a9b2df6cc2a [RS6000] linux startfile/endfile adds ce08eba0950 [PR79542][Ada] Fix ICE in dwarf2out.c with nested func. inlining adds 908e437e274 Require -static support in gcc.dg/pie-static-[12].c (PR tes [...] adds b533de10afb Daily bump. adds 074046fae9d 2017-08-12 Andrew Pinski apinski@cavium.com adds 6fc8fd8453d 2017-08-13 Thomas Koenig tkoenig@gcc.gnu.org adds c352171f7ba * config/i386/i386.md (*load_tp_<mode>): Redefine as defi [...] new 7e7bdc4ee5d i386: Replace frame pointer with stack pointer in debug insns
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 (78ed00c779c) \ N -- N -- N refs/heads/hjl/pr81820/master (7e7bdc4ee5d)
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/ChangeLog | 41 +++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-option-extensions.def | 2 +- gcc/config/i386/i386.c | 2 +- gcc/config/i386/i386.md | 118 +++++++++---------- gcc/config/rs6000/sysv4.h | 46 +++++--- gcc/dwarf2out.c | 143 ++++++++++++++--------- gcc/fortran/ChangeLog | 4 + gcc/fortran/gfortran.texi | 59 ++++++++++ gcc/testsuite/ChangeLog | 11 ++ gcc/testsuite/gcc.dg/pie-static-1.c | 4 +- gcc/testsuite/gcc.dg/pie-static-2.c | 4 +- gcc/testsuite/gnat.dg/debug13.adb | 38 ++++++ gcc/testsuite/gnat.dg/debug13.ads | 5 + 14 files changed, 338 insertions(+), 141 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/debug13.adb create mode 100644 gcc/testsuite/gnat.dg/debug13.ads