This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from d7f9edb4473 RISC-V: Add more mode_idx attributes [PR123022].
new 44eb6711f9b c++: current inst name lookup within noexcept-spec [PR122668]
new 95f5abd1120 libstdc++: Consolidate bullet 1 __common_reference_impl par [...]
new 151c3837491 libstdc++: Implement P2655R3 changes to common_reference bullet 1
new bb061a3b815 c++: nested typename type resolving to wildcard type [PR122752]
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:
gcc/cp/pt.cc | 13 +++++-
gcc/testsuite/g++.dg/cpp0x/noexcept91.C | 15 +++++++
gcc/testsuite/g++.dg/template/dependent-name19.C | 22 ++++++++++
libstdc++-v3/include/bits/version.def | 8 ++++
libstdc++-v3/include/bits/version.h | 10 +++++
libstdc++-v3/include/std/type_traits | 47 +++++++++-------------
.../testsuite/20_util/common_reference/p2655r3.cc | 15 +++++++
7 files changed, 101 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept91.C
create mode 100644 gcc/testsuite/g++.dg/template/dependent-name19.C
create mode 100644 libstdc++-v3/testsuite/20_util/common_reference/p2655r3.cc
--
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 99c0793e905 gdb: fix crash from 'shell' when GDB has no terminal
new 6cf6a77c2b0 [gdb] Fix "the the"
new e5ba60c8363 gdb: minor code cleanups in list_command
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/README | 2 +-
gdb/aarch64-linux-nat.c | 4 +-
gdb/ada-lex.l | 2 +-
gdb/amdgpu-tdep.c | 2 +-
gdb/arm-tdep.c | 2 +-
gdb/cli/cli-cmds.c | 56 +++++++++++---------------
gdb/doc/gdb.texinfo | 2 +-
gdb/dwarf2/read.c | 2 +-
gdb/gdbarch-gen.h | 2 +-
gdb/gdbarch_components.py | 2 +-
gdb/gdbthread.h | 4 +-
gdb/minsyms.c | 2 +-
gdb/ppc-linux-nat.c | 2 +-
gdb/symtab.c | 2 +-
gdb/symtab.h | 2 +-
gdb/testsuite/gdb.base/corefile3.exp | 2 +-
gdb/testsuite/gdb.base/stap-probe.exp | 2 +-
gdb/testsuite/gdb.base/testenv.exp | 2 +-
gdb/testsuite/gdb.cp/psymtab-parameter.exp | 2 +-
gdb/testsuite/gdb.fortran/types.exp | 2 +-
gdb/testsuite/gdb.python/py-styled-execute.exp | 2 +-
gdb/testsuite/lib/dwarf.exp | 2 +-
22 files changed, 46 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.
unknown user pushed a change to branch gdb-17-branch
in repository binutils-gdb.
from 6d613f25374 Automatic date update in version.in
new 647c23de326 gdb: rename scoped_gdb_tty_state, and make it non-copyable
new f42bd4f05de gdb: fix crash from 'shell' when GDB has no terminal
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/cli/cli-cmds.c | 2 +-
gdb/inflow.c | 12 ++++--
gdb/ser-unix.c | 1 +
gdb/serial.h | 3 +-
gdb/terminal.h | 15 ++++---
gdb/testsuite/gdb.base/shell-no-terminal.exp | 60 ++++++++++++++++++++++++++++
6 files changed, 82 insertions(+), 11 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/shell-no-terminal.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 binutils-gdb.
from 9529188a184 gdb/doc: fix incorrect use of @value
new 2e7575cbeb9 gdb: rename scoped_gdb_tty_state, and make it non-copyable
new 99c0793e905 gdb: fix crash from 'shell' when GDB has no terminal
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/cli/cli-cmds.c | 2 +-
gdb/inflow.c | 12 ++++--
gdb/ser-unix.c | 1 +
gdb/serial.h | 3 +-
gdb/terminal.h | 15 ++++---
gdb/testsuite/gdb.base/shell-no-terminal.exp | 60 ++++++++++++++++++++++++++++
6 files changed, 82 insertions(+), 11 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/shell-no-terminal.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 releases/gcc-15
in repository gcc.
from 0f800bbcd7c Fortran: Fix wrongly rejected allocatable LOCK_TYPE [PR107406]
new d7f9edb4473 RISC-V: Add more mode_idx attributes [PR123022].
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/riscv/vector.md | 8 ++++++++
.../gcc.target/riscv/rvv/autovec/pr123022-2.c | 6 ++++++
.../gcc.target/riscv/rvv/autovec/pr123022.c | 21 +++++++++++++++++++++
3 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr123022-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr123022.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 538b28cfe1c xtensa: Improve usage of SALT/SALTU instructions
new 0959845c0df a68: fix dump of encoded string mode
new f5ffb084e1c a68: introduce a68_file_size and a68_file_read
new dc46237d10d a68: support for -fmodules-map and -fmodules-map-file
new 7132e97cb3c Regenerate opt-urls
new 0da17c08222 Generate Algol68 frontend online docs
new c8cb5f12481 libga68: Make _libga68_u32_cmp static
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/algol68/a68-imports.cc | 102 ++++++++++++++++++++-
gcc/algol68/a68-lang.cc | 43 ++++++++-
gcc/algol68/a68-parser-pragmat.cc | 5 +
gcc/algol68/a68-parser-scanner.cc | 75 ++++++++-------
gcc/algol68/a68.h | 3 +
gcc/algol68/ga68.texi | 40 ++++++++
gcc/algol68/lang.opt | 18 ++++
gcc/algol68/lang.opt.urls | 12 +++
gcc/common.opt.urls | 3 +
.../algol68/execute/modules/Modules20.map | 2 +
.../algol68/execute/modules/module-bar.a68 | 1 +
.../algol68/execute/modules/module-foo.a68 | 1 +
.../algol68/execute/modules/program-19.a68 | 6 ++
.../algol68/execute/modules/program-20.a68 | 6 ++
libga68/ga68-unistr.c | 2 +-
libga68/ga68.h | 3 -
maintainer-scripts/update_web_docs_git | 2 +
17 files changed, 279 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/algol68/execute/modules/Modules20.map
create mode 100644 gcc/testsuite/algol68/execute/modules/module-bar.a68
create mode 100644 gcc/testsuite/algol68/execute/modules/module-foo.a68
create mode 100644 gcc/testsuite/algol68/execute/modules/program-19.a68
create mode 100644 gcc/testsuite/algol68/execute/modules/program-20.a68
--
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 13b9564e8ff testsuite: i386: Skip gcc.target/i386/shift-gf2p8affine-2.c [...]
new 56015c5bc15 testsuite/123137 - fix FAIL of g++.dg/vect/pr64410.cc on i?86
new 3b4e36f6ef1 xtensa: Remove variables only used to pass the return of en [...]
new 538b28cfe1c xtensa: Improve usage of SALT/SALTU instructions
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/xtensa/xtensa.cc | 135 ++++++++++++++++-------------------
gcc/testsuite/g++.dg/vect/pr64410.cc | 5 +-
2 files changed, 67 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 1c2c061c4df aarch64: Add memtag-stack tests
new 13b9564e8ff testsuite: i386: Skip gcc.target/i386/shift-gf2p8affine-2.c [...]
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/gcc.target/i386/shift-gf2p8affine-2.c | 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 71f40938da4 Re: LoongArch: Add linker relaxation support for R_LARCH_CALL30
new 9529188a184 gdb/doc: fix incorrect use of @value
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/doc/gdb.texinfo | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.