This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 9a6abcc83c Automatic date update in version.in
adds bf86d80dd2 Automatic date update in version.in
adds c11f01dbbd gdb: fix indentation in gdbtypes.c
adds 203a982434 [gdb/testsuite] Test sw watchpoint in gdb.threads/process-di [...]
adds ee2ff2eaa5 [gdb/testsuite] Fix gdb.base/dcache-flush.exp
adds 275ee935b3 gdb: prevent an assertion when computing the frame_id for an [...]
adds 5cf3b30948 gdb: remove duplicate cmd_list_element declarations
adds fde1a9a3ee gdb: add setting to disable reading source code files
new 7f92ed6b41 [gdb/build] Fix build with g++-4.8
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/version.h | 2 +-
gdb/NEWS | 9 ++
gdb/cli/cli-cmds.c | 4 +
gdb/cli/cli-cmds.h | 40 ++++++
gdb/doc/gdb.texinfo | 26 ++++
gdb/dwarf2/read.c | 8 +-
gdb/frame.c | 60 +++++++--
gdb/gdbcmd.h | 105 +--------------
gdb/gdbtypes.c | 2 +-
gdb/inline-frame.c | 5 +-
gdb/source.c | 66 +++++++++-
gdb/testsuite/gdb.base/dcache-flush.exp | 4 +-
gdb/testsuite/gdb.base/inline-frame-cycle-unwind.c | 58 +++++++++
.../gdb.base/inline-frame-cycle-unwind.exp | 145 +++++++++++++++++++++
.../gdb.base/inline-frame-cycle-unwind.py | 85 ++++++++++++
gdb/testsuite/gdb.base/source-open.c | 25 ++++
gdb/testsuite/gdb.base/source-open.exp | 44 +++++++
.../gdb.threads/process-dies-while-detaching.exp | 41 ++++--
18 files changed, 596 insertions(+), 133 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.c
create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp
create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.py
create mode 100644 gdb/testsuite/gdb.base/source-open.c
create mode 100644 gdb/testsuite/gdb.base/source-open.exp
--
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_native_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards d4ca26a3d 0: update: binutils-gcc-linux-glibc-gdb: 6
new c2e57e7f0 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (d4ca26a3d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 -> 1508 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 51064 -> 51288 bytes
05-build_abe-gcc/console.log.xz | Bin 197644 -> 199980 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 9156 -> 8620 bytes
08-build_abe-glibc/console.log.xz | Bin 234292 -> 235640 bytes
09-build_abe-gdb/console.log.xz | Bin 42996 -> 43972 bytes
10-check_regression/console.log.xz | Bin 416 -> 420 bytes
11-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 22 +++++++++++-----------
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 devel/omp/gcc-11
in repository gcc.
from 86ce50c8b6d Fortran: Fix associated intrinsic with assumed rank [PR101334]
new 786503593c4 Fortran: Fix assumed-size to assumed-rank passing [PR94070]
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/fortran/ChangeLog.omp | 22 +++
gcc/fortran/trans-array.c | 165 ++++++++++++++++----
gcc/fortran/trans-array.h | 2 +
gcc/fortran/trans-decl.c | 14 --
gcc/fortran/trans-expr.c | 43 +++++-
gcc/fortran/trans-intrinsic.c | 119 ++++++---------
gcc/fortran/trans.h | 2 -
gcc/testsuite/ChangeLog.omp | 14 ++
gcc/testsuite/gfortran.dg/assumed_rank_22.f90 | 169 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/assumed_rank_22_aux.c | 68 +++++++++
.../gfortran.dg/c-interop/cf-out-descriptor-6.f90 | 2 +-
gcc/testsuite/gfortran.dg/c-interop/size.f90 | 2 +-
gcc/testsuite/gfortran.dg/intrinsic_size_3.f90 | 2 +-
gcc/testsuite/gfortran.dg/size_optional_dim_1.f90 | 4 +
.../gfortran.dg/transpose_optimization_2.f90 | 2 +-
libgfortran/ChangeLog.omp | 9 ++
libgfortran/intrinsics/size.c | 4 +
libgomp/ChangeLog.omp | 9 ++
18 files changed, 530 insertions(+), 122 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_22.f90
create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_22_aux.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_bmk_gnu_eabi_stm32
in repository toolchain/ci/interesting-commits.
from 53151f8 Add regression b4e4386a2e58ba6ce8d02b952f1bc6ceb8fc95d1 from [...]
new 963908f Add regression b4e4386a2e58ba6ce8d02b952f1bc6ceb8fc95d1 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:
binutils | 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.
unknown user pushed a change to branch master
in repository glibc.
from 514638699d htl: Fix sigset of main thread
new 11a02b035b misc: Add __get_nprocs_sched
new 33099d72e4 linux: Simplify get_nprocs
new 342298278e linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)
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:
include/sys/sysinfo.h | 7 +-
malloc/arena.c | 2 +-
misc/getsysstats.c | 6 +
posix/Makefile | 3 +-
...d_rr_get_interval.c => tst-sched_getaffinity.c} | 37 ++--
sysdeps/mach/getsysstats.c | 6 +
sysdeps/unix/sysv/linux/getsysstats.c | 195 ++++++++++++++++-----
7 files changed, 190 insertions(+), 66 deletions(-)
copy posix/{tst-sched_rr_get_interval.c => tst-sched_getaffinity.c} (54%)
--
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 00f6de9c691 Fortran: Fix assumed-size to assumed-rank passing [PR94070]
new da1f6391b7c libgomp.oacc-fortran/privatized-ref-2.f90: Fix dg-note
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:
libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-2.f90 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.