This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr69692/master in repository gcc.
discards 167719c Enable STV if no stack realignment is needed adds 7b1951f 2016-01-05 Jeremy Bennett jeremy.bennett@embecosm.com adds 235d872 Fix PR c++/68948 (wrong code generation due to invalid constr [...] adds 14b9698 gcc/ adds 5b110ba * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct [...] adds d4f0b24 Add a testcase for PR target/69677 adds a854e28 * gcc.target/i386/pr69577.c: Require avx_runtime target. adds 9c28a29 * gcc.dg/sancov/asan.c: Move to ... * gcc.dg/asan/sancov-1. [...] new ed64cfe Enable STV if no stack realignment is needed
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 (167719c) \ N -- N -- N refs/heads/hjl/pr69692/master (ed64cfe)
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 | 29 +++++++++++++++ gcc/cgraphunit.c | 2 -- gcc/config/i386/i386.c | 20 +++++------ gcc/config/i386/sse.md | 10 ++++++ gcc/config/rs6000/crypto.md | 2 +- gcc/config/rs6000/rs6000.md | 6 ++-- gcc/cp/ChangeLog | 7 ++++ gcc/cp/pt.c | 10 +++++- gcc/doc/invoke.texi | 34 ++++++------------ gcc/testsuite/ChangeLog | 19 ++++++++++ gcc/testsuite/g++.dg/template/pr68948.C | 41 ++++++++++++++++++++++ .../gcc.dg/{sancov/asan.c => asan/sancov-1.c} | 3 +- gcc/testsuite/gcc.target/i386/pr69577.c | 3 +- gcc/testsuite/gcc.target/i386/pr69677.c | 20 +++++++++++ 14 files changed, 163 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/pr68948.C rename gcc/testsuite/gcc.dg/{sancov/asan.c => asan/sancov-1.c} (90%) create mode 100644 gcc/testsuite/gcc.target/i386/pr69677.c