This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f8c1f29a0b4 c++: ICE with aggregate assignment and DMI [PR104583]
new 6a777ceb0e9 testsuite: Change pr80334.C testcase to dg-do compile [PR102772]
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/g++.dg/torture/pr80334.C | 6 +++++-
1 file changed, 5 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 410f39f56c1 openmp: Ensure DECL_CONTEXT of OpenMP iterators in template [...]
adds 387e818cda0 store-merging: Avoid ICEs on roughly ~0ULL/8 sized stores [ [...]
adds e3e68fa59ea ubsan: Fix ICE due to -fsanitize=object-size [PR105093]
adds c8cd03f5b52 [nvptx, doc] Document predefined macros at march and mptx
new f8c1f29a0b4 c++: ICE with aggregate assignment and DMI [PR104583]
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/init.cc | 8 ++++----
gcc/doc/invoke.texi | 9 +++++++++
gcc/gimple-ssa-store-merging.cc | 2 +-
gcc/testsuite/g++.dg/cpp0x/nsdmi-list7.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/nsdmi-list8.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/ubsan/pr105093.C | 12 ++++++++++++
gcc/testsuite/gcc.dg/pr105094.c | 13 +++++++++++++
gcc/ubsan.cc | 7 +++++++
8 files changed, 80 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-list7.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-list8.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr105093.C
create mode 100644 gcc/testsuite/gcc.dg/pr105094.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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 41c5e7f2 2: update: binutils-gcc: 0
new 0da7dd4c 2: update: binutils-gcc: 0
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 (41c5e7f2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1576 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 24496 -> 24492 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 6 ++---
6 files changed, 26 insertions(+), 26 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_gnu_cross_build/master-arm
in repository toolchain/ci/gcc.
from d8e91994bad options: Improve 'LangEnabledBy' option property diagnostics
adds 4f2795218a6 c++: Fox template-introduction tentative parsing in class b [...]
adds 9778a7dc0b3 [nvptx, doc] Update misa and mptx, add march and march-map
adds 410f39f56c1 openmp: Ensure DECL_CONTEXT of OpenMP iterators in template [...]
adds 387e818cda0 store-merging: Avoid ICEs on roughly ~0ULL/8 sized stores [ [...]
adds e3e68fa59ea ubsan: Fix ICE due to -fsanitize=object-size [PR105093]
adds c8cd03f5b52 [nvptx, doc] Document predefined macros at march and mptx
No new revisions were added by this update.
Summary of changes:
gcc/cp/parser.cc | 7 +++++++
gcc/cp/pt.cc | 2 ++
gcc/doc/invoke.texi | 36 +++++++++++++++++++++++++-------
gcc/gimple-ssa-store-merging.cc | 2 +-
gcc/testsuite/g++.dg/concepts/pr105061.C | 13 ++++++++++++
gcc/testsuite/g++.dg/gomp/pr105092.C | 26 +++++++++++++++++++++++
gcc/testsuite/g++.dg/ubsan/pr105093.C | 12 +++++++++++
gcc/testsuite/gcc.dg/pr105094.c | 13 ++++++++++++
gcc/ubsan.cc | 7 +++++++
9 files changed, 110 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr105061.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr105092.C
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr105093.C
create mode 100644 gcc/testsuite/gcc.dg/pr105094.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_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 666071b2 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 370263e3 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (666071b2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1536 -> 1488 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 30004 -> 30212 bytes
05-build_abe-stage1/console.log.xz | Bin 89724 -> 89952 bytes
07-build_abe-linux/console.log.xz | Bin 9168 -> 9232 bytes
08-build_abe-glibc/console.log.xz | Bin 231504 -> 231552 bytes
09-build_abe-stage2/console.log.xz | Bin 220708 -> 221920 bytes
10-build_abe-gdb/console.log.xz | Bin 37184 -> 37088 bytes
11-build_abe-qemu/console.log.xz | Bin 30756 -> 30332 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 10 +++++-----
12 files changed, 6 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 c8cd03f5b52 [nvptx, doc] Document predefined macros at march and mptx
new f8c1f29a0b4 c++: ICE with aggregate assignment and DMI [PR104583]
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/init.cc | 8 ++++----
gcc/testsuite/g++.dg/cpp0x/nsdmi-list7.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/nsdmi-list8.C | 17 +++++++++++++++++
3 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-list7.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-list8.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-11
in repository gcc.
from f41871dfdbd RISC-V: Fixing -misa-spec [PR/target 104853]
new 00d12a4a0fd x86: Also use Yw in *ssse3_pshufbv8qi3 clobber
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/config/i386/sse.md | 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/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards cfded9b8 0: update: binutils-gcc: 2
new b509e917 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 (cfded9b8)
\
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 1548 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 51424 -> 50500 bytes
.../console.log.xz | Bin 932412 -> 930668 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++
jenkins/manifest.sh | 12 +++----
7 files changed, 42 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.