This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f9aaabb * parse.c (case_decl): Move ST_OMP_* to ... (case_omp_decl) [...] new 6172a9f 2016-06-01 Richard Biener rguenther@suse.de new d27a79f * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reje [...] new 67513601 PR target/67310 * config/i386/driver-i386.c (host_detect_lo [...]
The 3 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 | 40 +++++- gcc/config/i386/driver-i386.c | 73 ++++++---- gcc/config/nvptx/nvptx.c | 6 + gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/c-c++-common/torture/pr57945.c | 2 + gcc/testsuite/gcc.dg/torture/vect-bool-1.c | 14 ++ gcc/testsuite/gcc.target/nvptx/weak.c | 9 ++ gcc/tree-if-conv.c | 192 +------------------------ gcc/tree-vect-patterns.c | 206 ++++++++++++++++----------- 9 files changed, 251 insertions(+), 301 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/vect-bool-1.c create mode 100644 gcc/testsuite/gcc.target/nvptx/weak.c