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 e54066c2371 Automatic date update in version.in
new 49e4d0cdca3 gdb/python: add gdb.Style class
new d5214580a5f gdb/python: new class gdb.StyleParameterSet
new 3c724596812 gdb/python: extend gdb.write to support styled output
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 | 16 +
gdb/doc/python.texi | 262 ++++++-
gdb/python/lib/gdb/__init__.py | 209 ++++++
gdb/python/py-style.c | 822 +++++++++++++++++++++
gdb/python/python-internal.h | 14 +
gdb/python/python.c | 30 +-
gdb/testsuite/gdb.python/py-color-pagination.exp | 61 +-
gdb/testsuite/gdb.python/py-color-pagination.py | 36 +
.../gdb.python/py-style-parameter-set.exp | 366 +++++++++
gdb/testsuite/gdb.python/py-style.exp | 371 ++++++++++
gdb/ui-style.h | 6 +
12 files changed, 2186 insertions(+), 8 deletions(-)
create mode 100644 gdb/python/py-style.c
create mode 100644 gdb/testsuite/gdb.python/py-style-parameter-set.exp
create mode 100644 gdb/testsuite/gdb.python/py-style.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 6e37a5ac736 Match: Refactor unsigned SAT_MUL form 1 mul and widen-mul b [...]
new 4e2a2d6ad2d RISC-V: Combine vec_duplicate + vwaddu.wv to vwaddu.wx on G [...]
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/autovec-opt.md | 20 ++++++++++++++++++++
1 file changed, 20 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 fa6544ef5f5 c++/modules: Avoid ICE when redefining a type reachable via [...]
new ddd69ed8f85 ISC-V: Add test for vec_duplicate + vwaddu.wv signed combin [...]
new 6e37a5ac736 Match: Refactor unsigned SAT_MUL form 1 mul and widen-mul b [...]
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/match.pd | 29 +++-----
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u16.c | 3 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u32.c | 3 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-1-u64.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u16.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u32.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-2-u64.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u16.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u32.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx-3-u64.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vx_widen.h | 18 +++++
.../riscv/rvv/autovec/vx_vf/vx_widen_data.h | 77 +++++++++++++++++++++-
.../vx_vf/{vx_widen_vx_run.h => vx_widen_wx_run.h} | 6 +-
...vx_vwaddu-run-1-u64.c => wx_vwaddu-run-1-u64.c} | 10 +--
14 files changed, 122 insertions(+), 31 deletions(-)
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/{vx_widen_vx_run.h => vx_wid [...]
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/{vx_vwaddu-run-1-u64.c => wx [...]
--
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 6fdee070ff3 Ada: Fix assertion failure on allocators for discriminated [...]
new 000cde096d2 c++/modules: Also check conflicting internal-linkage entities
new fa6544ef5f5 c++/modules: Avoid ICE when redefining a type reachable via [...]
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/cp/name-lookup.cc | 8 +++++++-
gcc/testsuite/g++.dg/modules/namespace-1_c.C | 14 ++++----------
gcc/testsuite/g++.dg/modules/namespace-2_b.C | 13 +------------
gcc/testsuite/g++.dg/modules/namespace-3_a.C | 21 ---------------------
gcc/testsuite/g++.dg/modules/namespace-3_b.C | 12 ------------
.../modules/{extern-tpl-3_a.C => pr122053_a.C} | 9 ++++-----
gcc/testsuite/g++.dg/modules/pr122053_b.C | 9 +++++++++
7 files changed, 25 insertions(+), 61 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/modules/namespace-3_a.C
delete mode 100644 gcc/testsuite/g++.dg/modules/namespace-3_b.C
copy gcc/testsuite/g++.dg/modules/{extern-tpl-3_a.C => pr122053_a.C} (58%)
create mode 100644 gcc/testsuite/g++.dg/modules/pr122053_b.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 865791ae8b1 Ada: Report that -gnatyz is included in -gnatyg
new 6fdee070ff3 Ada: Fix assertion failure on allocators for discriminated [...]
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/sem_ch4.adb | 3 ++-
gcc/testsuite/gnat.dg/allocator3.adb | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gnat.dg/allocator3.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 57a2bdc28f8 Add testcase for PR ada/113536
new 865791ae8b1 Ada: Report that -gnatyz is included in -gnatyg
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/usage.adb | 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 releases/gcc-15
in repository gcc.
from d7316971df3 Ada: Remove useless Makefile variable
new 90343acda30 Add testcase for PR ada/113536
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/gnat.dg/reduce2.adb | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/reduce2.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-14
in repository gcc.
from a6d8b610412 match.pd: Add missing type check to reduc(ctor) pattern [PR121772]
new 0de19ba51b6 ada: Error in determining accumulator subtype for a reducti [...]
new 552b9432fbb Add testcase for PR ada/113536
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/ada/exp_attr.adb | 65 ++++++++++++++++-----------------------
gcc/testsuite/gnat.dg/reduce2.adb | 18 +++++++++++
2 files changed, 44 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/reduce2.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 49aed8ceb5d Ada: Remove useless Makefile variable
new 57a2bdc28f8 Add testcase for PR ada/113536
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/gnat.dg/reduce2.adb | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/reduce2.adb
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.