This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_39-branch
in repository binutils-gdb.
from 4b596a7719b ld: Extend ac_default_ld_warn_rwx_segments to all SPARC tar [...]
new c87bc94762a Stop the linker from complaining about unrecognized DW_FORM [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/dwarf2.c | 4 ++++
2 files changed, 10 insertions(+)
--
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 85fe7e7dd1f Add libgomp.c-c++-common/pr106449-2.c
new 8f4d9c1deda amdgcn: 64-bit not
new 6e0ca3fe88d amdgcn: 64-bit vector shifts
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:
gcc/config/gcn/gcn-valu.md | 18 ++++++++++--------
gcc/config/gcn/gcn.md | 20 ++++++++++++++++++++
2 files changed, 30 insertions(+), 8 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 binutils-gdb.
from b875e9c93df PR16005, avr linker crash on a particular instruction seque [...]
new b44cfc5de13 Stop the linker from complaining about unrecognised DW_FORM [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/dwarf2.c | 5 +++++
2 files changed, 11 insertions(+)
--
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_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from f8ad70a17b RISC-V: Add `OP_V' to .insn named opcodes
adds b245c595aa [gdb/testsuite] Fix gdb.threads/killed-outside.exp on aarch64
adds b80b72c06c ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targ [...]
adds c1723a8118 Arm64: re-work PR gas/27217 fix
adds e4e1fcce52 x86: drop stray NoRex64 from KeyLocker insns
adds b875e9c93d PR16005, avr linker crash on a particular instruction sequen [...]
No new revisions were added by this update.
Summary of changes:
bfd/elf32-avr.c | 3 ++
gas/config/tc-aarch64.c | 63 +++++++++-------------------
gas/testsuite/gas/aarch64/pr27217.d | 6 +--
gdb/testsuite/gdb.threads/killed-outside.exp | 3 +-
ld/ChangeLog | 6 +++
ld/configure.tgt | 6 +--
opcodes/i386-opc.tbl | 6 +--
opcodes/i386-tbl.h | 6 +--
8 files changed, 43 insertions(+), 56 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_check/master-arm
in repository toolchain/ci/gcc.
from af086d19112 Daily bump.
adds b234f5240ca Avoid vect_get_vector_types_for_stmt
adds 0c0feae60aa Use CONVERT_EXPR_CODE_P
adds 201e8d9f824 LoongArch: Define the macro ASM_PREFERRED_EH_DATA_FORMAT by [...]
adds 4796d16de65 openmp: Simplify fold_build_pointer_plus callers in omp-expand
adds 97d32048c04 openmp: Fix up handling of non-rectangular simd loops with [...]
adds 2dcceedb3c1 openmp: Reject invalid forms of C++ #pragma omp atomic comp [...]
adds 4894ba07869 tree-optimization/106422 - verify block copying in forward [...]
adds b5f5d1b36ed libstdc++: Tweak common_iterator::operator-> return type [P [...]
new 49ba4fdeb64 tree-optimization/105679 - disable backward threading of un [...]
new a6afbe5e952 OpenMP/Fortran: Permit assumed-size arrays in uniform clause
new 85fe7e7dd1f Add libgomp.c-c++-common/pr106449-2.c
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/config.in | 8 +-
gcc/config/loongarch/loongarch.h | 5 +
gcc/configure | 34 +++++++
gcc/configure.ac | 8 ++
gcc/cp/parser.cc | 4 +-
gcc/fortran/openmp.cc | 3 +-
gcc/gimple-ssa-warn-restrict.cc | 2 +-
gcc/omp-expand.cc | 108 ++++++++++-----------
gcc/testsuite/c-c++-common/gomp/atomic-32.c | 14 +++
gcc/testsuite/gcc.dg/torture/pr106422.c | 14 +++
gcc/testsuite/gfortran.dg/gomp/declare-simd-3.f90 | 30 ++++++
gcc/tree-ssa-threadbackward.cc | 9 ++
gcc/tree-ssa-threadupdate.cc | 4 +-
gcc/tree-vect-patterns.cc | 6 +-
.../testsuite/libgomp.c-c++-common/pr106449-2.c | 64 ++++++++++++
libgomp/testsuite/libgomp.c-c++-common/pr106449.c | 62 ++++++++++++
libstdc++-v3/include/bits/stl_iterator.h | 2 +-
17 files changed, 313 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/atomic-32.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr106422.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/declare-simd-3.f90
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/pr106449-2.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/pr106449.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_check/master-arm
in repository toolchain/ci/binutils-gdb.
from f8ad70a17b RISC-V: Add `OP_V' to .insn named opcodes
adds b245c595aa [gdb/testsuite] Fix gdb.threads/killed-outside.exp on aarch64
adds b80b72c06c ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targ [...]
adds c1723a8118 Arm64: re-work PR gas/27217 fix
adds e4e1fcce52 x86: drop stray NoRex64 from KeyLocker insns
adds b875e9c93d PR16005, avr linker crash on a particular instruction sequen [...]
No new revisions were added by this update.
Summary of changes:
bfd/elf32-avr.c | 3 ++
gas/config/tc-aarch64.c | 63 +++++++++-------------------
gas/testsuite/gas/aarch64/pr27217.d | 6 +--
gdb/testsuite/gdb.threads/killed-outside.exp | 3 +-
ld/ChangeLog | 6 +++
ld/configure.tgt | 6 +--
opcodes/i386-opc.tbl | 6 +--
opcodes/i386-tbl.h | 6 +--
8 files changed, 43 insertions(+), 56 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_check_gcc/master-aarch64
in repository toolchain/ci/linux.
from 33ea1340bafe Merge tag 'net-5.19-final' of git://git.kernel.org/pub/scm [...]
adds a7a47a5dfa9a drm/i915/reset: Add additional steps for Wa_22011802037 fo [...]
adds f16a2f593d00 Merge tag 'drm-intel-fixes-2022-07-28-1' of git://anongit. [...]
adds 6e2c0490769e Merge tag 'drm-fixes-2022-07-29' of git://anongit.freedesk [...]
No new revisions were added by this update.
Summary of changes:
drivers/gpu/drm/i915/gt/intel_engine.h | 2 +
drivers/gpu/drm/i915/gt/intel_engine_cs.c | 88 +++++++++++++++++++++-
.../gpu/drm/i915/gt/intel_execlists_submission.c | 7 ++
drivers/gpu/drm/i915/gt/uc/intel_guc.c | 4 +-
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 81 ++------------------
5 files changed, 103 insertions(+), 79 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_check/master-arm
in repository toolchain/ci/base-artifacts.
discards 08b736a1 0: update: binutils-gcc: 1
new 11822a1f 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 (08b736a1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (11822a1f)
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 1608 -> 1592 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 51380 -> 51180 bytes
04-build_abe-gcc/console.log.xz | Bin 230788 -> 232428 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3876 -> 3820 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2400 -> 2532 bytes
07-check_regression/console.log.xz | Bin 2372 -> 2820 bytes
07-check_regression/results.compare2 | 59 +-
08-update_baseline/console.log | 278 +-
08-update_baseline/results.compare2 | 59 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2803676 -> 2786152 bytes
sumfiles/g++.sum | 38 +-
sumfiles/gcc.log.xz | Bin 2360052 -> 2350936 bytes
sumfiles/gcc.sum | 4506 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 901812 -> 906548 bytes
sumfiles/gfortran.sum | 59 +-
sumfiles/libatomic.log.xz | Bin 2168 -> 2160 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 202076 -> 202500 bytes
sumfiles/libgomp.sum | 12 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2544 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 459320 -> 455992 bytes
sumfiles/libstdc++.sum | 2 +-
25 files changed, 2607 insertions(+), 2422 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_check_gcc/master-aarch64
in repository toolchain/ci/binutils-gdb.
from f8ad70a17b RISC-V: Add `OP_V' to .insn named opcodes
adds b245c595aa [gdb/testsuite] Fix gdb.threads/killed-outside.exp on aarch64
adds b80b72c06c ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targ [...]
adds c1723a8118 Arm64: re-work PR gas/27217 fix
adds e4e1fcce52 x86: drop stray NoRex64 from KeyLocker insns
adds b875e9c93d PR16005, avr linker crash on a particular instruction sequen [...]
No new revisions were added by this update.
Summary of changes:
bfd/elf32-avr.c | 3 ++
gas/config/tc-aarch64.c | 63 +++++++++-------------------
gas/testsuite/gas/aarch64/pr27217.d | 6 +--
gdb/testsuite/gdb.threads/killed-outside.exp | 3 +-
ld/ChangeLog | 6 +++
ld/configure.tgt | 6 +--
opcodes/i386-opc.tbl | 6 +--
opcodes/i386-tbl.h | 6 +--
8 files changed, 43 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.