This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch benchmarking-paranoia
in repository toolchain/abe.
discards a66d178 Better non-interactive ssh/rsync behaviour
discards b953b5c Do not try to validate non-http(s) URLs
discards 32d2f74 Check that only one of the paranoia cases is being employed
discards 9f20537 Check that both or neither of the ssh-paranoia case values are set
discards 0f9a3cd Validate URLs requiring user/password auth
discards 8e37f45 Report response code when curl fails
discards 7a26ee6 Guard against insecure credential transmission
discards 1e8600d Make validation stages stand out clearly
discards 507344c Split a pair of long lines into parts
discards cfc67e7 Support secret-passing for paranoid benchmarking
new b4fb9f0 Support secret-passing for paranoid benchmarking
new 25b974b Split a pair of long lines into parts
new b320614 Make validation stages stand out clearly
new 6b5bdc0 Guard against insecure credential transmission
new 67fb597 Report response code when curl fails
new 26d2c83 Validate URLs requiring user/password auth
new 524b3a8 Check that both or neither of the ssh-paranoia case values are set
new 610db44 Check that only one of the paranoia cases is being employed
new f341af1 Do not try to validate non-http(s) URLs
new 11778a8 Better non-interactive ssh/rsync behaviour
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 (a66d178)
\
N -- N -- N refs/heads/benchmarking-paranoia (11778a8)
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:
config/bench/lava/host-session | 11 ++++++++---
1 file changed, 8 insertions(+), 3 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 69e02f2 PR target/70293.
new 9c77e01 Save call-clobbered registers in _mcount on 32-bit Solaris/x8 [...]
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:
libgcc/ChangeLog | 10 ++++++++++
libgcc/config/sol2/gmon.c | 36 ++++++++++++------------------------
2 files changed, 22 insertions(+), 24 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-4_9-branch
in repository gcc.
from 85ae894 Daily bump.
new 26fc279 Save call-clobbered registers in _mcount on 32-bit Solaris/x8 [...]
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:
libgcc/ChangeLog | 10 ++++++++++
libgcc/config/gmon-sol2.c | 36 ++++++++++++------------------------
2 files changed, 22 insertions(+), 24 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 96b68b2 Retry to emit global variables in HSA (PR hsa/70234)
new 08b2b69 PR target/70293
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 | 6 ++++++
gcc/config/i386/sse.md | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr70293.c | 38 +++++++++++++++++++++++++++++++++
4 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70293.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 gcc-5-branch
in repository gcc.
from 244aaa5 Daily bump.
new 69e02f2 PR target/70293.
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 | 6 ++++++
gcc/config/i386/sse.md | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr70293.c | 38 +++++++++++++++++++++++++++++++++
4 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70293.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 93505d2 2016-03-21 Richard Biener <rguenther(a)suse.de>
new 96b68b2 Retry to emit global variables in HSA (PR hsa/70234)
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 | 9 +++++++++
gcc/hsa-brig.c | 2 ++
gcc/hsa-gen.c | 23 ++++++++++++++++++++---
gcc/hsa.h | 3 +++
4 files changed, 34 insertions(+), 3 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.
bernie.ogden pushed a change to branch benchmarking-paranoia
in repository toolchain/abe.
discards e42d45b Suppress host key checking prompt
discards 9b08116 ssh/rsync invocations take input from /dev/null
discards 28b6fde Do not try to validate non-http(s) URLs
discards ef8e7bc Check that only one of the paranoia cases is being employed
discards 36b6d79 Check that both or neither of the ssh-paranoia case values are set
discards 5881db7 Validate URLs requiring user/password auth
discards 2797d60 Report response code when curl fails
discards 03e09c5 Guard against insecure credential transmission
discards f99f9c8 Make validation stages stand out clearly
discards 8c5fc6b Split a pair of long lines into parts
discards 7998948 Support secret-passing for paranoid benchmarking
new cfc67e7 Support secret-passing for paranoid benchmarking
new 507344c Split a pair of long lines into parts
new 1e8600d Make validation stages stand out clearly
new 7a26ee6 Guard against insecure credential transmission
new 8e37f45 Report response code when curl fails
new 0f9a3cd Validate URLs requiring user/password auth
new 9f20537 Check that both or neither of the ssh-paranoia case values are set
new 32d2f74 Check that only one of the paranoia cases is being employed
new b953b5c Do not try to validate non-http(s) URLs
new a66d178 Better non-interactive ssh/rsync behaviour
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 (e42d45b)
\
N -- N -- N refs/heads/benchmarking-paranoia (a66d178)
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:
config/bench/lava/host-session | 18 +++++++++++++-----
lib/remote.sh | 8 ++++----
2 files changed, 17 insertions(+), 9 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 06fd191 PR rtl-optimization/69307 * gcc.target/arm/pr [...]
new 93505d2 2016-03-21 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/torture/pr70288-1.c | 36 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr70288-2.c | 35 +++++++++++++++++++++++++++++++
gcc/tree-ssa-loop-ivcanon.c | 10 +++++++--
5 files changed, 92 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70288-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70288-2.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 641f366 Daily bump.
new b628775 gcc/ PR rtl-optimization/69102 * sched-deps.c [...]
new 06fd191 PR rtl-optimization/69307 * gcc.target/arm/pr [...]
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 | 6 ++++
gcc/sched-deps.c | 3 +-
gcc/testsuite/ChangeLog | 10 +++++++
.../compile/pr69102.c} | 6 +---
gcc/testsuite/gcc.target/arm/pr69307.c | 34 ++++++++++++++++++++++
5 files changed, 53 insertions(+), 6 deletions(-)
copy gcc/testsuite/{gcc.dg/tree-ssa/foldconst-1.c => gcc.c-torture/compile/pr69102 [...]
create mode 100644 gcc/testsuite/gcc.target/arm/pr69307.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 dejagnu.
from 7d16f0f * baseboards/mcore-moto-sim.exp: Remove old FIXME comment. [...]
new 4454053 * runtest.exp: Whitespace, comment and typo fixes. * lib/de [...]
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:
ChangeLog | 7 +++++++
lib/dejagnu.exp | 2 +-
lib/remote.exp | 8 ++++----
lib/utils.exp | 18 ++++++++++++------
runtest.exp | 5 ++---
5 files changed, 26 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.