This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr81523/master in repository gcc.
discards ee8e6e5818e Add -static-pie to GCC driver for static PIE discards 4f3cd06323d PR driver/81523: Make -static override -pie adds 090f2fbc456 2017-07-23 Bill Schmidt wschmidt@linux.vnet.ibm.com adds e70546aad3e * gcc.dg/pr56727-2.c: Limit to powerpc-linux. [...] adds bdc62933cf5 fortran: fix pair_cmp qsort comparator adds 21b8009fc07 2017-07-23 Michael Collison michael.collison@arm.com adds fb6642e5a6c 2017-07-23 Michael Collison michael.collison@arm.com adds a26e3ca5f34 2017-07-23 Krister Walfridsson krister.walfridsson@gmail.com adds 9f2603397bc Daily bump. adds fe044c9ad24 2017-07-24 Thomas Koenig tkoenig@gcc.gnu.org Mikae [...] adds 8ea2b0c66bf 2017-07-24 Thomas Koenig tkoenig@gcc.gnu.org adds f724d42dbbd 2017-07-24 Thomas Koenig tkoenig@gcc.gnu.org adds 7e45f717f8a 2017-07-24 Thomas Koenig tkoenig@gcc.gnu.org adds ec77f36de89 [AArch64, Patch] Generate MLA when multiply + add vector by scalar adds be601c3e6e9 PR bootstrap/81521 * tree.def: Remove TYPE_METHODS docume [...] new a1c94fbfb3f PR driver/81523: Make -static override -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 (ee8e6e5818e) \ N -- N -- N refs/heads/hjl/pr81523/master (a1c94fbfb3f)
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 | 32 ++++++ gcc/DATESTAMP | 2 +- gcc/common.opt | 9 +- gcc/config.gcc | 9 +- gcc/config/aarch64/aarch64-simd.md | 24 ++++ gcc/config/arm/arm.c | 2 + gcc/config/arm/arm.opt | 2 +- gcc/config/gnu-user.h | 15 ++- gcc/config/i386/gnu-user.h | 7 +- gcc/config/i386/gnu-user64.h | 11 +- gcc/config/i386/winnt-cxx.c | 10 +- gcc/config/rs6000/rs6000.c | 2 +- gcc/doc/generic.texi | 17 +-- gcc/doc/invoke.texi | 13 +-- gcc/fortran/ChangeLog | 15 +++ gcc/fortran/dump-parse-tree.c | 3 + gcc/fortran/interface.c | 4 +- gcc/fortran/trans-array.c | 5 +- gcc/gcc.c | 14 +-- gcc/testsuite/ChangeLog | 15 +++ .../debug/dwarf2/stacked-qualified-types-3.c | 2 +- gcc/testsuite/gcc.dg/pr56727-2.c | 2 +- .../gcc.target/aarch64/simd/vmla_elem_1.c | 67 +++++++++++ gcc/testsuite/gfortran.dg/realloc_on_assign_28.f90 | 40 +++++++ gcc/tree.def | 10 +- libgfortran/ChangeLog | 8 +- libgfortran/io/unix.c | 3 + libstdc++-v3/ChangeLog | 14 +++ .../cpu/{generic => aarch64}/opt/bits/opt_random.h | 13 ++- .../cpu/{i486 => aarch64}/opt/ext/opt_random.h | 126 ++++++++++++++------- libstdc++-v3/include/ext/random | 5 + 31 files changed, 373 insertions(+), 128 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmla_elem_1.c create mode 100644 gcc/testsuite/gfortran.dg/realloc_on_assign_28.f90 copy libstdc++-v3/config/cpu/{generic => aarch64}/opt/bits/opt_random.h (83%) copy libstdc++-v3/config/cpu/{i486 => aarch64}/opt/ext/opt_random.h (53%)