This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr81590/master in repository gcc.
discards 47e9d9bcfad Fix avx512f-check.h discards b9be906d176 Rewrite AVX512 checks adds a07b1b15036 2017-07-28 Richard Biener rguenther@suse.de adds f7519c12cf4 Set DECL_VALUE_EXPR after a debug stmt is generated (PR san [...] adds 460001de17b 2017-07-28 Richard Biener rguenther@suse.de new 4df10be1133 Rewrite AVX512 checks
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 (47e9d9bcfad) \ N -- N -- N refs/heads/hjl/pr81590/master (4df10be1133)
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 | 39 ++++++++ gcc/fold-const.c | 2 +- gcc/genmatch.c | 123 +++++++++++++++++------- gcc/gimple-fold.c | 2 +- gcc/match.pd | 24 ++++- gcc/sanopt.c | 5 +- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/g++.dg/asan/pr81340.C | 22 +++++ gcc/testsuite/gcc.target/i386/avx512-check.h | 6 +- gcc/testsuite/gcc.target/i386/avx512f-pr71559.c | 1 + gcc/testsuite/gcc.target/i386/avx512vl-check.h | 3 +- gcc/testsuite/gcc.target/i386/pr81502.c | 34 +++++++ gcc/tree-cfg.c | 5 +- gcc/tree-vect-stmts.c | 4 +- 14 files changed, 234 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/g++.dg/asan/pr81340.C create mode 100644 gcc/testsuite/gcc.target/i386/pr81502.c