This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2135f53 2016-01-07 Sandra Loosemore <sandra(a)codesourcery.com>
new cdbb524 Move pr66680.f90 to libgomp
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/testsuite/ChangeLog | 5 +++++
libgomp/ChangeLog | 5 +++++
.../gomp => libgomp/testsuite/libgomp.fortran}/pr66680.f90 | 0
3 files changed, 10 insertions(+)
rename {gcc/testsuite/gfortran.dg/gomp => libgomp/testsuite/libgomp.fortran}/pr666 [...]
--
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 ec3aba9 Add a test for PR66655
new 2135f53 2016-01-07 Sandra Loosemore <sandra(a)codesourcery.com>
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 | 5 +++++
gcc/doc/extend.texi | 17 +++++++++++++++++
2 files changed, 22 insertions(+)
--
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 7903c81 Use std::addressof in insert iterators, allocators and promises
new ec3aba9 Add a test for PR66655
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/pr66655.C | 25 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/pr66655.h | 5 +++++
gcc/testsuite/g++.dg/pr66655_1.cc | 14 ++++++++++++++
4 files changed, 51 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr66655.C
create mode 100644 gcc/testsuite/g++.dg/pr66655.h
create mode 100644 gcc/testsuite/g++.dg/pr66655_1.cc
--
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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
from 33dd693 Template for use in trusted LAVA uinstance
new a771619 CoremarkPro.sh: Eliminate spaces in TEST_CASE_ID
new e42e5fa CoremarkPro.sh: Cosmetic changes to test IDs
new f65c0d0 CoremarkPro.sh: Count everything that can be multiple
new 1c4ce5d CoremarkPro.sh: Make function-local var local
new d31f762 CoremarkPro.sh: Pass name to report_measured
new c971b3b CoremarkPro.sh: Remove commented-out code
new 1f3599b CoremarkPro.sh: Require exactly one log
new 32cd258 CoremarkPro.sh: Report sizes first
The 8 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:
config/bench/gather/CoremarkPro.sh | 135 ++++++++++++++++++--------------
config/bench/gather/test_CoremarkPro.sh | 68 +++++++++-------
2 files changed, 117 insertions(+), 86 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.
christophe.lyon pushed a change to branch fix-combos
in repository toolchain/gcc-compare-results.
discards c960e97 compare_dg_tests.pl: Add support for all possible status changes.
new 245186c compare_dg_tests.pl: Add support for all possible status changes.
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 (c960e97)
\
N -- N -- N refs/heads/fix-combos (245186c)
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:
compare_tests | 6 ++++--
1 file changed, 4 insertions(+), 2 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 master
in repository gcc.
from 0663474 2016-01-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 7903c81 Use std::addressof in insert iterators, allocators and promises
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:
libstdc++-v3/ChangeLog | 15 +++++++++++
libstdc++-v3/include/bits/stl_iterator.h | 8 +++---
libstdc++-v3/include/bits/uses_allocator.h | 2 +-
libstdc++-v3/include/std/future | 2 +-
libstdc++-v3/include/std/scoped_allocator | 7 +++---
.../scoped_allocator/69114.cc} | 29 ++++++++++------------
.../move-2.cc => 20_util/uses_allocator/69114.cc} | 28 +++++++++------------
.../promise/{cons/copy_neg.cc => 69106.cc} | 24 +++++++++---------
8 files changed, 63 insertions(+), 52 deletions(-)
copy libstdc++-v3/testsuite/{23_containers/deque/allocator/move-2.cc => 20_util/sc [...]
copy libstdc++-v3/testsuite/{23_containers/deque/allocator/move-2.cc => 20_util/us [...]
copy libstdc++-v3/testsuite/30_threads/promise/{cons/copy_neg.cc => 69106.cc} (83%)
--
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 cd45d7a Add round_nimm_scalar_predicate and use xBm
new 0663474 2016-01-07 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/gomp/pr66680.f90 | 46 ++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr66680.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 4a86a91 Fix SSA inconsistencies with invalid asm reg names (PR67639)
new cd45d7a Add round_nimm_scalar_predicate and use xBm
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 | 17 +++++++++++++++
gcc/config/i386/sse.md | 36 ++++++++++++++++++-------------
gcc/config/i386/subst.md | 1 +
gcc/testsuite/ChangeLog | 10 +++++++++
gcc/testsuite/gcc.target/i386/pr69171-1.c | 13 +++++++++++
gcc/testsuite/gcc.target/i386/pr69171-2.c | 13 +++++++++++
gcc/testsuite/gcc.target/i386/pr69171-3.c | 12 +++++++++++
gcc/testsuite/gcc.target/i386/pr69171-4.c | 12 +++++++++++
gcc/testsuite/gcc.target/i386/pr69171-5.c | 12 +++++++++++
gcc/testsuite/gcc.target/i386/pr69171-6.c | 12 +++++++++++
10 files changed, 123 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr69171-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69171-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69171-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69171-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69171-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69171-6.c
--
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 34c0555 PR tree-optimization/69141 * tree-ssa-pre.c: Include langho [...]
new 8b23f76 Fix a minor issue found by a static analyzer (PR66206).
new 4a86a91 Fix SSA inconsistencies with invalid asm reg names (PR67639)
The 2 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 | 10 ++++++++++
gcc/bt-load.c | 19 +++++++++----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/pr67639.c | 8 ++++++++
gcc/varasm.c | 3 +++
5 files changed, 35 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr67639.c
--
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/pr69171/master
in repository gcc.
discards 2008c28 Add round_nimm_scalar_predicate and use xBm
new e96905d Add round_nimm_scalar_predicate and use xBm
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 (2008c28)
\
N -- N -- N refs/heads/hjl/pr69171/master (e96905d)
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.