This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr67400/64-bit in repository gcc.
discards 25074a0 Load external function address via GOT slot adds ec1e6ec * sv.po: Update. adds bed3961 Reuse the saved_scope structures allocated by push_to_top_level adds 55f9c6e vrp: remove redundant has_single_use tests adds fd3211e X86: Fix a typo in call_insn_operand adds 394ce52 Daily bump. adds 1701058 * config/m68k/linux-atomic.c: Do not include unistd.h adds c08d461 2016-04-22 Richard Biener rguenther@suse.de adds f29d86c 2016-04-22 Richard Biener rguenther@suse.de adds 67d05b1 [PATCH 1/2] (header usage fix) remove unused system header includes adds d637913 [PATCH 2/2] (header usage fix) include c++ headers in system.h adds c052a8d 2016-04-22 Dominique d'Humieres dominiq@lps.ens.fr new 76271b1 Load external function address via GOT slot
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 (25074a0) \ N -- N -- N refs/heads/hjl/pr67400/64-bit (76271b1)
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 | 52 +++ gcc/DATESTAMP | 2 +- gcc/auto-profile.c | 7 +- gcc/c/c-objc-common.c | 2 - gcc/config/aarch64/cortex-a57-fma-steering.c | 3 +- gcc/config/i386/i386.c | 2 +- gcc/config/i386/predicates.md | 2 +- gcc/config/sh/sh.c | 2 +- gcc/config/sh/sh_treg_combine.cc | 7 +- gcc/cp/ChangeLog | 9 + gcc/cp/error.c | 2 - gcc/cp/logic.cc | 3 +- gcc/cp/name-lookup.c | 25 +- gcc/diagnostic.c | 2 - gcc/fortran/error.c | 2 - gcc/fortran/trans-common.c | 4 +- gcc/genmatch.c | 1 - gcc/graphite-isl-ast-to-gimple.c | 2 +- gcc/ipa-icf-gimple.c | 1 - gcc/ipa-icf.c | 2 +- gcc/lto-streamer-in.c | 7 +- gcc/lto-streamer-out.c | 6 +- gcc/po/ChangeLog | 4 + gcc/po/sv.po | 500 ++++++++------------- gcc/pretty-print.c | 2 - gcc/system.h | 12 + gcc/testsuite/ChangeLog | 16 + gcc/testsuite/gcc.dg/torture/pr70740.c | 38 ++ .../gcc.target/i386/{pr67400-3.c => pr67400-4.c} | 5 +- gcc/testsuite/gcc.target/i386/pr70750-1.c | 11 + gcc/testsuite/gcc.target/i386/pr70750-2.c | 11 + gcc/testsuite/gfortran.dg/submodule_14.f08 | 2 +- gcc/testsuite/gfortran.dg/submodule_15.f08 | 1 + gcc/toplev.c | 2 - gcc/tree-ssa-phiprop.c | 8 +- gcc/tree-vrp.c | 29 +- libgcc/ChangeLog | 4 + libgcc/config/m68k/linux-atomic.c | 1 - 38 files changed, 422 insertions(+), 369 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr70740.c copy gcc/testsuite/gcc.target/i386/{pr67400-3.c => pr67400-4.c} (82%) create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-2.c