This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7cba248 2016-02-26 Joel Sherrill <joel(a)rtems.org>
new 0a4558e PR c++/15766 - bad parse error recovery (2 bugs)
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 | 9 +++++++--
gcc/testsuite/g++.old-deja/g++.other/decl5.C | 6 ++++++
2 files changed, 13 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 1e08578 2016-02-26 Joel Sherrill <joel(a)rtems.org>
new 7cba248 2016-02-26 Joel Sherrill <joel(a)rtems.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:
contrib/ChangeLog | 4 ++++
contrib/config-list.mk | 5 +++--
2 files changed, 7 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 bb70328 [hsa,testsuite] Introduce offload_device_shared_as effective target
new 74bd4a9 PR c++/69958 * pt.c (make_argument_pack): New. (tsubst_cop [...]
new 05ea12a 2016-02-26 Joel Sherrill <joel(a)rtems.org>
new 83e8dc7 2016-02-26 Joel Sherrill <joel(a)rtems.org>
new 6f93d1b 2016-02-26 Joel Sherrill <joel(a)rtems.org>
new 1e08578 2016-02-26 Joel Sherrill <joel(a)rtems.org>
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 | 10 ++++++
gcc/config.gcc | 14 +++++++--
gcc/config/{arm => aarch64}/rtems.h | 5 ++-
gcc/config/i386/{rtemself.h => rtems-64.h} | 9 ++----
gcc/cp/ChangeLog | 7 +++++
gcc/cp/pt.c | 43 +++++++++++++++++++++-----
gcc/testsuite/g++.dg/cpp0x/variadic-sizeof4.C | 33 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/variadic-sizeof4a.C | 33 ++++++++++++++++++++
libgcc/ChangeLog | 8 +++++
libgcc/config.host | 4 +--
10 files changed, 144 insertions(+), 22 deletions(-)
copy gcc/config/{arm => aarch64}/rtems.h (85%)
copy gcc/config/i386/{rtemself.h => rtems-64.h} (80%)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-sizeof4.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-sizeof4a.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 9b71efb 2016-02-26 Paul E. Murphy <murphyp(a)linux.vnet.ibm.com> [...]
new bb70328 [hsa,testsuite] Introduce offload_device_shared_as effective target
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:
libgomp/ChangeLog | 7 +++++++
libgomp/testsuite/lib/libgomp.exp | 13 +++++++++++++
.../{examples-4/declare_target-2.C => declare_target-1.C} | 7 +------
3 files changed, 21 insertions(+), 6 deletions(-)
copy libgomp/testsuite/libgomp.c++/{examples-4/declare_target-2.C => declare_targe [...]
--
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 5b50029 powerpc: Handle DImode rotatert implemented with rlwinm (PR69946)
new 9b71efb 2016-02-26 Paul E. Murphy <murphyp(a)linux.vnet.ibm.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:
libgcc/ChangeLog | 10 ++++++++++
libgcc/config/rs6000/sfp-machine.h | 22 +++++++++++++---------
2 files changed, 23 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 565f533 PR tree-optimization/69740 * cfghooks.c (remove_edge): Requ [...]
new 5b50029 powerpc: Handle DImode rotatert implemented with rlwinm (PR69946)
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/rs6000/rs6000.c | 7 ++++--
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/powerpc/pr69946.c | 38 ++++++++++++++++++++++++++++++
4 files changed, 54 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr69946.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 bcd6e03 [hsa/69568] Fix ld instruction type for packed data
new e400d81 S/390: PR69709 Fix risbg splitter
new ff67cbe [PR 69920] Prevent SRA from leaving a removed SSA_NAME in IL
new 565f533 PR tree-optimization/69740 * cfghooks.c (remove_edge): Requ [...]
The 3 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 | 21 +++++++++++++
gcc/cfghooks.c | 15 +++++++++-
gcc/config/s390/s390.md | 24 ++++++++++++---
gcc/testsuite/ChangeLog | 18 ++++++++++++
gcc/testsuite/gcc.c-torture/compile/pr69740-1.c | 12 ++++++++
gcc/testsuite/gcc.c-torture/compile/pr69740-2.c | 19 ++++++++++++
gcc/testsuite/gcc.dg/torture/pr69932.c | 10 +++++++
gcc/testsuite/gcc.dg/torture/pr69936.c | 24 +++++++++++++++
gcc/testsuite/gcc.target/s390/pr69709.c | 39 +++++++++++++++++++++++++
gcc/tree-sra.c | 3 +-
10 files changed, 179 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr69740-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr69740-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69932.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69936.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr69709.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 dfdd30a [hsa/69674] Make testsuite libgomp.c/for-3.c compile with -m32
new bcd6e03 [hsa/69568] Fix ld instruction type for packed data
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 | 10 ++++++++++
gcc/hsa-brig.c | 2 +-
gcc/hsa-gen.c | 6 ++++--
gcc/hsa.c | 8 ++++++++
gcc/hsa.h | 1 +
5 files changed, 24 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 master
in repository gcc.
from 126a5a2 [AArch64] Set TREE_TARGET_GLOBALS in aarch64_set_current_func [...]
new ece566e [omp, hsa] Do not gridify simd constructs
new 0c6c84a PR go/69966 syscall: Add new Getsockopt functions.
new 63ee769 [hsa] Fail in presence of atomic operations in private segment
new 0d1b26a [hsa] Satisfy conditional move operand type constrains
new dfdd30a [hsa/69674] Make testsuite libgomp.c/for-3.c compile with -m32
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 | 29 +++++++++++++++++++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/hsa-gen.c | 54 +++++++++++++++++++++++-----------------
gcc/hsa.c | 8 ++++++
gcc/hsa.h | 12 +++++++++
gcc/omp-low.c | 26 ++++++++++++++++---
libgo/go/syscall/socket.go | 7 ++++++
libgo/go/syscall/socket_bsd.go | 7 ++++++
libgo/go/syscall/socket_linux.go | 14 +++++++++++
libgo/mksysinfo.sh | 10 +++++++-
10 files changed, 140 insertions(+), 29 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 bernie/trust
in repository toolchain/abe.
discards 3f53776 Expose keys in CLI interface
discards ecd6cf2 Move key validation into validate function
discards 69fb6d3 Validate/appropriately handle separated pubkeys
discards 75c6b99 Benchmark.sh: Separate host/target public keys
discards 528aaf0 dummy-ssh host does not install a host key
discards b5f1e79 Allow host-session to use bot key
discards 33a55bd host-session: Restore full un/trusted distinction
omits 7f9188b Make host-session persistence-safe
omits 02219dc remote.sh: Add ABE_REMOTE_SSH_OPTS
omits f5c1f7e Add iputils-ping to host sessions
omits 9026d93 Support dummy hosts, dummy is default host
new eecda53 target-session-tools: Add size
new f89b9d1 Benchmark.sh: Check that LAVA_SERVER is set.
new 7c8411f Support dummy hosts, dummy is default host
new 44825f3 Add iputils-ping to host sessions
new 5587223 remote.sh: Add ABE_REMOTE_SSH_OPTS
new 92bc8fa Make host-session persistence-safe
new d14db60 host-session: Restore full un/trusted distinction
new 2343efc Allow host-session to use bot key
new e705d34 dummy-ssh host does not install a host key
new ac80911 Benchmark.sh: Separate host/target public keys
new f7d6543 Validate/appropriately handle separated pubkeys
new bb9dc16 Move key validation into validate function
new 8225cd2 Expose keys in CLI interface
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 (3f53776)
\
N -- N -- N refs/heads/bernie/trust (8225cd2)
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 13 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/target-session-tools.yaml | 1 +
scripts/Benchmark.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.