This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr67215/master in repository gcc.
discards 09e56e8 Add comments. omits 96865ec Properly handle -fno-plt in ix86_expand_call adds 9be7a73 PR fortran/41387 * gfortran.texi: New section "File operati [...] adds d351aaf * trans-intrinsic.c (conv_intrinsic_ieee_is_negative): Use t [...] adds 6de19d8 PR fortran/54656 adds 6e79e8c Daily bump. adds 5702129 2015-08-17 Richard Biener rguenther@suse.de Naveen H [...] adds 6645b02 [ARM] arm memcpy of aligned data adds 0436eae * config/arm/arm.c (neon_element_bits): Replace call [...] adds 29aa549 2015-08-17 Richard Biener rguenther@suse.de adds 22723c2 * c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing [...] adds 316a001 * config/i386/i386.c: Remove include of fibheap.h. new 04258b4 Properly handle -fno-plt in ix86_expand_call
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 (09e56e8) \ N -- N -- N refs/heads/hjl/pr67215/master (04258b4)
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 | 46 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 +++ gcc/c-family/c-pretty-print.c | 31 +++------------ gcc/config/arm/arm.c | 12 ++++-- gcc/config/arm/neon.md | 12 +++--- gcc/config/i386/i386.c | 16 ++++---- gcc/config/rs6000/rs6000.c | 3 +- gcc/config/spu/spu.c | 2 +- gcc/expmed.c | 8 ++-- gcc/expr.c | 2 +- gcc/fold-const.c | 2 +- gcc/fortran/ChangeLog | 22 +++++++++++ gcc/fortran/f95-lang.c | 35 ++++++++-------- gcc/fortran/gfortran.texi | 28 +++++++++++++ gcc/fortran/mathbuiltins.def | 1 - gcc/fortran/trans-intrinsic.c | 20 ++++++---- gcc/match.pd | 9 +++++ gcc/optabs.c | 2 +- gcc/simplify-rtx.c | 2 +- gcc/testsuite/ChangeLog | 17 ++++++++ gcc/testsuite/gcc.dg/pr16107.c | 16 ++++++++ gcc/testsuite/gcc.dg/torture/pr67221.c | 31 +++++++++++++++ gcc/testsuite/gcc.target/arm/memcpy-aligned-1.c | 12 ++++++ .../gfortran.dg/{norm_4.f90 => norm2_4.f90} | 0 gcc/testsuite/gfortran.dg/norm2_5.f90 | 23 +++++++++++ gcc/tree-cfg.c | 6 +-- gcc/tree-ssa-sccvn.c | 19 ++++++++- gcc/tree-vect-patterns.c | 13 +++--- 29 files changed, 304 insertions(+), 93 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr16107.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr67221.c create mode 100644 gcc/testsuite/gcc.target/arm/memcpy-aligned-1.c rename gcc/testsuite/gfortran.dg/{norm_4.f90 => norm2_4.f90} (100%) create mode 100644 gcc/testsuite/gfortran.dg/norm2_5.f90