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 2aaba744467 [gdb] Fix "value is not available" with debug frame
new d82ede20df3 [gdb/testsuite] Further handle long filenames in gdb.base/s [...]
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/startup-with-shell.exp | 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 4a4fd10d170 gdb: Modify the output of "info breakpoints" and "delete br [...]
new 2aaba744467 [gdb] Fix "value is not available" with debug frame
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/frame.c | 2 +
.../gdb.base/{list-nodebug.c => debug-frame-2.c} | 5 +-
.../gdb.base/{msym-bp-shl-main.c => debug-frame.c} | 4 +-
gdb/testsuite/gdb.base/debug-frame.exp | 57 ++++++++++++++++++++++
4 files changed, 64 insertions(+), 4 deletions(-)
copy gdb/testsuite/gdb.base/{list-nodebug.c => debug-frame-2.c} (96%)
copy gdb/testsuite/gdb.base/{msym-bp-shl-main.c => debug-frame.c} (92%)
create mode 100644 gdb/testsuite/gdb.base/debug-frame.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.
unknown user pushed a change to branch master
in repository gcc.
from 146f16c97f6 Add myself to write after approval and DCO.
new 8293df8019a tree-optimization/114068 - missed virtual LC PHI after vect [...]
new fb68e2cac12 tree-optimization/114099 - virtual LC PHIs and early exit vect
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.dg/vect/vect-early-break_118-pr114068.c | 23 ++++++
.../gcc.dg/vect/vect-early-break_119-pr114068.c | 25 +++++++
.../gcc.dg/vect/vect-early-break_120-pr114099.c | 20 +++++
gcc/tree-vect-loop-manip.cc | 87 +++++++++++++---------
4 files changed, 120 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_118-pr114068.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_119-pr114068.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_120-pr114099.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 master
in repository gcc.
from 39c07c5a3bf Finalization of object allocated by anonymous access design [...]
new 146f16c97f6 Add myself to write after approval and DCO.
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:
MAINTAINERS | 2 ++
1 file changed, 2 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 glibc.
from 9f78a7c1d0 x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarch
new 02782fd128 S390: Do not clobber r7 in clone [BZ #31402]
new e302e10213 aarch64/fpu: Sync libmvec routines from 2.39 and before with AOR
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:
sysdeps/aarch64/fpu/acos_advsimd.c | 4 +-
sysdeps/aarch64/fpu/asin_advsimd.c | 4 +-
sysdeps/aarch64/fpu/atan2_sve.c | 29 ++++++-----
sysdeps/aarch64/fpu/atan2f_sve.c | 30 ++++++------
sysdeps/aarch64/fpu/cos_advsimd.c | 3 +-
sysdeps/aarch64/fpu/cosf_advsimd.c | 3 +-
sysdeps/aarch64/fpu/exp10_advsimd.c | 4 +-
sysdeps/aarch64/fpu/exp10f_advsimd.c | 21 ++++----
sysdeps/aarch64/fpu/exp2_advsimd.c | 20 ++++----
sysdeps/aarch64/fpu/exp2f_sve.c | 4 +-
sysdeps/aarch64/fpu/exp_advsimd.c | 4 +-
sysdeps/aarch64/fpu/expm1_advsimd.c | 11 ++---
sysdeps/aarch64/fpu/expm1f_advsimd.c | 17 ++++---
sysdeps/aarch64/fpu/log_advsimd.c | 5 ++
sysdeps/aarch64/fpu/sin_advsimd.c | 3 +-
sysdeps/aarch64/fpu/sinf_advsimd.c | 3 +-
sysdeps/aarch64/fpu/tan_advsimd.c | 26 +++++-----
sysdeps/aarch64/fpu/tanf_advsimd.c | 25 +++++-----
sysdeps/unix/sysv/linux/s390/s390-32/clone.S | 1 +
sysdeps/unix/sysv/linux/s390/s390-64/clone.S | 1 +
sysdeps/unix/sysv/linux/tst-clone.c | 73 +++++++++++++++++++++++-----
21 files changed, 174 insertions(+), 117 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 releases/gcc-13
in repository gcc.
from cfa5591cf75 Daily bump.
new 88661078eac Finalization of object allocated by anonymous access design [...]
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/ada/exp_ch7.adb | 13 +++++++++
gcc/ada/exp_util.adb | 15 ++++++----
gcc/ada/sem_res.adb | 14 ++++-----
gcc/testsuite/gnat.dg/access10.adb | 58 ++++++++++++++++++++++++++++++++++++++
4 files changed, 88 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/access10.adb
--
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-12
in repository gcc.
from 6411b309e47 Daily bump.
new 1a915f6ab52 Finalization of object allocated by anonymous access design [...]
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/ada/exp_ch7.adb | 13 +++++++++
gcc/ada/exp_util.adb | 15 ++++++----
gcc/ada/sem_res.adb | 14 ++++-----
gcc/testsuite/gnat.dg/access10.adb | 58 ++++++++++++++++++++++++++++++++++++++
4 files changed, 88 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/access10.adb
--
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 2cc402190ce Daily bump.
new bbf799a9722 Finalization of object allocated by anonymous access design [...]
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/ada/exp_ch7.adb | 13 +++++++++
gcc/ada/exp_util.adb | 15 ++++++----
gcc/ada/sem_res.adb | 14 ++++-----
gcc/testsuite/gnat.dg/access10.adb | 58 ++++++++++++++++++++++++++++++++++++++
4 files changed, 88 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/access10.adb
--
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 bb98f71bac8 x86: Check interrupt instead of noreturn attribute
new 39c07c5a3bf Finalization of object allocated by anonymous access design [...]
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/ada/exp_ch7.adb | 13 +++++++++
gcc/ada/exp_util.adb | 15 ++++++----
gcc/ada/sem_res.adb | 14 ++++-----
gcc/testsuite/gnat.dg/access10.adb | 58 ++++++++++++++++++++++++++++++++++++++
4 files changed, 88 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/access10.adb
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.