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 57d02173a25 Fix variant part regressions with older Rust compiler
new ea946b861c8 gdb/testsuite: link some dwarf2 tests with nopie
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:
gdb/ChangeLog | 7 +++++++
gdb/testsuite/gdb.dwarf2/clztest.exp | 3 ++-
gdb/testsuite/gdb.dwarf2/dw2-common-block.exp | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-dup-frame.exp | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-reg-undefined.exp | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-single-line-discriminators.exp | 2 +-
gdb/testsuite/gdb.dwarf2/dw2-undefined-ret-addr.exp | 2 +-
7 files changed, 14 insertions(+), 6 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 d21252de6c8 c++: cxx_eval_vec_init after zero-initialization [PR96282]
new 17abcc77341 libstdc++: Replace operator>>(istream&, char*) [LWG 2499]
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:
libstdc++-v3/config/abi/pre/gnu.ver | 5 ++
libstdc++-v3/include/bits/istream.tcc | 17 ++---
libstdc++-v3/include/std/istream | 69 ++++++++++++++-----
libstdc++-v3/include/std/streambuf | 4 +-
libstdc++-v3/src/c++11/istream-inst.cc | 9 +++
libstdc++-v3/src/c++98/istream.cc | 12 ++--
.../basic_istream/extractors_character/char/3.cc | 2 +-
.../basic_istream/extractors_character/char/4.cc | 1 +
.../extractors_character/char/9555-ic.cc | 2 +
.../extractors_character/char/9826.cc | 2 +-
.../extractors_character/char/lwg2499.cc | 80 ++++++++++++++++++++++
.../extractors_character/char/lwg2499_neg.cc} | 41 ++++++-----
.../extractors_character/char/overflow.cc} | 52 +++++++-------
.../extractors_character/wchar_t/3.cc | 2 +-
.../extractors_character/wchar_t/4.cc | 1 +
.../extractors_character/wchar_t/9555-ic.cc | 2 +
.../extractors_character/wchar_t/lwg2499.cc} | 53 +++++++++-----
.../extractors_character/wchar_t/lwg2499_neg.cc} | 25 +++----
18 files changed, 267 insertions(+), 112 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_character [...]
copy libstdc++-v3/testsuite/{24_iterators/istream_iterator/cons/sentinel.cc => 27_ [...]
copy libstdc++-v3/testsuite/{20_util/specialized_algorithms/uninitialized_fill_n/s [...]
copy libstdc++-v3/testsuite/{24_iterators/istreambuf_iterator/sentinel.cc => 27_io [...]
copy libstdc++-v3/testsuite/{25_algorithms/move_backward/93872.cc => 27_io/basic_i [...]
--
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/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 6fdc57f5 0: update: gcc-f2f4212e20c5dc4422aea355abe9a3bf0e05db71: 1
new bc6c925d 0: update: gcc-d21252de6c81ed236d8981d47b9a57dc4f1c6d57: 1
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 (6fdc57f5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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:
01-reset_artifacts/console.log | 238 +-
02-prepare_abe/console.log | 398 +-
04-build_abe-bootstrap_O1/console.log | 70113 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 6 +-
console.log | 70757 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 70763 insertions(+), 70761 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 229752afe31 VEC_COND_EXPR optimizations
new 27eac9ee613 Static analysis for definition of DO index variables in con [...]
new dd30d93f1a3 Added test case to make sure that legal cases still pass.
new d21252de6c8 c++: cxx_eval_vec_init after zero-initialization [PR96282]
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/constexpr.c | 18 +-
gcc/fortran/frontend-passes.c | 258 ++++++++++++++++++++++++-
gcc/testsuite/g++.dg/cpp0x/constexpr-array26.C | 13 ++
gcc/testsuite/g++.dg/cpp0x/constexpr-array27.C | 13 ++
gcc/testsuite/g++.dg/cpp2a/constexpr-init18.C | 16 ++
gcc/testsuite/gfortran.dg/do_check_13.f90 | 86 +++++++++
gcc/testsuite/gfortran.dg/do_check_14.f90 | 56 ++++++
gcc/testsuite/gfortran.dg/do_check_4.f90 | 24 ++-
8 files changed, 472 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array26.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array27.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-init18.C
create mode 100644 gcc/testsuite/gfortran.dg/do_check_13.f90
create mode 100644 gcc/testsuite/gfortran.dg/do_check_14.f90
--
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/ci/tcwg_bmk_tx1
in repository toolchain/ci/interesting-commits.
from 16fdd3a Add regression 5b5b3ce0ad6d308471ed09c644eee4b5c337cd1b from [...]
new e51662f Add regression 1d51dc38d89bd33fb8874e242ab87b265b4dec1c from [...]
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:
llvm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.