This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 07a8538d907 match.pd: Add std::pow folding optimizations.
new d74b0c698c8 aarch64: Add support for mfloat8x{8|16}_t types
new 17d7a4b01a5 aarch64: Add mfloat vreinterpret intrinsics
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/config/aarch64/aarch64-builtins.cc | 16 +++++++-
gcc/config/aarch64/aarch64-builtins.h | 2 +
gcc/config/aarch64/aarch64-simd-builtin-types.def | 2 +
gcc/config/aarch64/arm_neon.h | 3 ++
.../aarch64/advsimd-intrinsics/mf8-reinterpret.c | 46 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/mfloat-init-1.c | 5 +++
gcc/testsuite/gcc.target/aarch64/movv16qi_2.c | 1 +
gcc/testsuite/gcc.target/aarch64/movv16qi_3.c | 1 +
gcc/testsuite/gcc.target/aarch64/movv2x16qi_1.c | 1 +
gcc/testsuite/gcc.target/aarch64/movv3x16qi_1.c | 1 +
gcc/testsuite/gcc.target/aarch64/movv4x16qi_1.c | 1 +
gcc/testsuite/gcc.target/aarch64/movv8qi_2.c | 1 +
gcc/testsuite/gcc.target/aarch64/movv8qi_3.c | 1 +
13 files changed, 80 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/mf8-reinterpret.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/mfloat-init-1.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 43db5e2c06 elf: Signal RT_CONSISTENT after relocation processing in dlo [...]
new ac73067cb7 elf: Fix map_complete Systemtap probe in dl_open_worker
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/dl-open.c | 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 master
in repository glibc.
from 4f5f8343c3 Linux: Match kernel text for SCHED_ macros
new 9897ced8e7 elf: Run constructors on cyclic recursive dlopen (bug 31986)
new e096b7a189 elf: Signal LA_ACT_CONSISTENT to auditors after RT_CONSISTEN [...]
new 43db5e2c06 elf: Signal RT_CONSISTENT after relocation processing in dlo [...]
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:
elf/Makefile | 12 +++
elf/dl-close.c | 10 +--
elf/dl-open.c | 50 ++++++++---
elf/dl-support.c | 1 +
elf/rtld.c | 6 +-
elf/tst-dlopen-auditdup-auditmod.c | 100 +++++++++++++++++++++
...t-dlopen-tlsreinit1.c => tst-dlopen-auditdup.c} | 20 ++---
...lclose-lazy-mod2.c => tst-dlopen-auditdupmod.c} | 39 ++++----
.../tst-dlopen-recurse.c | 25 ++----
.../tst-join7mod.c => elf/tst-dlopen-recursemod1.c | 51 ++++-------
elf/tst-dlopen-recursemod2.c | 66 ++++++++++++++
11 files changed, 277 insertions(+), 103 deletions(-)
create mode 100644 elf/tst-dlopen-auditdup-auditmod.c
copy elf/{tst-dlopen-tlsreinit1.c => tst-dlopen-auditdup.c} (70%)
copy elf/{tst-dlclose-lazy-mod2.c => tst-dlopen-auditdupmod.c} (54%)
copy malloc/tst-aligned-alloc-random.c => elf/tst-dlopen-recurse.c (71%)
copy sysdeps/pthread/tst-join7mod.c => elf/tst-dlopen-recursemod1.c (52%)
create mode 100644 elf/tst-dlopen-recursemod2.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 6a290b2895 libio: Correctly link tst-popen-fork against libpthread
new 4f5f8343c3 Linux: Match kernel text for SCHED_ macros
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/unix/sysv/linux/bits/sched.h | 8 +++++---
1 file changed, 5 insertions(+), 3 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 e2a8772c932 Assorted --disable-checking fixes [PR117249]
new df4af89bc3e Match: Simplify branch form 3 of unsigned SAT_ADD into branchless
new 07a8538d907 match.pd: Add std::pow folding optimizations.
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 | 39 +++++++++++++++++---
gcc/testsuite/gcc.dg/tree-ssa/pow_fold_1.c | 42 ++++++++++++++++++++++
.../gcc.dg/tree-ssa/sat_u_add-simplify-1-u16.c | 15 ++++++++
.../gcc.dg/tree-ssa/sat_u_add-simplify-1-u32.c | 15 ++++++++
.../gcc.dg/tree-ssa/sat_u_add-simplify-1-u64.c | 15 ++++++++
.../gcc.dg/tree-ssa/sat_u_add-simplify-1-u8.c | 15 ++++++++
6 files changed, 137 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pow_fold_1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/sat_u_add-simplify-1-u16.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/sat_u_add-simplify-1-u32.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/sat_u_add-simplify-1-u64.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/sat_u_add-simplify-1-u8.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 a56b86552 Add entry c33d8c55a79f08e4a14b4bc601b270268d3c4c89 from https [...]
new d07fab312 Add entry c33d8c55a79f08e4a14b4bc601b270268d3c4c89 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:
.../jira/description | 7 +++-
.../jira/yaml | 7 +++-
.../status.txt | 5 +++
.../master-aarch64/details.txt | 38 ++++++++++------------
.../master-aarch64/reproduction_instructions.txt | 4 +--
.../reproduction_instructions_with_ci_script.txt | 4 +--
.../master-aarch64}/status-summary.txt | 0
.../master-aarch64/status.txt | 4 +--
.../tcwg_gnu_native_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_native_check_gcc/status.txt | 4 +--
10 files changed, 43 insertions(+), 30 deletions(-)
copy gcc/sha1/{a1381b69b9d81f210735d4a5bc9d65a0b01d1bda => c33d8c55a79f08e4a14b4bc [...]
copy gcc/sha1/c33d8c55a79f08e4a14b4bc601b270268d3c4c89/{tcwg_gcc_check => tcwg_gnu [...]
copy gcc/sha1/c33d8c55a79f08e4a14b4bc601b270268d3c4c89/{tcwg_gcc_check => tcwg_gnu [...]
copy gcc/sha1/{1076ffda6ce5e6d5fc9577deaf8233e549e5787a => c33d8c55a79f08e4a14b4bc [...]
copy gcc/sha1/{4f4fa2501186e43d115238ae938b3df322c9e02a => c33d8c55a79f08e4a14b4bc [...]
copy gcc/sha1/{1076ffda6ce5e6d5fc9577deaf8233e549e5787a => c33d8c55a79f08e4a14b4bc [...]
copy gcc/sha1/{63a598deb0c9fcb8704af6ef90f0b905942b0276 => c33d8c55a79f08e4a14b4bc [...]
--
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 03f051ed5 Add entry ee030b28004eade3da872e7ae62a526a2940a705 from https [...]
new a56b86552 Add entry c33d8c55a79f08e4a14b4bc601b270268d3c4c89 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:
.../tcwg_gnu_native_check_gcc/master-aarch64/build_url | 2 +-
.../master-aarch64}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{061f74c06735e1fa35b910ae0bcf01b61a74ec23 => c33d8c55a79f08e4a14b4bc [...]
copy gcc/sha1/c33d8c55a79f08e4a14b4bc601b270268d3c4c89/{tcwg_bootstrap_check/maste [...]
--
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 11b51284290 Add regression test
new 85221c95e34 asan: Fix up build_check_stmt gsi handling [PR117209]
new 8bd4f104ff9 c++: Further fix for get_member_function_from_ptrfunc [PR117259]
new 7965062f9e9 Assorted --disable-checking fixes [PR117249]
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/asan.cc | 14 +++++---------
gcc/cgraph.cc | 3 ++-
gcc/config/nvptx/nvptx.cc | 2 +-
gcc/cp/typeck.cc | 31 +++++++++++++++++--------------
gcc/except.cc | 6 ++++--
gcc/genautomata.cc | 3 ++-
gcc/gimple-ssa-strength-reduction.cc | 6 ++++--
gcc/lto-cgraph.cc | 3 ++-
gcc/opts-common.cc | 6 ++++--
gcc/testsuite/g++.dg/ubsan/pr117259.C | 13 +++++++++++++
gcc/testsuite/gcc.dg/asan/pr117209.c | 15 +++++++++++++++
gcc/tree-eh.cc | 3 ++-
gcc/tree-ssa-loop-ivopts.cc | 2 +-
gcc/tree-ssa-reassoc.cc | 3 ++-
gcc/tree-ssa-structalias.cc | 3 ++-
15 files changed, 76 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr117259.C
create mode 100644 gcc/testsuite/gcc.dg/asan/pr117209.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 432044b24a0 lto: Handle RAW_DATA_CST in compare_tree_sccs_1 [PR117201]
new e2a8772c932 Assorted --disable-checking fixes [PR117249]
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/cgraph.cc | 3 ++-
gcc/config/nvptx/nvptx.cc | 2 +-
gcc/except.cc | 6 ++++--
gcc/genautomata.cc | 3 ++-
gcc/gimple-ssa-strength-reduction.cc | 6 ++++--
gcc/lto-cgraph.cc | 3 ++-
gcc/opts-common.cc | 6 ++++--
gcc/tree-eh.cc | 3 ++-
gcc/tree-ssa-loop-ivopts.cc | 2 +-
gcc/tree-ssa-reassoc.cc | 3 ++-
gcc/tree-ssa-structalias.cc | 3 ++-
11 files changed, 26 insertions(+), 14 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 35c3aac80e7 Default expand_vec_cond_expr_p code to ERROR_MARK
new 432044b24a0 lto: Handle RAW_DATA_CST in compare_tree_sccs_1 [PR117201]
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/lto/lto-common.cc | 6 +++
gcc/testsuite/gcc.dg/lto/pr117201_0.c | 26 ++++++++++++
gcc/testsuite/gcc.dg/lto/pr117288_0.c | 76 +++++++++++++++++++++++++++++++++++
3 files changed, 108 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr117201_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr117288_0.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.