This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1421f43 PR rtl-optimization/70263 * ira.c (memref_used_between_p): [...]
new 9ebe2ea PR c++/70139 * constexpr.c (cxx_eval_call_expression): Fix [...]
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/cp/ChangeLog | 3 ++
gcc/cp/constexpr.c | 47 ++++++++++++++-----------
gcc/testsuite/g++.dg/cpp0x/constexpr-trivial1.C | 20 +++++++++++
3 files changed, 50 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-trivial1.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 96181a1 g++.dg/ext/pr57735.C should not run if the testsuite is expli [...]
new ab92a2d PR c++/70139 * constexpr.c (cxx_eval_call_expression): Don' [...]
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/cp/ChangeLog | 5 +++++
gcc/cp/constexpr.c | 15 ---------------
gcc/testsuite/g++.dg/cpp0x/constexpr-trivial1.C | 20 ++++++++++++++++++++
3 files changed, 25 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-trivial1.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 82aab46 David Wohlferd's patch to document more issues with basic asms
new 1421f43 PR rtl-optimization/70263 * ira.c (memref_used_between_p): [...]
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/ira.c | 21 +++++++++++++++++++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.c-torture/compile/pr70263-1.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr70263-2.c | 23 +++++++++++++++++++++++
5 files changed, 68 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr70263-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70263-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 5539bc7 PR c/70281: C FE: fix uninitialized range for __builtin_types [...]
new e7142ce Fix PR70278, a problem with the previous split_reg change
new 82aab46 David Wohlferd's patch to document more issues with basic asms
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 | 19 ++++++++++++----
gcc/doc/extend.texi | 29 ++++++++++++++++++------
gcc/lra-constraints.c | 7 +++++-
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/torture/pr70278.c | 37 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/arm/pr70278.c | 41 ++++++++++++++++++++++++++++++++++
6 files changed, 127 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70278.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr70278.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.
adhemerval.zanella pushed a change to branch linaro_eglibc-2_19
in repository toolchain/eglibc.
from d0a26f1 Fix the big endian loader name.
new 836de16 Check value at resplen2 if it is not NULL
new a1d0c8d Fix invalid file descriptor reuse while sending DNS query (BZ [...]
new 52903e1 Avoid infinite loop in nss_dns getnetbyname [BZ #17630]
new 11c1e2c Fix memory leak in _nss_dns_gethostbyname4_r with big DNS answer
new 5dd3cde Properly fix memory leak in _nss_dns_gethostbyname4_r with bi [...]
new ab302c9 CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug [...]
The 6 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:
libc/include/resolv.h | 6 +-
libc/resolv/gethnamaddr.c | 6 +-
libc/resolv/nss_dns/dns-canon.c | 2 +-
libc/resolv/nss_dns/dns-host.c | 128 +++++++++++++++--
libc/resolv/nss_dns/dns-network.c | 8 +-
libc/resolv/res_query.c | 54 +++++---
libc/resolv/res_send.c | 279 ++++++++++++++++++++++++++++----------
7 files changed, 374 insertions(+), 109 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 dbab52b * libsupc++/guard.cc: Revert my last commit.
new 5539bc7 PR c/70281: C FE: fix uninitialized range for __builtin_types [...]
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/ChangeLog | 6 ++++++
gcc/c/c-parser.c | 6 ++++--
gcc/testsuite/ChangeLog | 7 +++++++
.../gcc.dg/plugin/diagnostic-test-expressions-1.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr70281.c | 9 +++++++++
5 files changed, 44 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr70281.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.
bernie.ogden pushed a change to branch benchmarking-paranoia
in repository toolchain/abe.
discards 9dd1be0 Suppress host key checking prompt
discards 0a9a367 ssh/rsync invocations take input from /dev/null
discards fb3bfb3 Do not try to validate non-http(s) URLs
discards e8860ff Check that only one of the paranoia cases is being employed
discards 3f70f14 Check that both or neither of the ssh-paranoia case values are set
discards a65f94a Validate URLs requiring user/password auth
discards 5ad7173 Report response code when curl fails
discards b7ca471 Guard against insecure credential transmission
discards dee2329 Make validation stages stand out clearly
discards 09bef69 Split a pair of long lines into parts
discards dde955a Support secret-passing for paranoid benchmarking
discards e0cccfc Move filesystem init to pre-exit-handler code
adds cfac027 Build before target configuration
adds a89aebf Add comments to demarcate host-session phases
new bbf7b43 Move filesystem init to pre-exit-handler code
new 7998948 Support secret-passing for paranoid benchmarking
new 8c5fc6b Split a pair of long lines into parts
new f99f9c8 Make validation stages stand out clearly
new 03e09c5 Guard against insecure credential transmission
new 2797d60 Report response code when curl fails
new 5881db7 Validate URLs requiring user/password auth
new 36b6d79 Check that both or neither of the ssh-paranoia case values are set
new ef8e7bc Check that only one of the paranoia cases is being employed
new 28b6fde Do not try to validate non-http(s) URLs
new 9b08116 ssh/rsync invocations take input from /dev/null
new e42d45b Suppress host key checking prompt
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 (9dd1be0)
\
N -- N -- N refs/heads/benchmarking-paranoia (e42d45b)
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 12 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 | 152 +++++++++++++++++++++++++----------------
1 file changed, 93 insertions(+), 59 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 buildearly
in repository toolchain/abe.
was b8a5104 Add comments to demarcate host-session phases
This change permanently discards the following revisions:
discards b8a5104 Add comments to demarcate host-session phases
discards 895fb32 Build before target configuration
--
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
in repository toolchain/abe.
from fd82d0b Expose lava-job-name in benchmark dispatch script
new cfac027 Build before target configuration
new a89aebf Add comments to demarcate host-session phases
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:
config/bench/lava/host-session | 148 +++++++++++++++++++++++++----------------
1 file changed, 91 insertions(+), 57 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 71d4e3d Suppress host key checking prompt
discards 29f8328 ssh/rsync invocations take input from /dev/null
discards aa26a93 Do not try to validate non-http(s) URLs
discards 9e1feb2 Check that only one of the paranoia cases is being employed
discards c03d67d Check that both or neither of the ssh-paranoia case values are set
discards 4311445 Validate URLs requiring user/password auth
discards 4629f71 Report response code when curl fails
discards 64f3698 Guard against insecure credential transmission
discards e0d9019 Make validation stages stand out clearly
discards 89a73ad Split a pair of long lines into parts
discards d590cfe Support secret-passing for paranoid benchmarking
discards bd4d13b Move filesystem init to pre-exit-handler code
adds fd82d0b Expose lava-job-name in benchmark dispatch script
new e0cccfc Move filesystem init to pre-exit-handler code
new dde955a Support secret-passing for paranoid benchmarking
new 09bef69 Split a pair of long lines into parts
new dee2329 Make validation stages stand out clearly
new b7ca471 Guard against insecure credential transmission
new 5ad7173 Report response code when curl fails
new a65f94a Validate URLs requiring user/password auth
new 3f70f14 Check that both or neither of the ssh-paranoia case values are set
new e8860ff Check that only one of the paranoia cases is being employed
new fb3bfb3 Do not try to validate non-http(s) URLs
new 0a9a367 ssh/rsync invocations take input from /dev/null
new 9dd1be0 Suppress host key checking prompt
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 (71d4e3d)
\
N -- N -- N refs/heads/benchmarking-paranoia (9dd1be0)
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 12 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:
scripts/dispatch-benchmark.py | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.