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 168fc8bda14 Daily bump.
new 149d04ccbb9 rs6000: Skip debug insns for union [PR105627]
new 8fa8bca9f53 testsuite/rs6000: Adjust gcc.target/powerpc/pr78604.c [PR105706]
new d918faea121 tree-optimization/105629 - spaceship recognition regression
new 1adf11822bd tree-optimization/100221 - improve DSE a bit
new b43836914bd openmp: Add taskwait nowait depend support [PR105378]
The 5 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/c/c-parser.cc | 3 +-
gcc/config/rs6000/rs6000-p8swap.cc | 10 +++--
gcc/cp/parser.cc | 3 +-
gcc/gimplify.cc | 31 ++++++++++----
gcc/omp-builtins.def | 3 ++
gcc/omp-expand.cc | 8 ++--
.../c-c++-common/gomp/taskwait-depend-nowait-1.c | 17 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-44.c | 19 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-45.c | 24 +++++++++++
gcc/testsuite/gcc.target/powerpc/pr105627.c | 26 ++++++++++++
gcc/testsuite/gcc.target/powerpc/pr78604.c | 4 +-
gcc/tree-ssa-dse.cc | 46 ++++++++++++++++++---
gcc/tree-ssa-phiopt.cc | 2 +-
libgomp/libgomp.map | 5 +++
libgomp/libgomp_g.h | 1 +
libgomp/task.c | 47 +++++++++++++++++++++-
.../taskwait-depend-nowait-1.c | 39 ++++++++++++++++++
17 files changed, 263 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/taskwait-depend-nowait-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-44.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-45.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr105627.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/taskwait-depend-nowait-1.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_debug
in repository toolchain/ci/binutils-gdb.
from cb0d58bf4d [gdb/testsuite] Skip language auto in gdb.base/parse_number.exp
adds 27049a382f ld: use definitions in generate_reloc rather than raw literals
adds 05527d8ca1 [gdb/ada] Fix gdb.ada/dynamic-iface.exp with gcc 7
adds 5a3cf18c2e [gdb/exp] Fix UB in scalar_binop
adds 735dfe028c [gdbsupport] Fix UB in print-utils.cc:int_string
adds 01a62a6d5f [gdb/testsuite] Fix -prompt handling in gdb_test
adds a6b446b222 gdb: LoongArch: Implement the iterate_over_regset_sections g [...]
adds d9b6e047f6 Fix loongarch_iterate_over_regset_sections for non-native targets.
adds e8123c847f Tweak the std::hash<> specialization for aarch64_features.
adds 9e0f632935 Automatic date update in version.in
adds 244e19c791 PR29169, invalid read displaying fuzzed .gdb_index
adds 5fbb38fcc5 PR29170, divide by zero displaying fuzzed .debug_names
adds be38442dda PR29171, invalid read causing SIGSEGV
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/dwarf.c | 132 ++++++++++++++----------------------
gdb/ada-lang.c | 3 +-
gdb/arch/aarch64.h | 27 ++++----
gdb/loongarch-linux-tdep.c | 26 +++++++
gdb/testsuite/gdb.base/arithmet.exp | 2 +
gdb/testsuite/lib/gdb.exp | 2 +-
gdb/valarith.c | 5 +-
gdbsupport/print-utils.cc | 6 +-
include/coff/internal.h | 16 +++++
ld/pe-dll.c | 15 ++--
11 files changed, 130 insertions(+), 106 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/binutils-gdb.
from 9e0f632935 Automatic date update in version.in
adds 244e19c791 PR29169, invalid read displaying fuzzed .gdb_index
adds 5fbb38fcc5 PR29170, divide by zero displaying fuzzed .debug_names
adds be38442dda PR29171, invalid read causing SIGSEGV
No new revisions were added by this update.
Summary of changes:
binutils/dwarf.c | 132 +++++++++++++++++++++----------------------------------
1 file changed, 50 insertions(+), 82 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-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 09bc6ef2 0: update: binutils-gcc: 2
new 65ab702b 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 (09bc6ef2)
\
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 1516 -> 1504 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2716 bytes
04-build_abe-binutils/console.log.xz | Bin 38704 -> 38176 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 268824 -> 272392 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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/base-artifacts.
discards d0fe79a6 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 1d14e08d 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 (d0fe79a6)
\
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 1552 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 30016 -> 30364 bytes
05-build_abe-stage1/console.log.xz | Bin 89768 -> 90740 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 9064 -> 9892 bytes
08-build_abe-glibc/console.log.xz | Bin 232372 -> 231628 bytes
09-build_abe-stage2/console.log.xz | Bin 222080 -> 222480 bytes
10-build_abe-gdb/console.log.xz | Bin 37080 -> 37456 bytes
11-build_abe-qemu/console.log.xz | Bin 32096 -> 31508 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 files changed, 21 insertions(+), 21 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 b43836914bd openmp: Add taskwait nowait depend support [PR105378]
new b646d7d279a RISC-V: Inhibit FP <--> int register moves via tune param
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/riscv/riscv.cc | 9 ++++++
.../pr28982b.c => gcc.target/riscv/pr105666.c} | 37 +++++++++++-----------
2 files changed, 27 insertions(+), 19 deletions(-)
copy gcc/testsuite/{gcc.c-torture/execute/pr28982b.c => gcc.target/riscv/pr105666. [...]
--
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_check_bootstrap/release-aarch64-check_bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from 31fd6cd3d7 Automatic date update in version.in
adds d200cde62c Automatic date update in version.in
adds af58abfd80 Automatic date update in version.in
adds bc8ba34fc2 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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_check_bootstrap/release-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 58afedbc 0: update: binutils-gcc: 1
new f8b9549a 0: update: binutils-gcc: 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 (58afedbc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/rele [...]
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 1544 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 38280 -> 38228 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 250208 -> 261572 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3832 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2324 -> 2308 bytes
07-check_regression/console.log.xz | Bin 2728 -> 803732 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 126 +
07-check_regression/results.compare | 259 +-
07-check_regression/results.compare2 | 188108 +++++++++++++++++++-
07-check_regression/results.regressions | 101 +
08-update_baseline/console.log | 188631 ++++++++++++++++++++-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 126 +
08-update_baseline/results.compare | 259 +-
08-update_baseline/results.compare2 | 188108 +++++++++++++++++++-
08-update_baseline/results.regressions | 101 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3424284 -> 3581436 bytes
sumfiles/g++.sum | 141449 ++++++++-------
sumfiles/gcc.log.xz | Bin 2962288 -> 3163016 bytes
sumfiles/gcc.sum | 33440 ++--
sumfiles/gfortran.log.xz | Bin 859952 -> 1073144 bytes
sumfiles/gfortran.sum | 14051 +-
sumfiles/libatomic.log.xz | Bin 2332 -> 2348 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 145276 -> 208032 bytes
sumfiles/libgomp.sum | 5840 +-
sumfiles/libitm.log.xz | Bin 2708 -> 2728 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 444864 -> 449436 bytes
sumfiles/libstdc++.sum | 516 +-
33 files changed, 687367 insertions(+), 73772 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
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
in repository toolchain/ci/interesting-commits.
from d78cbed Add last-good b320edc0c29c838b0090c3c9be14187d132f73f2 from h [...]
new 0637683 Add regression 1d244020246cb155e4de62ca3b302b920a1f513f 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:
gcc | 1 +
1 file changed, 1 insertion(+)
--
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
in repository toolchain/ci/interesting-commits.
from 46566a6 Add regression 4069cccf3b4ff4afb743d3d371ead9e2d5491e3a from [...]
new d78cbed Add last-good b320edc0c29c838b0090c3c9be14187d132f73f2 from h [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.