This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 95f10974a91 libgcobol: Allow libgcobol to use libquadmath [PR119244].
new bf812c6ad83 middle-end/119706 - allow POLY_INT_CST as is_gimple_mem_ref_addr
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/gimple-expr.cc | 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 users/nalcock/road-to-ctfv4
in repository binutils-gdb.
from 99b1d742ba2 libctf: make provisional ID assignment less noisy
new 2c704841079 include, ctf: fix typo
new 85e17b0379c libctf, dump: reduce overqualification of variable names
new 55f8d9bb148 libctf: simplify ctf_txlate
new e8e59f7f7c6 libctf: fix void * et al
new cba57e167d7 libctf: decl: handle unrepresentable types, decl tags, and vars
new eda34582aa3 libctf: open: don't play with ctf_typemax during name table init
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:
include/ctf.h | 2 +-
libctf/ctf-decl.c | 20 ++++-
libctf/ctf-dump.c | 7 +-
libctf/ctf-impl.h | 6 +-
libctf/ctf-lookup.c | 7 +-
libctf/ctf-open.c | 99 ++++++++++++++++------
libctf/ctf-types.c | 2 +-
libctf/testsuite/libctf-lookup/by-kind/array.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/const.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/datasec.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/decl-tag.lk | 8 +-
libctf/testsuite/libctf-lookup/by-kind/forward.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/integer.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/pointer.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/restrict.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/struct.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/union.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/volatile.lk | 2 +-
18 files changed, 118 insertions(+), 53 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 release/2.41/master
in repository glibc.
from b861755a84 elf: Extend glibc.rtld.execstack tunable to force executable [...]
new d6d56af6e7 elf: Fix arm-linux-gnueabihf build break from b861755a84
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:
elf/Makefile | 1 -
1 file changed, 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-14
in repository gcc.
from 51e041a9db7 RISC-V: Disable unsupported vsext/vzext patterns for XTheadVector.
new 6343a0fef38 libstdc++: Always instantiate key_type to compute hash code [...]
new 9119752d378 libstdc++: Fix test broken when using COW std::string
new c4bf3291f20 libstdc++: Define __is_pair variable template for C++11
new 5cfe086bea2 libstdc++: Fix conversions to key/value types for hash tabl [...]
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:
libstdc++-v3/include/bits/hashtable.h | 36 +++------
libstdc++-v3/include/bits/hashtable_policy.h | 34 ---------
libstdc++-v3/include/bits/stl_pair.h | 6 ++
.../testsuite/23_containers/unordered_map/96088.cc | 85 +++++++++++-----------
.../23_containers/unordered_map/insert/115285.cc | 47 ++++++++++++
.../23_containers/unordered_multimap/96088.cc | 17 ++---
.../23_containers/unordered_multiset/96088.cc | 5 +-
.../testsuite/23_containers/unordered_set/96088.cc | 13 ++--
.../23_containers/unordered_set/insert/115285.cc | 28 +++++++
.../23_containers/unordered_set/pr115285.cc | 40 ++++++++++
10 files changed, 191 insertions(+), 120 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/insert/115285.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/insert/115285.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/pr115285.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 releases/gcc-14
in repository gcc.
from fb0653a0e54 RISC-V: Fix the behavior for multilib-generator with --cmod [...]
new 07d4c264a00 [PATCH] RISC-V: Bugfix for unrecognizable insn for XTheadVector
new 319b9a385d4 RISC-V: Enable and adjust the testsuite for XTheadVector.
new 2631ac38d9b RISC-V: Add a new constraint to ensure that the vl of XThea [...]
new f2e2e255004 RISC-V: unrecognizable insn ICE in xtheadvector/pr114194.c [...]
new 51e041a9db7 RISC-V: Disable unsupported vsext/vzext patterns for XTheadVector.
The 5 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/constraints.md | 6 +
gcc/config/riscv/riscv-string.cc | 2 +-
gcc/config/riscv/riscv-v.cc | 8 +-
gcc/config/riscv/thead-vector.md | 18 +-
gcc/config/riscv/vector.md | 510 ++++++++++-----------
gcc/testsuite/g++.target/riscv/rvv/rvv.exp | 3 +
.../g++.target/riscv/rvv/xtheadvector/pr116593.C | 47 ++
gcc/testsuite/gcc.target/riscv/rvv/rvv.exp | 2 +
.../riscv/rvv/xtheadvector/pr114194-rv32.c | 51 +++
.../riscv/rvv/xtheadvector/pr114194-rv64.c | 55 +++
.../gcc.target/riscv/rvv/xtheadvector/pr114194.c | 56 ---
.../gcc.target/riscv/rvv/xtheadvector/pr116591.c | 14 +
.../gcc.target/riscv/rvv/xtheadvector/pr118601.c | 9 +
.../gcc.target/riscv/rvv/xtheadvector/prefix.c | 2 +-
.../gcc.target/riscv/rvv/xtheadvector/vlb-vsb.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vlbu-vsb.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vlh-vsh.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vlhu-vsh.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vlw-vsw.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vlwu-vsw.c | 17 +-
.../gcc.target/riscv/rvv/xtheadvector/vsext.c | 24 +
.../gcc.target/riscv/rvv/xtheadvector/vzext.c | 24 +
22 files changed, 565 insertions(+), 368 deletions(-)
create mode 100644 gcc/testsuite/g++.target/riscv/rvv/xtheadvector/pr116593.C
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr114194-rv32.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr114194-rv64.c
delete mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr114194.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr116591.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/pr118601.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/vsext.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xtheadvector/vzext.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 binutils-gdb.
from 6fe4e5bd10b [gdb/testsuite] Fix gdb.dwarf2/fission-with-type-unit.exp w [...]
new d1458933830 PR32858 ld segfault on fuzzed object
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/elflink.c | 3 ++-
1 file changed, 2 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 main
in repository newlib.
from d35cc82b5 Cygwin: termios: Implement tcflow(), tcdrain(), TCXONC, TIOCINQ
new e04891d67 Cygwin: fetch_account_from_windows: skip LookupAccountSid for [...]
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:
winsup/cygwin/release/3.6.2 | 6 ++++++
winsup/cygwin/uinfo.cc | 21 +++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 winsup/cygwin/release/3.6.2
--
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 newlib.
from d35cc82b5 Cygwin: termios: Implement tcflow(), tcdrain(), TCXONC, TIOCINQ
new e04891d67 Cygwin: fetch_account_from_windows: skip LookupAccountSid for [...]
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:
winsup/cygwin/release/3.6.2 | 6 ++++++
winsup/cygwin/uinfo.cc | 21 +++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 winsup/cygwin/release/3.6.2
--
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 cygwin-3_6-branch
in repository newlib.
from 17765ac5f Cygwin: bump DLL version to 3.6.2
new 48e7d6326 Cygwin: fetch_account_from_windows: skip LookupAccountSid for [...]
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:
winsup/cygwin/release/3.6.2 | 6 ++++++
winsup/cygwin/uinfo.cc | 21 +++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 winsup/cygwin/release/3.6.2
--
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 72dff34bcdd RISC-V: Fix the behavior for multilib-generator with --cmod [...]
new 4c8c373495d Avoid using POINTER_DIFF_EXPR for overlap checks [PR119399]
new f1e82c859fc testsuite, cobol: Add libquadmath paths.
new 95f10974a91 libgcobol: Allow libgcobol to use libquadmath [PR119244].
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/testsuite/gcc.dg/vect/pr119399.c | 10 +
gcc/testsuite/lib/cobol.exp | 9 +
gcc/tree-data-ref.cc | 7 +-
libgcobol/Makefile.am | 9 +-
libgcobol/Makefile.in | 14 +-
libgcobol/acinclude.m4 | 162 +++++++++++
libgcobol/config.h.in | 30 ++
libgcobol/configure | 527 ++++++++++++++++++++++++++++++++---
libgcobol/configure.ac | 41 ++-
libgcobol/gfileio.cc | 1 +
libgcobol/gmath.cc | 108 ++++---
libgcobol/intrinsic.cc | 186 +++++++------
libgcobol/libgcobol-fp.h | 50 ++++
libgcobol/libgcobol.cc | 186 +++++++------
libgcobol/libgcobol.h | 10 +-
libgcobol/libgcobol.spec.in | 2 +-
16 files changed, 1071 insertions(+), 281 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr119399.c
create mode 100644 libgcobol/libgcobol-fp.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.