This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 365cd5f9ba8 [OpenACC] Remove erroneous "Orphan reductions cannot have g [...]
new 92084a6dcda libstdc++: Add [[nodiscard]] to std::byteswap
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:
libstdc++-v3/include/std/bit | 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 24b2de7b776 gdb/python: add gdb.RemoteTargetConnection.send_packet
new 1527fe5f584 gdb: fix disassembler regressions for 32-bit arm
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:
gdb/testsuite/gdb.base/all-architectures.exp.tcl | 30 +++++++++++++++++-------
1 file changed, 22 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 abfdb09f011 RISC-V: The vtype immediate with more than the defined 8 bi [...]
new 0e3b7c25eea gdb/python: introduce gdb.TargetConnection object type
new e5b176f25ff gdb: make packet_command function available outside remote.c
new 24b2de7b776 gdb/python: add gdb.RemoteTargetConnection.send_packet
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:
gdb/Makefile.in | 1 +
gdb/NEWS | 29 ++
gdb/doc/gdb.texinfo | 4 +
gdb/doc/python.texi | 157 +++++-
gdb/observable.c | 1 +
gdb/observable.h | 3 +
gdb/python/py-all-events.def | 1 +
gdb/python/py-connection.c | 570 +++++++++++++++++++++
gdb/python/py-event-types.def | 5 +
gdb/python/py-inferior.c | 16 +
gdb/python/python-internal.h | 6 +
gdb/python/python.c | 5 +
gdb/remote.c | 117 +++--
gdb/remote.h | 43 ++
gdb/target-connection.c | 4 +
.../gdb.multi/multi-target-info-inferiors.exp | 38 ++
.../gdb.multi/multi-target-info-inferiors.py | 64 +++
gdb/testsuite/gdb.python/py-connection.c | 22 +
gdb/testsuite/gdb.python/py-connection.exp | 75 +++
gdb/testsuite/gdb.python/py-inferior.exp | 20 +-
gdb/testsuite/gdb.python/py-send-packet.c | 31 ++
gdb/testsuite/gdb.python/py-send-packet.exp | 99 ++++
gdb/testsuite/gdb.python/py-send-packet.py | 176 +++++++
23 files changed, 1448 insertions(+), 39 deletions(-)
create mode 100644 gdb/python/py-connection.c
create mode 100644 gdb/testsuite/gdb.multi/multi-target-info-inferiors.py
create mode 100644 gdb/testsuite/gdb.python/py-connection.c
create mode 100644 gdb/testsuite/gdb.python/py-connection.exp
create mode 100644 gdb/testsuite/gdb.python/py-send-packet.c
create mode 100644 gdb/testsuite/gdb.python/py-send-packet.exp
create mode 100644 gdb/testsuite/gdb.python/py-send-packet.py
--
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-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8e3a4162 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: all
new 0b2c4308 0: update: linux-58da0d84fdd2563939dafa48334e190fad1b536c: 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 (8e3a4162)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 1604 -> 1700 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 41300 -> 41460 bytes
04-build_abe-stage1/console.log.xz | Bin 87360 -> 87448 bytes
05-build_abe-qemu/console.log.xz | Bin 30992 -> 30344 bytes
06-build_linux/console.log.xz | Bin 3340 -> 3096 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 4 ++--
10 files changed, 10 insertions(+), 10 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 48f6c5933 stdio: Fix issue of printing "%La" format with large exp part.
new d64cd470a Cygwin: get_rlimit_stack: add a comment
new 670beaed0 Cygwin: setrlimit: Add a permission check
new 3edea7cd5 Cygwin: get/setrlimit: move RLIMIT_AS handling into static functions
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:
winsup/cygwin/resource.cc | 165 ++++++++++++++++++++++++++--------------------
1 file changed, 92 insertions(+), 73 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 92de188ea3d [Committed] PR testsuite/103477: Fix big-endian mistake in [...]
new a83a0755708 Fix c-c++-common/goacc/routine-4.c and c-c++-common/goacc/r [...]
new 2b7dac2c0dc Make OpenACC orphan gang reductions errors
new f1a58ab0db2 [OpenACC] Allow gang reductions inside serial constructs
new c4f4c60457d Re OpenACC "gang reduction on an orphan loop" error message
new 77d24d43644 Consolidate OpenACC "gang reduction on an orphan loop" checking
new 365cd5f9ba8 [OpenACC] Remove erroneous "Orphan reductions cannot have g [...]
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/omp-general.h | 3 +-
gcc/omp-low.c | 4 +
gcc/omp-offload.c | 20 +-
.../goacc/nested-reductions-1-routine.c | 7 +
.../goacc/nested-reductions-2-routine.c | 8 +
.../c-c++-common/goacc/orphan-reductions-1.c | 56 ++++++
.../c-c++-common/goacc/orphan-reductions-2.c | 91 +++++++++
.../c-c++-common/goacc/orphan-reductions-3.c | 102 ++++++++++
.../c-c++-common/goacc/routine-4-extern.c | 72 ++++---
gcc/testsuite/c-c++-common/goacc/routine-4.c | 72 ++++---
gcc/testsuite/gcc.dg/goacc/loop-processing-1.c | 2 +-
.../goacc/nested-reductions-1-routine.f90 | 7 +
.../goacc/nested-reductions-2-routine.f90 | 8 +
.../gfortran.dg/goacc/orphan-reductions-1.f90 | 210 +++++++++++++++++++++
.../gfortran.dg/goacc/orphan-reductions-2.f90 | 93 +++++++++
.../gfortran.dg/goacc/orphan-reductions-3.f90 | 89 +++++++++
16 files changed, 758 insertions(+), 86 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/orphan-reductions-1.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/orphan-reductions-2.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/orphan-reductions-3.c
create mode 100644 gcc/testsuite/gfortran.dg/goacc/orphan-reductions-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/goacc/orphan-reductions-2.f90
create mode 100644 gcc/testsuite/gfortran.dg/goacc/orphan-reductions-3.f90
--
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 216fa01f 0: update: binutils-gcc: 1
new 5a6d71f1 0: update: gcc-92de188ea3d36ec012b6d42959d4722e42524256: 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 (216fa01f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (5a6d71f1)
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 -> 1444 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 64964 -> 63776 bytes
04-build_abe-gcc/console.log.xz | Bin 224000 -> 224880 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3808 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2796 -> 2608 bytes
07-check_regression/console.log.xz | Bin 2868 -> 4488 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 27 +
07-check_regression/results.compare | 67 +-
07-check_regression/results.compare2 | 544 +++-
07-check_regression/results.regressions | 47 +
08-update_baseline/console.log | 796 +++--
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 27 +
08-update_baseline/results.compare | 67 +-
08-update_baseline/results.compare2 | 544 +++-
08-update_baseline/results.regressions | 47 +
jenkins/manifest.sh | 11 +-
sumfiles/g++.log.xz | Bin 2699428 -> 2702956 bytes
sumfiles/g++.sum | 527 +++-
sumfiles/gcc.log.xz | Bin 2259636 -> 2270212 bytes
sumfiles/gcc.sum | 4809 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 879880 -> 885372 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2156 -> 2164 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 169980 -> 169948 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2520 -> 2516 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 453444 -> 451896 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 4772 insertions(+), 2819 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/qemu.
from a0fd8a5492 Merge tag 'pull-for-6.2-291121-1' of https://github.com/stsq [...]
new 7bf00dfb51 target/ppc: fix Hash64 MMU update of PTE bit R
new 50456a6794 Merge tag 'pull-ppc-20211129' of https://github.com/legoater [...]
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:
hw/ppc/spapr.c | 8 ++++----
hw/ppc/spapr_softmmu.c | 2 +-
target/ppc/mmu-hash64.c | 4 ++--
target/ppc/mmu-hash64.h | 5 +++++
4 files changed, 12 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.