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 9431ca6fcdb Daily bump.
new 6cfe4fd3fb4 tree-optimization/117254 - ICE with access diangostics
new bbe47a2d763 tree-optimization/117307 - STMT_VINFO_SLP_VECT_ONLY mis-com [...]
new 8a13eef8874 tree-optimization/117333 - ICE with NULL access size DR
new 1fce6796168 tree-optimization/117417 - ICE with complex load optimization
new a8e01b735a1 middle-end/117433 - ICE with gimple BLKmode reg copy
new 8764b8543b9 tree-optimization/117574 - bougs niter lt-to-ne
new b1e14fc244c tree-optimization/117594 - fix live op vectorization for le [...]
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/cfgexpand.cc | 7 ++++++-
gcc/gimple-ssa-warn-access.cc | 3 ++-
gcc/testsuite/gcc.dg/pr117254.c | 10 ++++++++++
gcc/testsuite/gcc.dg/pr117433.c | 21 +++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr117333.c | 29 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr117417.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr117574-1.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr117307.c | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr117594.c | 20 ++++++++++++++++++++
gcc/tree-data-ref.cc | 2 ++
gcc/tree-ssa-forwprop.cc | 4 ++--
gcc/tree-ssa-loop-niter.cc | 31 +++++++------------------------
gcc/tree-vect-data-refs.cc | 19 +++++++++++++------
gcc/tree-vect-loop.cc | 3 ++-
14 files changed, 167 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr117254.c
create mode 100644 gcc/testsuite/gcc.dg/pr117433.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117333.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117417.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117574-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr117307.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr117594.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 2d6427a63c benchtests: Add calloc test
new a08d9a52f9 AArch64: Remove zva_128 from memset
new e2436d6f5a malloc: send freed small chunks to smallbin
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:
malloc/malloc.c | 53 +++++++++++++++++++++++++++++++-----------------
sysdeps/aarch64/memset.S | 25 +----------------------
2 files changed, 35 insertions(+), 43 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 5b0e4ed3081 AArch64: Suppress default options when march or mcpu used i [...]
new b6a51390979 c: Correct type compatibility for bit-fields [PR117828]
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/c/c-typeck.cc | 17 +++++++++-
gcc/testsuite/gcc.dg/c23-tag-bitfields-1.c | 51 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr117828.c | 14 ++++++++
3 files changed, 81 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/c23-tag-bitfields-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr117828.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 b5df3eefd70 cp: Fix another assumption in the FE about constant vector [...]
new a54aa75ab30 tree-optimization/115438 - SLP reduction vect vs. bwaves
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/tree-vect-loop.cc | 14 ++++++++++++++
1 file changed, 14 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 5a6af707f0a aarch64: add ACLE macro _CHKFEAT_GCS
new 65df27bb0ca aarch64: Fix ACLE macro __ARM_FEATURE_SVE_VECTOR_OPERATORS
new 761cf602188 aarch64: Make C/C++ operations possible on SVE ACLE types.
new 47fa008ad88 c: Range-check indexing of SVE ACLE vectors
new 4f593db8803 gimple: Handle variable-sized vectors in BIT_FIELD_REF
new 17b520a10cd c: Fix constructor bounds checking for VLA and construct VL [...]
new 91fb1da11f4 aarch64: Add testcase for C/C++ ops on SVE ACLE types.
new 6338716fe8d aarch64: Update SVE ACLE tests
new b5df3eefd70 cp: Fix another assumption in the FE about constant vector [...]
The 8 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/c-family/c-common.cc | 10 +-
gcc/c/c-typeck.cc | 16 +-
gcc/config/aarch64/aarch64-c.cc | 10 +-
gcc/config/aarch64/aarch64-sve-builtins.cc | 5 +-
gcc/cp/decl.cc | 11 +-
gcc/gimple-fold.cc | 2 +-
gcc/testsuite/g++.dg/ext/sve-sizeless-1.C | 11 +
gcc/testsuite/g++.dg/ext/sve-sizeless-2.C | 9 +
.../aarch64/sve/acle/general-c++/gnu_vectors_1.C | 438 ++++++++--------
.../aarch64/sve/acle/general-c++/gnu_vectors_2.C | 434 +++++++--------
.../aarch64/sve/acle/general-c/gnu_vectors_1.c | 349 ++++++-------
.../aarch64/sve/acle/general-c/gnu_vectors_2.c | 346 ++++++------
.../aarch64/sve/acle/general-c/sizeless-1.c | 15 +-
.../aarch64/sve/acle/general-c/sizeless-2.c | 14 +-
.../aarch64/sve/acle/general/attributes_7.c | 30 +-
.../gcc.target/aarch64/sve/acle/general/cops.c | 579 +++++++++++++++++++++
gcc/tree-cfg.cc | 2 +-
gcc/tree.cc | 16 +-
18 files changed, 1474 insertions(+), 823 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/cops.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 19a198f058 pthread_getcpuclockid: Add descriptive comment to smoke test
new 2d6427a63c benchtests: Add calloc test
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:
benchtests/Makefile | 7 ++++++-
malloc/tst-malloc-random.c => benchtests/bench-calloc-simple.c | 8 +++++---
malloc/tst-malloc-random.c => benchtests/bench-calloc-thread.c | 8 +++++---
benchtests/bench-malloc-simple.c | 9 +++++++--
benchtests/bench-malloc-thread.c | 9 +++++++--
5 files changed, 30 insertions(+), 11 deletions(-)
copy malloc/tst-malloc-random.c => benchtests/bench-calloc-simple.c (84%)
copy malloc/tst-malloc-random.c => benchtests/bench-calloc-thread.c (84%)
--
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 9dd04cb70 Add entry 471c71be0fe507ecb02b5a9650e882f261ecc979 from https [...]
new d0c8817fc Add entry 471c71be0fe507ecb02b5a9650e882f261ecc979 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 | 4 +
.../jira/yaml | 4 +
.../status.txt | 4 +
.../details.txt | 158 ++++++++++-----------
.../reproduction_instructions.txt | 0
.../reproduction_instructions_with_ci_script.txt | 4 +-
.../main-aarch64-O0-debug}/status-summary.txt | 2 +-
.../main-aarch64-O0-debug/status.txt | 3 +
.../tcwg_flang_test/status.txt | 4 +
9 files changed, 101 insertions(+), 82 deletions(-)
copy fujitsu_testsuite/sha1/471c71be0fe507ecb02b5a9650e882f261ecc979/tcwg_flang_te [...]
copy fujitsu_testsuite/sha1/{a0e269d5d279c3a0781bb74940cf5ec16b4ab109 => 471c71be0 [...]
copy fujitsu_testsuite/sha1/471c71be0fe507ecb02b5a9650e882f261ecc979/tcwg_flang_te [...]
copy {gcc/sha1/021077b94741c9300dfff3a24e95b3ffa3f508a7 => fujitsu_testsuite/sha1/ [...]
create mode 100644 fujitsu_testsuite/sha1/471c71be0fe507ecb02b5a9650e882f261ecc979 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.