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 fae8f4d1fd9 Automatic date update in version.in
new 28b5cde22b1 [gdb/tdep] Declare score-*-* target obsolete
new 1c04f72368c [gdb/symtab] Fix assert in set_length
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/MAINTAINERS | 1 -
gdb/configure.tgt | 1 +
gdb/dwarf2/read.c | 4 +++-
.../gdb.dwarf2/{debug-names.exp => debug-names-missing-cu.exp} | 4 ++++
4 files changed, 8 insertions(+), 2 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{debug-names.exp => debug-names-missing-cu.exp} (96%)
--
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 241603123c LoongArch: Use __builtin_{fmax,fmaxf,fmin,fminf} with GCC >= 13
new 0b99828d54 resolv: Add tst-resolv-byaddr for testing reverse lookup
new 87aa98aa80 resolv: Add tst-resolv-aliases
new c79327bf00 resolv: Add internal __res_binary_hnok function
new 394085a34d resolv: Add the __ns_samebinaryname function
new 78b1a4f0e4 resolv: Add internal __ns_name_length_uncompressed function
new 857c890d9b resolv: Add DNS packet parsing helpers geared towards wire format
new 0dcc43e998 nss_dns: Split getanswer_ptr from getanswer_r
new e32547d661 nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptr
new a7fc30b522 nss_dns: Remove remnants of IPv6 address mapping
new d101d836e7 nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 121 [...]
new 32b599ac8c nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)
new 9caf782276 resolv: Add new tst-resolv-invalid-cname
new 1d495912a7 nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfaces
The 13 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/arpa/nameser.h | 106 +++
include/resolv.h | 3 +
resolv/Makefile | 23 +
resolv/README | 3 -
resolv/mapv4v6addr.h | 69 --
resolv/mapv4v6hostent.h | 84 ---
resolv/ns_name_length_uncompressed.c | 72 ++
resolv/ns_rr_cursor_init.c | 62 ++
resolv/ns_rr_cursor_next.c | 74 ++
resolv/ns_samebinaryname.c | 55 ++
resolv/nss_dns/dns-host.c | 1186 ++++++++++++------------------
resolv/res-name-checking.c | 14 +-
resolv/tst-ns_name_length_uncompressed.c | 135 ++++
resolv/tst-ns_rr_cursor.c | 227 ++++++
resolv/tst-ns_samebinaryname.c | 62 ++
resolv/tst-resolv-aliases.c | 254 +++++++
resolv/tst-resolv-byaddr.c | 326 ++++++++
resolv/tst-resolv-invalid-cname.c | 406 ++++++++++
resolv/tst-resolv-maybe_insert_sig.h | 32 +
19 files changed, 2310 insertions(+), 883 deletions(-)
delete mode 100644 resolv/mapv4v6addr.h
delete mode 100644 resolv/mapv4v6hostent.h
create mode 100644 resolv/ns_name_length_uncompressed.c
create mode 100644 resolv/ns_rr_cursor_init.c
create mode 100644 resolv/ns_rr_cursor_next.c
create mode 100644 resolv/ns_samebinaryname.c
create mode 100644 resolv/tst-ns_name_length_uncompressed.c
create mode 100644 resolv/tst-ns_rr_cursor.c
create mode 100644 resolv/tst-ns_samebinaryname.c
create mode 100644 resolv/tst-resolv-aliases.c
create mode 100644 resolv/tst-resolv-byaddr.c
create mode 100644 resolv/tst-resolv-invalid-cname.c
create mode 100644 resolv/tst-resolv-maybe_insert_sig.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 releases/gcc-12
in repository gcc.
from f86df0b551c Daily bump.
new e927d1cf141 sve: Fix fcmuo combine patterns [PR106524]
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/aarch64/aarch64-sve.md | 4 ++--
gcc/testsuite/gcc.target/aarch64/sve/pr106524.c | 11 +++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr106524.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 0b47752e7e5 Daily bump.
new 368dbb23c5e middle-end: intialize regnum in store_bit_field_1
new 37ebaabde2b middle-end: fix min/max phiopts reduction [PR106744]
new 4a8f98fa3be Make uninit PHI processing more consistent
new 8a63343a744 tree-optimization/56654 - sort uninit candidates after RPO
new bfaa6807def tree-optimization/63660 - testcase for fixed PR
new f71abacfed1 Use reachability analysis to improve uninit diagnostic
new 34ad7155fe2 s390: fix build on 32-bit hosts
The 7 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/s390/s390.cc | 2 +-
gcc/expmed.cc | 2 +-
gcc/gimple-predicate-analysis.cc | 49 +++----
gcc/gimple-predicate-analysis.h | 2 -
gcc/spellcheck.h | 3 +-
gcc/testsuite/g++.dg/uninit-pred-5.C | 94 ++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/minmax-10.c | 14 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-11.c | 15 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-12.c | 14 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-13.c | 15 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-14.c | 14 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-15.c | 17 ++-
gcc/testsuite/gcc.dg/tree-ssa/minmax-16.c | 14 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-3.c | 14 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-4.c | 14 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-5.c | 14 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-6.c | 14 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-7.c | 15 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-8.c | 14 +-
gcc/testsuite/gcc.dg/tree-ssa/minmax-9.c | 14 +-
gcc/testsuite/gcc.dg/uninit-pr63660.c | 58 ++++++++
gcc/tree-ssa-phiopt.cc | 4 +-
gcc/tree-ssa-uninit.cc | 232 +++++++++++++++++-------------
23 files changed, 496 insertions(+), 152 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/uninit-pred-5.C
create mode 100644 gcc/testsuite/gcc.dg/uninit-pr63660.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.
"tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from b72409f Add entry 3dd33a09f5dc12ccb0902923c4c784eb0f8c7554 from https [...]
new 37b5ad3 Add entry d0ea42a7c1bcd47aa2b8c009b40fc4278d63f5cf from https [...]
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:
.../llvm-release-aarch64-spec2k6-Os/build_url | 2 +-
.../llvm-release-aarch64-spec2k6-Os}/last_good | 0
.../llvm-release-aarch64-spec2k6-Os/summary.txt | 22 +++++++++++++++++++
.../tcwg_bmk_llvm_sq/status.txt | 25 ++++++++++++++++++++++
4 files changed, 48 insertions(+), 1 deletion(-)
copy llvm/sha1/{2aca33baf15926afe2520a06b1427a9894226fd2 => d0ea42a7c1bcd47aa2b8c0 [...]
copy llvm/sha1/d0ea42a7c1bcd47aa2b8c009b40fc4278d63f5cf/{tcwg_bmk_llvm_apm/llvm-ma [...]
create mode 100644 llvm/sha1/d0ea42a7c1bcd47aa2b8c009b40fc4278d63f5cf/tcwg_bmk_llv [...]
create mode 100644 llvm/sha1/d0ea42a7c1bcd47aa2b8c009b40fc4278d63f5cf/tcwg_bmk_llv [...]
--
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 fa9e095bbe LoongArch: Fix ptr mangling/demangling features.
new 241603123c LoongArch: Use __builtin_{fmax,fmaxf,fmin,fminf} with GCC >= 13
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:
sysdeps/loongarch/fpu/math-use-builtins-fmax.h | 10 ++++++++++
sysdeps/loongarch/fpu/math-use-builtins-fmin.h | 10 ++++++++++
2 files changed, 20 insertions(+)
create mode 100644 sysdeps/loongarch/fpu/math-use-builtins-fmax.h
create mode 100644 sysdeps/loongarch/fpu/math-use-builtins-fmin.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
from 74569a5a7 18: force: 1: Regression after gcc: libstdc++: Optimize opera [...]
new c0562704e 19: onsuccess: 1: Successful build after gcc: libstdc++: Fix [...]
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:
01-reset_artifacts/console.log.xz | Bin 1668 -> 1664 bytes
02-prepare_abe/console.log.xz | Bin 2708 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 38392 -> 38416 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 512340 -> 511540 bytes
06-check_regression/console.log.xz | Bin 2696 -> 2236 bytes
06-check_regression/jira-body.txt | 2 +-
06-check_regression/mail-body.txt | 20 +++++++++----------
06-check_regression/mail-subject.txt | 2 +-
06-check_regression/results.regressions | 11 -----------
06-check_regression/trigger-bisect | 2 --
dashboard/dashboard-env.sh | 8 ++++----
dashboard/squad/push_results_to_squad.sh | 6 +++---
dashboard/squad/summary-annotation.txt | 2 +-
dashboard/squad/test/results-functional.json | 2 +-
dashboard/squad/test/results-metadata.json | 8 ++++----
git/gcc_rev | 2 +-
mail/jira-body.txt | 8 ++++----
mail/mail-body.txt | 26 ++++++++++++-------------
mail/mail-subject.txt | 2 +-
manifest.sh | 12 ++++++------
results | 11 -----------
21 files changed, 50 insertions(+), 74 deletions(-)
delete mode 100644 06-check_regression/results.regressions
delete mode 100644 06-check_regression/trigger-bisect
--
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 02ca25fef2 nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]
new fa9e095bbe LoongArch: Fix ptr mangling/demangling features.
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:
sysdeps/loongarch/__longjmp.S | 2 +-
sysdeps/loongarch/setjmp.S | 2 +-
sysdeps/unix/sysv/linux/loongarch/sysdep.h | 33 +++++++++++++++---------------
3 files changed, 18 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.