This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fee5e49 PR c/68062 * c-typeck.c (build_binary_op) [EQ_EXPR, GE_EXPR [...]
new 9b84935 PR tree-optimization/68398 * params.def (PARAM_FSM_SCALE_PA [...]
new 7deb975 * testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.
new 78e516e PR debug/66869 * c-decl.c (c_write_global_declarations_1): [...]
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 | 15 ++++++
gcc/c/ChangeLog | 7 +++
gcc/c/c-decl.c | 19 ++++++--
gcc/params.def | 10 ++++
gcc/testsuite/ChangeLog | 18 ++++++++
gcc/testsuite/gcc.dg/pr66869.c | 6 +++
gcc/testsuite/gcc.dg/tree-ssa/pr66752-3.c | 7 ++-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2c.c | 5 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2d.c | 5 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2g.c | 26 +++++++++++
.../{ssa-dom-thread-2d.c => ssa-dom-thread-2h.c} | 6 +--
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 7 +--
gcc/testsuite/gcc.dg/tree-ssa/vrp46.c | 2 +
gcc/tree-ssa-threadbackward.c | 54 +++++++++++++---------
libstdc++-v3/ChangeLog | 4 ++
.../testsuite/libstdc++-prettyprinters/whatis.cc | 1 +
16 files changed, 155 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr66869.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2g.c
copy gcc/testsuite/gcc.dg/tree-ssa/{ssa-dom-thread-2d.c => ssa-dom-thread-2h.c} (75%)
--
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 c879363 gcc/testsuite/ChangeLog:
new b5ba22d PR c++/69131
new 7197f3f PR c++/68949
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 | 12 +++++++++++
gcc/cp/method.c | 23 +++++++++++---------
gcc/cp/optimize.c | 2 ++
gcc/cp/semantics.c | 5 ++---
gcc/testsuite/g++.dg/cpp0x/constexpr-array15.C | 29 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/union7.C | 15 +++++++++++++
6 files changed, 73 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array15.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/union7.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 eec9642 libcpp: use better locations for _Pragma tokens (preprocessor/69126)
new fee5e49 PR c/68062 * c-typeck.c (build_binary_op) [EQ_EXPR, GE_EXPR [...]
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-typeck.c | 28 ++++++++++++++++++
gcc/cp/ChangeLog | 6 ++++
gcc/cp/typeck.c | 14 +++++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/c-c++-common/vector-compare-4.c | 42 +++++++++++++++++++++++++++
6 files changed, 101 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/vector-compare-4.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.
robert.savoye pushed a change to branch test
in repository toolchain/abe.
from e78b732 Fix the parameters passed t make_check()
new 0cce0fb DejaGnu board support files for my local arm targets.
new 06286e4 Add support for my local arm targets
new 7808d81 Merge branch 'test' of ssh://git.linaro.org/toolchain/abe into test
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:
config/boards/{d01.exp => tcwgrob/tk1.exp} | 2 +-
config/boards/{d01.exp => tcwgrob/tx1.exp} | 2 +-
config/linaro.exp | 9 ++++-----
3 files changed, 6 insertions(+), 7 deletions(-)
copy config/boards/{d01.exp => tcwgrob/tk1.exp} (50%)
copy config/boards/{d01.exp => tcwgrob/tx1.exp} (50%)
--
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 d7993d8 * go-lang.c (go_langhook_init_options_struct): Default to - [...]
new ee49ca6 PR lto/69254 * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS [...]
new 7795ac5 compiler: Accept map composite literals with omitted key [...]
new eec9642 libcpp: use better locations for _Pragma tokens (preprocessor/69126)
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 | 10 ++++
gcc/asan.c | 3 ++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 82 ++++++--------------------------
gcc/go/gofrontend/expressions.h | 91 ++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/parse.cc | 15 +++---
gcc/sanitizer.def | 7 +++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/c-c++-common/pr69126.c | 22 +++++++++
gcc/tree-streamer-in.c | 21 ++++++---
libcpp/ChangeLog | 12 +++++
libcpp/directives.c | 13 ++++--
libcpp/internal.h | 2 +-
libcpp/macro.c | 2 +-
14 files changed, 202 insertions(+), 85 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr69126.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 5068be1 gcc/: * common.opt (fkeep-gc-roots-live): New undocumented o [...]
new d7993d8 * go-lang.c (go_langhook_init_options_struct): Default to - [...]
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/ChangeLog | 5 +++++
gcc/go/go-lang.c | 3 +++
2 files changed, 8 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 5fa82c1 2016-01-15 Ryan Burn <contact(a)rnburn.com>
new 5068be1 gcc/: * common.opt (fkeep-gc-roots-live): New undocumented o [...]
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 | 8 ++++++++
gcc/common.opt | 4 ++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/ivopt_5.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-loop-ivopts.c | 17 +++++++++++++++--
5 files changed, 54 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ivopt_5.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 26271de 2016-01-27 Thomas Klausner <wiz(a)NetBSD.org>
new b3df021 2016-01-27 Uros Bizjak <ubizjak(a)gmail.com>
new 5fa82c1 2016-01-15 Ryan Burn <contact(a)rnburn.com>
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/c-family/ChangeLog | 9 +++++++++
gcc/c-family/c-common.h | 3 +--
gcc/c-family/c-gimplify.c | 4 ++--
gcc/c-family/cilk.c | 7 +++----
gcc/config/i386/i386.md | 21 ++++++++++++++++++++-
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/cp-gimplify.c | 2 +-
gcc/testsuite/ChangeLog | 12 +++++++++++-
gcc/testsuite/g++.dg/cilk-plus/CK/pr69267.cc | 10 ++++++++++
gcc/testsuite/gcc.target/i386/pr69512.c | 14 ++++++++++++++
11 files changed, 84 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cilk-plus/CK/pr69267.cc
create mode 100644 gcc/testsuite/gcc.target/i386/pr69512.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-4_9-branch
in repository gcc.
from 0b75efe Fix pass number in autopar/pr69110.c
new 9c9506c 2016-01-27 Bill Schmidt <wschmidt(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:
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/and-1.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.