This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 09ae36461ed testsuite: analyzer: Skip tests with non-numeric macros on [...]
new 0592000aeed Avoid inserting after a GIMPLE_COND with SLP and early break
new d93353e6423 Do single-lane SLP discovery for reductions
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/testsuite/gcc.dg/vect/slp-24-big-array.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-24.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-reduc-6.c | 1 -
gcc/tree-vect-loop.cc | 4 +-
gcc/tree-vect-slp.cc | 78 +++++++++++++++++++++-------
gcc/tree-vect-stmts.cc | 24 ++++++++-
6 files changed, 86 insertions(+), 25 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 releases/gcc-12
in repository gcc.
from dfaa13455d6 vect: Tighten vect_determine_precisions_from_range [PR113281]
new db0f236aa1c tree-optimization/113910 - huge compile time during PTA
new 8f6d889a8e6 tree-optimization/110381 - preserve SLP permutation with in [...]
new b46486ef031 middle-end/112732 - stray TYPE_ALIAS_SET in type variant
new c7627054b9e c++: Add testcase for this PR [PR97990]
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:
gcc/bitmap.cc | 2 +-
gcc/testsuite/g++.dg/torture/vector-struct-1.C | 18 +++++++++++
gcc/testsuite/gcc.dg/vect/pr110381.c | 44 ++++++++++++++++++++++++++
gcc/tree-vect-slp.cc | 19 +++++++++--
gcc/tree.cc | 2 ++
5 files changed, 81 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/vector-struct-1.C
create mode 100644 gcc/testsuite/gcc.dg/vect/pr110381.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 releases/gcc-12
in repository gcc.
from 55b89287216 Daily bump.
new f510e59db48 vect: Fix access size alignment assumption [PR115192]
new dfaa13455d6 vect: Tighten vect_determine_precisions_from_range [PR113281]
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/testsuite/gcc.dg/vect/pr113281-1.c | 17 ++++++
gcc/testsuite/gcc.dg/vect/pr113281-2.c | 50 +++++++++++++++
gcc/testsuite/gcc.dg/vect/pr113281-3.c | 39 ++++++++++++
gcc/testsuite/gcc.dg/vect/pr113281-4.c | 55 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr113281-5.c | 66 ++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr115192.c | 28 +++++++++
gcc/tree-data-ref.cc | 5 +-
gcc/tree-vect-patterns.cc | 107 ++++++++++++++++++++++++---------
8 files changed, 337 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr113281-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr113281-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr113281-3.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr113281-4.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr113281-5.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr115192.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 releases/gcc-14
in repository gcc.
from b2bbf9890ed Daily bump.
new d92b508dd19 libstdc++: Build libbacktrace and 19_diagnostics/stacktrace [...]
new e80523288c9 testsuite: gm2: Remove timeout overrides [PR114886]
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:
.../pim/run/pass/coroutines-pim-run-pass.exp | 7 -----
.../gm2/examples/map/pass/examples-map-pass.exp | 5 ----
gcc/testsuite/gm2/iso/run/pass/iso-run-pass.exp | 6 ----
.../pimlib/base/run/pass/pimlib-base-run-pass.exp | 6 ----
.../run/pass/halma/projects-iso-run-pass-halma.exp | 7 -----
.../pass/run/switches-whole-program-pass-run.exp | 4 ---
gcc/testsuite/lib/gm2-torture.exp | 28 ------------------
gcc/testsuite/lib/gm2.exp | 34 ----------------------
libstdc++-v3/src/libbacktrace/Makefile.am | 2 +-
libstdc++-v3/src/libbacktrace/Makefile.in | 2 +-
.../testsuite/19_diagnostics/stacktrace/current.cc | 2 +-
.../testsuite/19_diagnostics/stacktrace/entry.cc | 2 +-
.../testsuite/19_diagnostics/stacktrace/hash.cc | 2 +-
.../testsuite/19_diagnostics/stacktrace/output.cc | 2 +-
.../19_diagnostics/stacktrace/stacktrace.cc | 2 +-
15 files changed, 7 insertions(+), 104 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 4d207044195 Adjust testcase for -march=cascadelake
new 09ae36461ed testsuite: analyzer: Skip tests with non-numeric macros on [...]
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/gcc.dg/analyzer/fd-accept.c | 1 +
gcc/testsuite/gcc.dg/analyzer/fd-access-mode-target-headers.c | 1 +
gcc/testsuite/gcc.dg/analyzer/fd-connect.c | 1 +
gcc/testsuite/gcc.dg/analyzer/fd-datagram-socket.c | 1 +
gcc/testsuite/gcc.dg/analyzer/fd-listen.c | 1 +
gcc/testsuite/gcc.dg/analyzer/fd-socket-misuse.c | 1 +
gcc/testsuite/gcc.dg/analyzer/fd-stream-socket-active-open.c | 1 +
gcc/testsuite/gcc.dg/analyzer/fd-stream-socket-passive-open.c | 1 +
gcc/testsuite/gcc.dg/analyzer/fd-stream-socket.c | 1 +
9 files changed, 9 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 132b93ece Add entry 9dbff9c05520a74e6cd337578f27b56c941f64f3 from https [...]
new 0c9f6bf74 Add entry 9dbff9c05520a74e6cd337578f27b56c941f64f3 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 | 2 +-
.../jira/yaml | 2 +-
.../status.txt | 2 +-
.../master-thumb_m33_eabi/details.txt | 54 +++++++++++-----------
.../reproduction_instructions.txt | 4 +-
.../master-thumb_m33_eabi/status.txt | 2 +-
.../tcwg_gnu_embed_check_gcc/status.txt | 2 +-
7 files changed, 34 insertions(+), 34 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 38e26b1d4 Add entry 8009bbec59d1c5d47ae06c431647ebee6d886ff2 from https [...]
new 132b93ece Add entry 9dbff9c05520a74e6cd337578f27b56c941f64f3 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_embed_check_gcc/master-thumb_m33_eabi/build_url | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from fe89a6829 Add entry 8009bbec59d1c5d47ae06c431647ebee6d886ff2 from https [...]
new 38e26b1d4 Add entry 8009bbec59d1c5d47ae06c431647ebee6d886ff2 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/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/jira/description | 4 ++++
llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/jira/yaml | 4 ++++
llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/status.txt | 4 ++++
.../tcwg_bmk-code_size-spec2k6/llvm-arm-master-Oz_LTO/details.txt | 3 +++
.../reproduction_instructions.txt | 4 ++--
.../status-summary.txt | 0
.../{llvm-arm-master-Os => llvm-arm-master-Oz_LTO}/status.txt | 4 ++--
.../tcwg_bmk-code_size-spec2k6/status.txt | 4 ++++
8 files changed, 23 insertions(+), 4 deletions(-)
create mode 100644 llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/tcwg_bmk-cod [...]
copy llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/tcwg_bmk-code_size-spec2k6 [...]
copy llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/tcwg_bmk-code_size-spec2k6 [...]
copy llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/tcwg_bmk-code_size-spec2k6 [...]
--
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 cb0c3256e Add entry 9dbff9c05520a74e6cd337578f27b56c941f64f3 from https [...]
new fe89a6829 Add entry 8009bbec59d1c5d47ae06c431647ebee6d886ff2 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_bmk-code_size-spec2k6/llvm-arm-master-Oz_LTO}/build_url | 2 +-
.../{llvm-aarch64-master-Oz => llvm-arm-master-Oz_LTO}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{90ba33099cbb17e7c159e9ebc5a512037db99d6d/tcwg_bmk-code_size-spec2k [...]
copy llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/tcwg_bmk-code_size-spec2k6 [...]
--
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 annotated tag v6.10-rc2
in repository linux-next.
at ac1064c23619 (tag)
tagging c3f38fa61af77b49866b006939479069cd451173 (commit)
replaces v6.10-rc1
tagged by Linus Torvalds
on Sun Jun 2 15:44:56 2024 -0700
- Log -----------------------------------------------------------------
Linux 6.10-rc2
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAmZc9egeHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGoLsH/0xo1TNZwNRE9Qux
gFbJDDhxMtvWnJCSqUuhpypd7SoVVEVKiXW942gWTl97PlCEH0ov3p+0UbxnmG13
kKJT1C/gct95L03OAfGquIjBSWh4/55o6Vz1zYTGvTFpWZo7G3ZvCDY8o9kN5/L3
mnpC+GfzZ9ckg+2TfwlbGBQUtILHV3IipCbfDFPSrT8mS0IT67uvBlND3nI++woj
J1znGqg1PQ6yFnFCfj4RYCiyv/jEAT0ZTyokO4rH+iQVufc3y02mokhMuqmSoE6T
5bbHToLZIaa/QjRamN/+ltwyrhv8WlX4rJOkMibJY6w8gpukt/k6gL2Pguk4y2pf
0FPbbC0=
=0AGs
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.