This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr69201/master in repository gcc.
discards 98433bb Remove ssememalign discards 93a6179 Remove ix86_legitimate_combined_insn discards a1b9ddc2 Further simplify ix86_expand_vector_move_misalign discards e944c75 Simplify ix86_expand_vector_move_misalign discards 4bb685b Remove UNSPEC_LOADU and UNSPEC_STOREU adds 92159af PR middle-end/68743 * match.pd: Require target has function [...] adds 40bcf2f Daily bump. adds d95e185 Only allow single exit phi for reduction in try_create_reduct [...] adds 880ed4b Fix scan-tree-dump syntax adds a006c0b Don't parallelize loops containing phis with addr_exprs adds 40c86c3 2016-01-10 Paul Thomas pault@gcc.gnu.org adds efb73de 2016-01-10 Thomas Koenig tkoenig@gcc.gnu.org new ad4810e Remove UNSPEC_LOADU and UNSPEC_STOREU new c42b99e Simplify ix86_expand_vector_move_misalign new 45dee9b Further simplify ix86_expand_vector_move_misalign new a2fc556 Remove ix86_legitimate_combined_insn new c0506907 Remove ssememalign
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 (98433bb) \ N -- N -- N refs/heads/hjl/pr69201/master (c0506907)
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 5 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 | 19 +++ gcc/DATESTAMP | 2 +- gcc/config/i386/sse.md | 4 +- gcc/fortran/ChangeLog | 14 ++ gcc/fortran/frontend-passes.c | 14 ++ gcc/fortran/trans-array.c | 2 +- gcc/match.pd | 3 +- gcc/testsuite/ChangeLog | 30 ++++ gcc/testsuite/gcc.dg/autopar/pr69039.c | 15 ++ gcc/testsuite/gcc.dg/autopar/pr69062.c | 89 +++++++++++ gcc/testsuite/gcc.dg/vect/slp-perm-1.c | 2 +- gcc/testsuite/gcc.dg/vect/slp-perm-2.c | 2 +- gcc/testsuite/gcc.dg/vect/slp-perm-3.c | 2 +- gcc/testsuite/gcc.dg/vect/slp-perm-5.c | 2 +- gcc/testsuite/gcc.dg/vect/slp-perm-6.c | 2 +- gcc/testsuite/gcc.dg/vect/slp-perm-7.c | 2 +- gcc/testsuite/gcc.dg/vect/slp-perm-8.c | 2 +- .../gfortran.dg/actual_array_offset_1.f90 | 167 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/inline_matmul_12.f90 | 22 +++ gcc/tree-parloops.c | 42 ++++++ 20 files changed, 426 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/autopar/pr69039.c create mode 100644 gcc/testsuite/gcc.dg/autopar/pr69062.c create mode 100644 gcc/testsuite/gfortran.dg/actual_array_offset_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/inline_matmul_12.f90