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 ab8c2180a3d gdb/record: introduce recoding support for vpor
new 12db6ae4452 Sync toplevel configure fixup
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:
config/acx.m4 | 10 ++++++++++
configure | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 59 insertions(+), 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 gcc.
from 939362411d0 AVR: target/117726 - Tweak ashiftrt:SI and lshiftrt:SI insns.
new 982d10b74b5 AVR: Tabify avr-common.cc according to coding rules.
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/common/config/avr/avr-common.cc | 52 ++++++++++++++++++-------------------
1 file changed, 26 insertions(+), 26 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 3cfa137ca53 gdb: Introduce RAII signal handler setter
new 2bb2f15e0b9 gdb/record: add support for vpxor instruction
new f21055a4e9a gdb/record: Add support for all vpcmpeq instructions
new b19c86e2db1 gdb/record: Add support for recording vpmovmskb
new ab8c2180a3d gdb/record: introduce recoding support for vpor
The 4 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/i386-tdep.c | 30 +++++++
gdb/testsuite/gdb.reverse/i386-avx-reverse.c | 76 +++++++++++++++++
gdb/testsuite/gdb.reverse/i386-avx-reverse.exp | 110 +++++++++++++++++++++++++
3 files changed, 216 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 84a335eb4f9 c: Fix typeof_unqual handling of qualified array types [PR112841]
new 939362411d0 AVR: target/117726 - Tweak ashiftrt:SI and lshiftrt:SI insns.
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/avr/avr-passes.cc | 95 +++++++++--
gcc/config/avr/avr.cc | 174 ++++++++++++++++----
gcc/config/avr/avr.h | 7 +-
gcc/config/avr/avr.md | 371 ++++++++++++++++--------------------------
gcc/config/avr/constraints.md | 20 +++
gcc/config/avr/predicates.md | 2 +-
gcc/doc/invoke.texi | 11 +-
7 files changed, 395 insertions(+), 285 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 d2f4f6bf543 Use appropriate context flags for Wow64 processes
new 4e943705e3e gprofng: fix build with -std=gnu23
new 3cfa137ca53 gdb: Introduce RAII signal handler setter
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:
gdb/extension.c | 25 +-------
gdb/record-full.c | 5 +-
gdb/utils.c | 19 +-----
gdbsupport/scoped_signal_handler.h | 73 ++++++++++++++++++++++
gprofng/common/cpuid.c | 2 +
gprofng/libcollector/dispatcher.c | 2 +-
gprofng/libcollector/libcol_util.c | 9 ---
gprofng/libcollector/linetrace.c | 10 +--
gprofng/src/collector_module.h | 1 -
gprofng/testsuite/gprofng.display/mttest/mttest.c | 2 +-
.../testsuite/gprofng.display/synprog/endcases.c | 4 +-
.../testsuite/gprofng.display/synprog/inc_inline.h | 2 +-
.../testsuite/gprofng.display/synprog/synprog.c | 4 +-
13 files changed, 93 insertions(+), 65 deletions(-)
create mode 100644 gdbsupport/scoped_signal_handler.h
--
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 684595188de tree-optimization/117355: object size for PHI nodes with ne [...]
new 84a335eb4f9 c: Fix typeof_unqual handling of qualified array types [PR112841]
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/c/c-parser.cc | 3 ++-
gcc/testsuite/gcc.dg/c23-typeof-4.c | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/c23-typeof-4.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 glibc.
from 99671e72bb Add multithreaded test of sem_getvalue
new 03b8d76410 nptl: Add smoke test for pthread_getcpuclockid failure
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:
nptl/Makefile | 1 +
.../tst-pthread-getcpuclockid-invalid.c | 37 ++++++++++++----------
2 files changed, 21 insertions(+), 17 deletions(-)
copy sysdeps/pthread/tst-eintr4.c => nptl/tst-pthread-getcpuclockid-invalid.c (65%)
--
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 5f95136e5ef AVR: Use Var(avropt_xxx) for option variables in avr.opt.
new 684595188de tree-optimization/117355: object size for PHI nodes with ne [...]
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/testsuite/g++.dg/ext/builtin-object-size2.C | 27 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/builtin-object-size-3.c | 2 +-
gcc/tree-object-size.cc | 28 +++++++++++++++++++------
3 files changed, 50 insertions(+), 7 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 27778979c9a Add -f{,no-}assume-sane-operators-new-delete options [PR110137]
new 5f95136e5ef AVR: Use Var(avropt_xxx) for option variables in avr.opt.
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/common/config/avr/avr-common.cc | 8 +++---
gcc/config/avr/avr-log.cc | 8 +++---
gcc/config/avr/avr-passes.cc | 30 +++++++++++-----------
gcc/config/avr/avr.cc | 50 ++++++++++++++++++-------------------
gcc/config/avr/avr.h | 6 ++---
gcc/config/avr/avr.md | 10 ++++----
gcc/config/avr/avr.opt | 40 ++++++++++++++---------------
7 files changed, 76 insertions(+), 76 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-14
in repository gcc.
from 3adceba04ed [PATCH] PR modula2/115536 Expression is evaluated incorrect [...]
new 8701cdbf8df [PATCH] PR modula2/115540 gcc/m2/mc-boot-ch/Gtermios.cc err [...]
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/m2/gm2-libs-ch/termios.c | 2 +-
gcc/m2/mc-boot-ch/Gtermios.cc | 2 +-
gcc/m2/pge-boot/Gtermios.cc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.