This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b933e51 Fix -Wmisleading indentation false-positive for do-while statement
new 5861549 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 7d9bd97 2016-01-10 Paul Thomas <pault(a)gcc.gnu.org>
new 5de4fe5 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from c0573bd Daily bump.
new e83caf5 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 c0506907 Remove ssememalign
discards a2fc556 Remove ix86_legitimate_combined_insn
discards 45dee9b Further simplify ix86_expand_vector_move_misalign
discards c42b99e Simplify ix86_expand_vector_move_misalign
discards ad4810e Remove UNSPEC_LOADU and UNSPEC_STOREU
new 772387b Remove UNSPEC_LOADU and UNSPEC_STOREU
new 0910f9d Simplify ix86_expand_vector_move_misalign
new 7775419 Remove snprintf from <avx512>_(load|store)<mode>_mask
new bacd457 Remove ix86_legitimate_combined_insn
new e6f4539 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 (c0506907)
\
N -- N -- N refs/heads/hjl/pr69201/master (e6f4539)
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/config/i386/sse.md | 52 ++++++++++++++++----------------------------------
1 file changed, 16 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 6a90441 Daily bump.
new 7d9bd97 2016-01-10 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 1528 +-------------------
gcc/fortran/{ChangeLog => ChangeLog-2015} | 0
gcc/fortran/resolve.c | 55 +-
gcc/fortran/trans-array.c | 126 +-
gcc/fortran/trans-expr.c | 19 +-
gcc/fortran/trans-stmt.c | 15 +-
gcc/fortran/trans-types.c | 2 +-
gcc/fortran/trans.c | 20 +-
gcc/testsuite/ChangeLog | 34 +-
.../gfortran.dg/actual_array_offset_1.f90 | 167 +++
gcc/testsuite/gfortran.dg/deferred_character_1.f90 | 40 +
gcc/testsuite/gfortran.dg/deferred_character_2.f90 | 89 ++
gcc/testsuite/gfortran.dg/deferred_character_3.f90 | 46 +
gcc/testsuite/gfortran.dg/deferred_character_4.f90 | 30 +
gcc/testsuite/gfortran.dg/deferred_character_5.f90 | 32 +
gcc/testsuite/gfortran.dg/deferred_character_6.f90 | 54 +
gcc/testsuite/gfortran.dg/deferred_character_7.f90 | 39 +
17 files changed, 792 insertions(+), 1504 deletions(-)
copy gcc/fortran/{ChangeLog => ChangeLog-2015} (100%)
create mode 100644 gcc/testsuite/gfortran.dg/actual_array_offset_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_4.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_5.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_6.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_7.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from efb73de 2016-01-10 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new b933e51 Fix -Wmisleading indentation false-positive for do-while statement
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/c-family/ChangeLog | 7 ++++++-
gcc/c-family/c-indentation.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/Wmisleading-indentation.c | 2 ++
4 files changed, 19 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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(a)gcc.gnu.org>
adds efb73de 2016-01-10 Thomas Koenig <tkoenig(a)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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 40c86c3 2016-01-10 Paul Thomas <pault(a)gcc.gnu.org>
new efb73de 2016-01-10 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 8 ++++++++
gcc/fortran/frontend-passes.c | 14 ++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/inline_matmul_12.f90 | 22 ++++++++++++++++++++++
4 files changed, 49 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/inline_matmul_12.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a006c0b Don't parallelize loops containing phis with addr_exprs
new 40c86c3 2016-01-10 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 +
gcc/fortran/trans-array.c | 2 +-
gcc/testsuite/ChangeLog | 5 +
.../gfortran.dg/actual_array_offset_1.f90 | 167 +++++++++++++++++++++
4 files changed, 179 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/actual_array_offset_1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.