This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 943e339 Sync include/plugin-api.h with binutils.
new b0fe8b9 PR c++/69203
new 358448c * g++.dg/Wno-frame-address.C: Skip on IA-64.
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/cp/ChangeLog | 7 +++++++
gcc/cp/constexpr.c | 10 +++++++++-
gcc/cp/cp-tree.h | 4 ++++
gcc/cp/init.c | 1 +
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/Wno-frame-address.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-delete2.C | 12 ++++++++++++
7 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-delete2.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 01dc3c4 PR target/70062 * config/i386/i386.c (decide_alg): Add RECU [...]
new 2631cb6 Fix constexpr handling of SAVE_EXPR in loops.
new f894a05 PR c++/67364
new e968ff6 PR c++/70035 * cp-tree.h (cp_ubsan_maybe_initialize_vtbl_pt [...]
new ea9edfee * decl.c (start_preparsed_function): Don't emit start clobbe [...]
new 943e339 Sync include/plugin-api.h with binutils.
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/cp/ChangeLog | 20 +++++++++++
gcc/cp/constexpr.c | 38 ++++++++++++++++----
gcc/cp/cp-tree.h | 1 +
gcc/cp/cp-ubsan.c | 52 +++++++++++++++++++++++++++
gcc/cp/decl.c | 8 +++++
gcc/testsuite/ChangeLog | 3 ++
gcc/testsuite/g++.dg/cpp1y/constexpr-empty2.C | 27 ++++++++++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-loop3.C | 23 ++++++++++++
gcc/testsuite/g++.dg/ubsan/pr70035.C | 26 ++++++++++++++
include/ChangeLog | 15 ++++++++
include/plugin-api.h | 29 +++++++++++++--
11 files changed, 233 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-empty2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop3.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr70035.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 11266e9 Remove c++98_only on g++.dg/template/typename21.C
new 96a79b6 PR c++/67364
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 | 11 +++++++----
gcc/testsuite/g++.dg/cpp1y/constexpr-empty2.C | 27 +++++++++++++++++++++++++++
3 files changed, 37 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-empty2.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 bd8216f * lib/utils.exp (prune): Restore this proc. * doc/ref.xml: [...]
new 4839bf7 * lib/remote.exp (standard_upload): Remove dead code.
new 6aa75b1 * lib/remote.exp (remote_exec): Restore original timeout value.
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:
ChangeLog | 8 ++++++++
lib/remote.exp | 7 +++----
2 files changed, 11 insertions(+), 4 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 3937d61 Remove c++98_only on g++.dg/template/typename21.C
new 01dc3c4 PR target/70062 * config/i386/i386.c (decide_alg): Add RECU [...]
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/config/i386/i386.c | 28 +++++++++++++---------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr70062.c | 11 +++++++++++
4 files changed, 36 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70062.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 c58ac7f Replace c++98 with c++98_only
new 3937d61 Remove c++98_only on g++.dg/template/typename21.C
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 | 4 ++++
gcc/testsuite/g++.dg/template/typename21.C | 2 +-
2 files changed, 5 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 gcc-5-branch
in repository gcc.
from 21d331a Replace c++98 with c++98_only
new 11266e9 Remove c++98_only on g++.dg/template/typename21.C
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/template/typename21.C | 2 +-
2 files changed, 8 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 master
in repository gcc.
from 76cffa0 PR c++/70067
new c58ac7f Replace c++98 with c++98_only
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 | 4 ++++
gcc/testsuite/g++.dg/template/typename21.C | 2 +-
2 files changed, 5 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 gcc-5-branch
in repository gcc.
from fbd4b4b PR c++/70067
new 21d331a Replace c++98 with c++98_only
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/template/typename21.C | 2 +-
2 files changed, 8 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.
bernie.ogden pushed a change to branch bernie/trust-silent
in repository toolchain/abe.
discards dfb5010 Send most output to /dev/null
omits bf4fcae Benchmark.sh: Permit user override of TRUST
omits b6f532a Benchmark.sh: Default trust based on IP
omits f6c4e7e Expose keys in CLI interface
omits 4469b11 Move key validation into validate function
omits bff26a0 Validate/appropriately handle separated pubkeys
omits 705c943 Benchmark.sh: Separate host/target public keys
omits 0f8174e dummy-ssh host does not install a host key
omits c5598f4 Allow host-session to use bot key
omits fb634a2 host-session: Restore full un/trusted distinction
omits c511999 host-session: Pre-clean host
omits e594334 host-session: Eliminate separate tmpdir for downloads
omits d99039c Make host-session persistence-safe
omits 814d7d3 remote.sh: Add ABE_REMOTE_SSH_OPTS
omits 6895e8a Add iputils-ping to host sessions
omits 91c0872 Support dummy hosts, dummy is default host
omits 1458799 Correct gather scripts for Coremark-Pro quickrun
adds e5d10a5 Correct gather scripts for Coremark-Pro quickrun
adds 17c09ae Benchmark.sh: Basic check for URL validity
adds f9416a0 host-session: Catch wget failure
adds 8bab20b Support dummy hosts, dummy is default host
adds 92bea0f Add iputils-ping to host sessions
adds e11d994 remote.sh: Add ABE_REMOTE_SSH_OPTS
adds f2e77be Make host-session persistence-safe
adds e8fca0e host-session: Eliminate separate tmpdir for downloads
adds ef0594f host-session: Pre-clean host
adds 837cfba host-session: Restore full un/trusted distinction
adds 0a8257a Allow host-session to use bot key
adds e16e986 dummy-ssh host does not install a host key
adds 3b63205 Benchmark.sh: Separate host/target public keys
adds 2235edf Validate/appropriately handle separated pubkeys
adds c6ad246 Move key validation into validate function
adds f528714 Expose keys in CLI interface
adds b9150b0 Benchmark.sh: Default trust based on IP
adds 94384fa Benchmark.sh: Permit user override of TRUST
new e10b3d1 Send most output to /dev/null
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 (dfb5010)
\
N -- N -- N refs/heads/bernie/trust-silent (e10b3d1)
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:
config/bench/gather/Coremark-Pro.sh | 8 +--
config/bench/gather/test_Coremark-Pro.sh | 109 +++++++++++++++++++++++++++++++
config/bench/lava/host-session | 8 +--
scripts/Benchmark.sh | 11 ++++
4 files changed, 128 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.