This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 38e10026578 c++: Fix value-init crash in template [PR93676]
new 44f6b7fb574 c++: Some improvements to concept diagnostics
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/cp/ChangeLog | 16 ++++++++++++++
gcc/cp/constraint.cc | 33 +++++++++++++++++------------
gcc/cp/cxx-pretty-print.c | 17 +++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/concepts/diagnostic2.C | 30 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/concepts/diagnostic3.C | 29 +++++++++++++++++++++++++
6 files changed, 116 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/diagnostic2.C
create mode 100644 gcc/testsuite/g++.dg/concepts/diagnostic3.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ebe25ec0 0: update: binutils-gcc-linux: all
new c4510661 0: update: binutils-gcc-linux: all
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 (ebe25ec0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 162 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11641 +++++------
04-build_abe-stage1/console.log | 19186 +++++++++---------
05-build_linux/console.log | 6076 +++---
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 2 +-
console.log | 37661 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
regressions.txt | 2 +-
11 files changed, 37575 insertions(+), 37613 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/gcc.
from eeb31391b7f combine: Fix find_split_point handling of constant store in [...]
adds 9c5db942ca3 ARM: Add support for -mpure-code in thumb-1 (v6m)
adds 7edf9fa1c5f ARM: Fix -mpure-code for v6m
adds 45d71b554b9 Daily bump.
adds c6b81c45198 c++: Fix rejects-valid bug in cxx_eval_outermost_constant_e [...]
adds d0eff1793dc store-merging: Fix coalesce_immediate_stores [PR93820]
adds 0ce89ea10d9 rs6000: mark clobber for registers changed by untpyed_call
new 84a5534ce2f PR libstdc++/78552 only construct std::locale for C locale once
new 1b522a79133 libstdc++: Fix freestanding build (PR 92376)
new 30cb4c78ea6 libstdc++: Fix regressions in unique_ptr::swap (PR 93562)
new 08a70a65670 libstdc++: Replace glibc-specific check for clock_gettime ( [...]
The 4 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 | 43 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/arm/arm-protos.h | 1 +
gcc/config/arm/arm.c | 88 +++++++++++++++++--
gcc/config/arm/arm.h | 8 +-
gcc/config/arm/arm.md | 9 ++
gcc/config/arm/thumb1.md | 85 +++++++++++++++----
gcc/config/rs6000/rs6000.md | 4 +
gcc/doc/invoke.texi | 3 +-
gcc/gimple-ssa-store-merging.c | 27 +++---
gcc/testsuite/ChangeLog | 28 +++++++
gcc/testsuite/g++.dg/cpp0x/pr93905.C | 18 ++++
gcc/testsuite/gcc.dg/pr93820.c | 26 ++++++
.../gcc.dg/torture/stackalign/builtin-return-2.c | 40 +++++++++
gcc/testsuite/gcc.target/arm/pr45701-1.c | 2 +-
gcc/testsuite/gcc.target/arm/pr45701-2.c | 2 +-
.../gcc.target/arm/pure-code/no-literal-pool.c | 14 +++-
.../gcc.target/arm/pure-code/pure-code.exp | 9 +-
gcc/testsuite/gcc.target/arm/thumb1-Os-mult.c | 1 +
libstdc++-v3/ChangeLog | 35 ++++++++
libstdc++-v3/acinclude.m4 | 22 ++---
libstdc++-v3/configure | 73 ++++++++++++----
libstdc++-v3/include/bits/c++config | 5 +-
libstdc++-v3/include/bits/unique_ptr.h | 16 +++-
libstdc++-v3/libsupc++/new_opa.cc | 15 ++++
libstdc++-v3/src/c++98/locale_init.cc | 3 +-
.../20_util/unique_ptr/modifiers/93562.cc | 98 ++++++++++++++++++++++
27 files changed, 591 insertions(+), 86 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr93905.C
create mode 100644 gcc/testsuite/gcc.dg/pr93820.c
create mode 100644 gcc/testsuite/gcc.dg/torture/stackalign/builtin-return-2.c
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/93562.cc
--
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_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 59415463 0: update: binutils-gcc-linux: all
new 00f9db9e 0: update: binutils-gcc-linux: all
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 (59415463)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 56 +-
02-prepare_abe/console.log | 404 +-
03-build_abe-binutils/console.log | 11690 ++++++++--------
04-build_abe-stage1/console.log | 13781 ++++++++++---------
05-build_linux/console.log | 852 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 4 +-
console.log | 26573 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
regressions.txt | 2 +-
11 files changed, 26658 insertions(+), 26716 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 newlib.
from 4653cc92e cpuinfo:power management: add proc_feedback, acc_power
new 28382c97a Cygwin: posix timers: fix uninitialized variable
new 5f66c2c75 Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when build [...]
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:
winsup/cygwin/Makefile.in | 2 ++
winsup/cygwin/posix_timer.cc | 2 +-
2 files changed, 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards d7062052 0: update: gcc-3841739c29a54c0141c3156cdd47891c258b2b88: 1
new 32d78c5c 0: update: gcc-b6268016bf46dd63227dcbb73d13c30a3b4b9d2a: 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 (d7062052)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 128 +-
02-prepare_abe/console.log | 384 +-
03-build_abe-bootstrap_debug/console.log | 94561 ++++++++++++++--------------
05-check_regression/console.log | 25 +-
06-update_baseline/console.log | 35 +-
console.log | 95133 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
regressions.txt | 6 +
8 files changed, 95183 insertions(+), 95099 deletions(-)
create mode 100644 regressions.txt
--
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 glibc.
from f1a0840c15 powerpc: Refactor fenvinline.h
new 758599bc9d elf: Apply attribute_relro to pointers in elf/dl-minimal.c
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:
elf/dl-minimal.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.