This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr70155/bitwise in repository gcc.
discards 60dd569 Add TI bitwise operations to 64-bit STV discards f247f32 Add <any_logic>ti3 and <any_logic>v1ti3 patterns discards 383f42b Extend STV DI bitwise patterns to TI discards 3960ec3 Extend STV pass to 64-bit mode discards c76a929 Allow all 1s of integer as standard SSE constants discards 878707a Remove ssememalign discards 7044d05 Remove ix86_legitimate_combined_insn discards dab9705 Simplify ix86_expand_vector_move_misalign discards 5fe9435 Remove UNSPEC_LOADU and UNSPEC_STOREU adds 11c5554 libgomp/ * testsuite/libgomp.oacc-fortran/non-scalar-data.f [...] adds 1183664 [gcc] 2016-04-14 Michael Meissner meissner@linux.vnet.ibm.com adds 608f57d Daily bump. adds eb40296 PR c++/70528 adds 9b89ee4 PR c++/70494 adds ca1a407 2016-04-15 Richard Biener rguenther@suse.de Alan Modra [...] adds 65717bb AVX-512. Fix mem operand modifier for Intel syntax. adds 4e4f3d2 Split out OMP constructs' SIMD clone supporting code adds b4ba835 PR c/70436 c/ * c-parser.c (c_parser_pragma): Add IF_P argu [...] adds ed92874 PR c++/69517 PR c++/70019 PR c++/70588 * g++.dg/cpp1y/vla [...] adds 309bbaa [testsuite] PR rtl-optimization/70681: XFAIL ira-shrinkwrap-p [...] adds c970b33 PR c++/70675 * tree-pretty-print.c (do_niy): Add FLAGS argu [...] adds 926f942 PR c/70651 * c-common.c (build_va_arg): Change two asserts [...] adds 64c1df3 i386: Don't convert stack operations to pushes if using a redzone. adds c9fc8da [ARM][doc] Document deprecation of pre-ARMv4T architecture revisions adds f650fd6 config/nvptx/nvptx.opt (moptimize): Add a period at end of he [...] adds eac243e PR c/70671 * c-typeck.c (build_unary_op): Pass location dow [...] adds a050099 PR c++/70594 * constexpr.c (constexpr_call_table): Preserve [...] adds 72709ee * BASE-VER: Set to 7.0.0. adds 950c318 AVX-512. Fix mode size check. new 55474b6 Remove UNSPEC_LOADU and UNSPEC_STOREU new 233f73c Simplify ix86_expand_vector_move_misalign new 006c545 Remove ix86_legitimate_combined_insn new 759471e Remove ssememalign new 166bd9a Allow all 1s of integer as standard SSE constants new 46d9941 Extend STV pass to 64-bit mode new 8a4c169 Extend STV DI bitwise patterns to TI new 41639af Add <any_logic>ti3 and <any_logic>v1ti3 patterns new 48e5d32 Add TI bitwise operations to 64-bit STV new a55fb67 Check for undefined shift
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 (60dd569) \ N -- N -- N refs/heads/hjl/pr70155/bitwise (a55fb67)
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 10 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/BASE-VER | 2 +- gcc/ChangeLog | 73 + gcc/DATESTAMP | 2 +- gcc/Makefile.in | 1 + gcc/c-family/ChangeLog | 6 + gcc/c-family/c-common.c | 14 +- gcc/c/ChangeLog | 32 + gcc/c/c-parser.c | 244 +-- gcc/c/c-typeck.c | 13 +- gcc/combine.c | 4 + gcc/config/i386/i386-protos.h | 2 + gcc/config/i386/i386.c | 2 +- gcc/config/i386/i386.md | 12 +- gcc/config/i386/sse.md | 7 +- gcc/config/nvptx/nvptx.opt | 2 +- gcc/config/rs6000/rs6000.c | 30 +- gcc/cp/ChangeLog | 48 + gcc/cp/class.c | 8 +- gcc/cp/constexpr.c | 68 +- gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 9 +- gcc/cp/decl2.c | 2 + gcc/cp/parser.c | 229 +-- gcc/cp/typeck2.c | 11 +- gcc/doc/invoke.texi | 2 + gcc/omp-low.c | 1606 ------------------- gcc/omp-simd-clone.c | 1654 ++++++++++++++++++++ gcc/testsuite/ChangeLog | 53 + gcc/testsuite/c-c++-common/Wparentheses-1.c | 39 + .../c-c++-common/cilk-plus/CK/Wparentheses-1.c | 69 + .../c-c++-common/cilk-plus/PS/Wparentheses-1.c | 41 + gcc/testsuite/c-c++-common/goacc/Wparentheses-1.c | 174 ++ gcc/testsuite/c-c++-common/gomp/Wparentheses-1.c | 338 ++++ gcc/testsuite/c-c++-common/gomp/Wparentheses-2.c | 452 ++++++ gcc/testsuite/c-c++-common/gomp/Wparentheses-3.c | 338 ++++ gcc/testsuite/c-c++-common/gomp/Wparentheses-4.c | 452 ++++++ gcc/testsuite/c-c++-common/pr70651.c | 9 + gcc/testsuite/g++.dg/cpp0x/constexpr-ctor12.C | 1 + .../g++.dg/cpp0x/constexpr-default-ctor.C | 4 +- gcc/testsuite/g++.dg/cpp0x/constexpr-ice6.C | 2 +- gcc/testsuite/g++.dg/cpp0x/inh-ctor19.C | 2 +- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-array2.C | 10 + gcc/testsuite/g++.dg/cpp0x/pr70528.C | 16 + gcc/testsuite/g++.dg/cpp1y/vla11.C | 712 --------- gcc/testsuite/gcc.dg/bitfld-22.c | 18 + gcc/testsuite/gcc.dg/ira-shrinkwrap-prep-2.c | 3 +- gcc/testsuite/gcc.dg/pr10474.c | 3 +- gcc/testsuite/gcc.dg/vect/O3-pr70130.c | 94 ++ gcc/testsuite/gcc.target/i386/pr46470.c | 2 +- gcc/testsuite/gcc.target/i386/pr70662.c | 19 + gcc/testsuite/gcc.target/powerpc/pr70669.c | 22 + gcc/tree-pretty-print.c | 8 +- gcc/tree-vect-data-refs.c | 17 +- libgomp/ChangeLog | 5 + .../libgomp.oacc-fortran/non-scalar-data.f90 | 8 +- 55 files changed, 4377 insertions(+), 2618 deletions(-) create mode 100644 gcc/omp-simd-clone.c create mode 100644 gcc/testsuite/c-c++-common/Wparentheses-1.c create mode 100644 gcc/testsuite/c-c++-common/cilk-plus/CK/Wparentheses-1.c create mode 100644 gcc/testsuite/c-c++-common/cilk-plus/PS/Wparentheses-1.c create mode 100644 gcc/testsuite/c-c++-common/goacc/Wparentheses-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/Wparentheses-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/Wparentheses-2.c create mode 100644 gcc/testsuite/c-c++-common/gomp/Wparentheses-3.c create mode 100644 gcc/testsuite/c-c++-common/gomp/Wparentheses-4.c create mode 100644 gcc/testsuite/c-c++-common/pr70651.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-array2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr70528.C delete mode 100644 gcc/testsuite/g++.dg/cpp1y/vla11.C create mode 100644 gcc/testsuite/gcc.dg/bitfld-22.c create mode 100644 gcc/testsuite/gcc.dg/vect/O3-pr70130.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70662.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr70669.c