This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b6a78a8 libgo: update to go1.8rc3
new de04853 compiler: let initializers hold addresses of fields
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 87 ++++++++++++++++++++++++++++------------
gcc/go/gofrontend/expressions.h | 23 +++++++++++
3 files changed, 85 insertions(+), 27 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 b10bd5c PR rtl-optimization/78559 * combine.c (try_combine): Discar [...]
new b6a78a8 libgo: update to go1.8rc3
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:
libgo/MERGE | 2 +-
libgo/VERSION | 2 +-
libgo/go/cmd/go/go_test.go | 23 +++++
libgo/go/cmd/go/pkg.go | 2 +-
libgo/go/database/sql/sql.go | 91 +++++++++++++------
libgo/go/database/sql/sql_test.go | 123 +++++++++++++++++++++-----
libgo/go/go/printer/nodes.go | 17 ++--
libgo/go/go/printer/printer.go | 11 ++-
libgo/go/go/printer/testdata/comments2.golden | 59 ++++++++++++
libgo/go/go/printer/testdata/comments2.input | 63 +++++++++++++
libgo/go/net/http/client.go | 21 +++--
libgo/go/net/http/client_test.go | 61 ++++++++-----
libgo/go/net/http/serve_test.go | 2 +-
libgo/merge.sh | 4 +-
14 files changed, 389 insertions(+), 92 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 533c8f9 docs: Add __GIMPLE and __RTL to the "Internals" doc
new 645a0bd [brigfe] Small fixes
new b10bd5c PR rtl-optimization/78559 * combine.c (try_combine): Discar [...]
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 | 9 ++++++-
MAINTAINERS | 4 +++
configure | 33 ++++++++++++++---------
configure.ac | 30 ++++++++++++---------
gcc/ChangeLog | 11 ++++++++
gcc/brig/ChangeLog | 4 +++
gcc/brig/config-lang.in | 2 +-
gcc/builtin-types.def | 4 +--
gcc/combine.c | 11 +++++++-
gcc/testsuite/ChangeLog | 7 ++++-
gcc/testsuite/gcc.c-torture/execute/pr78559.c | 34 ++++++++++++++++++++++++
include/ChangeLog | 2 +-
libhsail-rt/ChangeLog | 7 +++++
libhsail-rt/README | 14 +++++++---
libhsail-rt/configure.tgt | 38 +++++++++++++++++++++++++++
15 files changed, 173 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr78559.c
create mode 100644 libhsail-rt/configure.tgt
--
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 71d66ab 2017-01-27 Richard Biener <rguenther(a)suse.de>
new 533c8f9 docs: Add __GIMPLE and __RTL to the "Internals" doc
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/doc/sourcebuild.texi | 93 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 100 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 5a25ab9 PR c/79199 * c-c++-common/Wduplicated-branches-13.c: Requir [...]
new 71d66ab 2017-01-27 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 | 6 ++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/tree-ssa/ldist-23.c | 5 +++--
gcc/testsuite/gcc.dg/tree-ssa/ldist-25.c | 25 +++++++++++++++++++++++++
gcc/tree-loop-distribution.c | 3 +--
5 files changed, 41 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ldist-25.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 097890f Add fast-track path to ssh-cc.sh
new 2baf747 Use a better workaround for tests that use preprocessed fortran
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:
cpu2006.cfg | 7 -------
spec2xxx-config | 11 -----------
spec2xxx-install | 9 +++++++++
3 files changed, 9 insertions(+), 18 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 4a8f1f1 Fix typos
new 097890f Add fast-track path to ssh-cc.sh
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:
ssh-cc.sh | 11 +++++++++--
1 file changed, 9 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 68e5ae0 Cleanup ssh-cc.sh
new 4a8f1f1 Fix typos
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:
spec2xxx-config | 3 ++-
1 file changed, 2 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from b0ca515 Indent ssh-cc.sh
new 68e5ae0 Cleanup ssh-cc.sh
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:
ssh-cc.sh | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.