This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/gcc.
from dcc266796a6 Refactor '-ldl' handling for libgomp proper and plugins
adds a0080f0285d libstdc++: Remove whitespace before preprocessor directives
adds 995060aa5eb testsuite: PPC vector double requires VSX
No new revisions were added by this update.
Summary of changes:
gcc/testsuite/g++.target/powerpc/pr101168.C | 4 ++--
libstdc++-v3/config/locale/dragonfly/numeric_members.cc | 2 +-
libstdc++-v3/config/locale/gnu/numeric_members.cc | 2 +-
libstdc++-v3/include/bits/locale_facets_nonio.h | 4 ++--
libstdc++-v3/libsupc++/typeinfo | 10 +++++-----
5 files changed, 11 insertions(+), 11 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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 7cc52db51 0: update: binutils-gcc: 2
new a8d500212 0: update: binutils-gcc: 2
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 (7cc52db51)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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.xz | Bin 1512 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 51240 -> 52040 bytes
05-build_abe-bootstrap/console.log.xz | Bin 458432 -> 459124 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 8 ++++----
6 files changed, 4 insertions(+), 4 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 releases/gcc-10
in repository gcc.
from 080e737a851 c++: assignment to temporary [PR59950]
new 93ec7bf2253 c++: pack init-capture of unresolved overload [PR102629]
new d939233ef46 c++: constexpr trivial -fno-elide-ctors [PR104646]
new 3efc6fd0df1 c++: lambda and the current instantiation [PR82980]
new 67f742536cb c++: missing dtor with -fno-elide-constructors [PR100838]
new fd669a0613a c++: low -faligned-new [PR102071]
new cfa3a04be98 c++: rodata and defaulted ctor [PR104142]
The 6 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/call.c | 6 +-
gcc/cp/constexpr.c | 2 +-
gcc/cp/decl.c | 4 +
gcc/cp/init.c | 15 +++-
gcc/cp/lambda.c | 20 ++++-
gcc/cp/pt.c | 8 +-
.../g++.dg/cpp0x/constexpr-fno-elide-ctors1.C | 89 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist-new6.C | 39 ++++++++++
.../g++.dg/cpp0x/lambda/lambda-current-inst1.C | 18 +++++
gcc/testsuite/g++.dg/cpp1z/aligned-new9.C | 30 ++++++++
gcc/testsuite/g++.dg/cpp2a/lambda-pack-init7.C | 18 +++++
gcc/testsuite/g++.dg/init/no-elide2.C | 32 ++++++++
gcc/testsuite/g++.dg/opt/const7.C | 7 ++
13 files changed, 279 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-fno-elide-ctors1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-new6.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-current-inst1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aligned-new9.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-pack-init7.C
create mode 100644 gcc/testsuite/g++.dg/init/no-elide2.C
create mode 100644 gcc/testsuite/g++.dg/opt/const7.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 releases/gcc-10
in repository gcc.
from 6ec022c8df4 Daily bump.
new 846bff4d465 c++: designator and anon struct [PR101767]
new 6c69f7c449c c++: operator new lookup [PR98249]
new b01044ec7fb c++: -Wshadow=compatible-local type vs var [PR100608]
new 20dc7a2119c c++: nested generic lambda in DMI [PR101717]
new 6c7905a9f10 c++: empty base constexpr -fno-elide-ctors [PR105245]
new 080e737a851 c++: assignment to temporary [PR59950]
The 6 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/call.c | 8 +++++---
gcc/cp/constexpr.c | 6 ++++++
gcc/cp/decl.c | 5 +++++
gcc/cp/lambda.c | 8 +++++++-
gcc/cp/name-lookup.c | 4 ++++
gcc/testsuite/g++.dg/cpp1y/constexpr-empty2.C | 1 +
gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C | 7 +++++++
gcc/testsuite/g++.dg/ext/anon-struct10.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/init/assign2.C | 6 ++++++
gcc/testsuite/g++.dg/lookup/new3.C | 10 ++++++++++
.../g++.dg/warn/Wshadow-compatible-local-3.C | 10 ++++++++++
11 files changed, 82 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C
create mode 100644 gcc/testsuite/g++.dg/ext/anon-struct10.C
create mode 100644 gcc/testsuite/g++.dg/init/assign2.C
create mode 100644 gcc/testsuite/g++.dg/lookup/new3.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wshadow-compatible-local-3.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-release-aarch64-next-defconfig
in repository toolchain/ci/binutils-gdb.
from 5b43f78fb1 Automatic date update in version.in
adds 74ef67f9ba Automatic date update in version.in
adds 8d1187516e Adjust ld ctf test for 32-bit targets
adds c473aa1b9d M68K: avoid quadratic slowdlow in label alignment check
adds 1bd729e36b Automatic date update in version.in
adds e15ecaa1e8 Automatic date update in version.in
adds 7646a5c999 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/config/tc-m68k.c | 43 +++++++---------------------------
gas/config/tc-m68k.h | 17 ++++++++++++++
ld/testsuite/ld-ctf/nonrepresentable.d | 2 +-
4 files changed, 28 insertions(+), 36 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 372c587d8 0: update: binutils-gcc-linux-qemu: boot
new cdb0a9f71 0: update: binutils-gcc-linux-qemu: boot
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 (372c587d8)
\
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.xz | Bin 1588 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30284 -> 30164 bytes
04-build_abe-stage1/console.log.xz | Bin 67824 -> 68072 bytes
05-build_abe-qemu/console.log.xz | Bin 31868 -> 32432 bytes
06-build_linux/console.log.xz | Bin 3300 -> 3540 bytes
07-boot_linux/console.log.xz | Bin 6260 -> 6176 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 22 +++++++++++-----------
results | 2 +-
11 files changed, 20 insertions(+), 20 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 995060aa5eb testsuite: PPC vector double requires VSX
new 3e948d645bc c++: tighten TMPL_ARGS_LEVEL macro
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/cp-tree.h | 3 ++-
gcc/cp/pt.cc | 28 ++++++++++++++--------------
2 files changed, 16 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.