This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/gcc-7-integration-branch
in repository toolchain/gcc.
from a1b8ee536a7 Merge branches/gcc-7-branch rev 253626.
adds 6ac37d6dc1e Make Linaro GCC Snapshot 7.2-2017.10.
new 76a2e9c7ffd gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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/LINARO-VERSION | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/snapshots/linaro-7.2-2017.10
in repository toolchain/gcc.
at d63d45dd4c0 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This branch includes the following new commits:
new d63d45dd4c0 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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.
--
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.
tcwg-buildslave pushed a change to annotated tag linaro-snapshot-7.2-2017.10
in repository toolchain/gcc.
at a7f9700c106 (tag)
tagging 6ac37d6dc1e9705886fdc8ef75782ba4062058f5 (commit)
replaces linaro-snapshot-7.2-2017.09
tagged by TCWG Automation
on Fri Oct 13 13:57:15 2017 +0100
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 7.2-2017.10
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 6ac37d6dc1e Make Linaro GCC Snapshot 7.2-2017.10.
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.
--
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.
tcwg-buildslave pushed a change to branch linaro-local/snapshots/linaro-6.4-2017.10
in repository toolchain/gcc.
at eaee0aa64bb gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This branch includes the following new commits:
new eaee0aa64bb gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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.
--
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.
tcwg-buildslave pushed a change to annotated tag linaro-snapshot-6.4-2017.10
in repository toolchain/gcc.
at dc6035626e1 (tag)
tagging f6ae176cec97c86211951c525b7cfa1e24b8d203 (commit)
replaces linaro-snapshot-6.4-2017.09
tagged by TCWG Automation
on Fri Oct 13 13:56:06 2017 +0100
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 6.4-2017.10
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new f6ae176cec9 Make Linaro GCC Snapshot 6.4-2017.10.
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.
--
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 ea46cddb581 [PATCH] Tree structure marking
new fe235c3e738 PR libstdc++/82481 Suppress clang-tidy warnings
new 32973e22775 PR libstdc++/82522 overload map insert functions for rvalue [...]
new c7cae1379b8 C++: show location of unclosed extern "C" specifications
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/cp/ChangeLog | 18 ++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 1 +
gcc/cp/parser.c | 39 ++++++++++++-
gcc/cp/parser.h | 4 ++
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/g++.dg/cpp0x/udlit-extern-c.C | 7 +++
.../g++.dg/diagnostic/unclosed-extern-c.C | 11 +++-
gcc/testsuite/g++.dg/template/extern-c.C | 66 ++++++++++++++++++++++
libstdc++-v3/ChangeLog | 23 ++++++++
libstdc++-v3/doc/xml/manual/intro.xml | 6 ++
libstdc++-v3/include/bits/stl_map.h | 17 +++++-
libstdc++-v3/include/bits/stl_multimap.h | 16 ++++++
libstdc++-v3/include/bits/unordered_map.h | 22 ++++++++
libstdc++-v3/include/std/mutex | 6 ++
.../map/modifiers/insert/dr2354.cc} | 11 +++-
.../multimap/modifiers/insert/dr2354.cc} | 11 +++-
.../unordered_map/insert/dr2354.cc} | 11 +++-
.../unordered_multimap/insert/dr2354.cc} | 11 +++-
19 files changed, 273 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/udlit-extern-c.C
create mode 100644 gcc/testsuite/g++.dg/template/extern-c.C
copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 23_containers [...]
copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 23_containers [...]
copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 23_containers [...]
copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 23_containers [...]
--
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 5a91fdd273f 2017-10-13 Richard Biener <rguenther(a)suse.de>
new ea46cddb581 [PATCH] Tree structure marking
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/tree-core.h | 2 +-
gcc/tree.c | 2 +-
gcc/tree.h | 59 +++++++++++++++++++--------------------------------------
4 files changed, 31 insertions(+), 42 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 binutils-gdb.
from 8d6ef72b04 kfail gdb.python/py-evsignal.exp on RSP targets properly
new 42f1b1617e Fix gdb.python/py-evthreads.exp with --target_board=native-e [...]
new ebe3b40202 Remove is_remote kfail from gdb.python/py-evthreads.exp
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:
gdb/testsuite/ChangeLog | 11 +++++++++++
gdb/testsuite/gdb.python/py-evthreads.exp | 13 +++++--------
2 files changed, 16 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.