This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 03ac8886e5c libstdc++: Replace use of __mindist in ranges::uninitialize [...]
new 6e79fa4a257 arm: testsuite: restore dg-do-what-default in mve.exp
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.target/arm/mve/mve.exp | 3 +++
1 file changed, 3 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 66e0c2082 Add entry 8ed2d5d219e999aee42015a0db38612011c2c507 from https [...]
new aaf1a6dd4 Add entry 8ed2d5d219e999aee42015a0db38612011c2c507 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 | 34 +++++++++++-----------
.../reproduction_instructions.txt} | 17 +++++++----
.../status-summary.txt | 0
.../status.txt | 4 +--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 +++
8 files changed, 47 insertions(+), 24 deletions(-)
copy gcc/sha1/8ed2d5d219e999aee42015a0db38612011c2c507/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/{721c689f18ca240f0b1deb4b0d924937064cfe94/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/{804e9d55d9e54cffd32d8dd065bf3c785b1edbf4 => 8ed2d5d219e999aee42015a [...]
copy gcc/sha1/8ed2d5d219e999aee42015a0db38612011c2c507/tcwg_gnu_embed_check_gcc/{m [...]
--
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 5d22cd9e4 Add entry 0e3049c562ccdea288c3b1f3b3d1ce5992d284b0 from https [...]
new 66e0c2082 Add entry 8ed2d5d219e999aee42015a0db38612011c2c507 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_m3_softfp_eabi}/build_url | 2 +-
.../master-thumb_m3_softfp_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/8ed2d5d219e999aee42015a0db38612011c2c507/{tcwg_gnu_cross_check_gcc/m [...]
--
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 b65f4fe1099 Ada: Fix thinko in Eigensystem for complex Hermitian matrices
new 8eca2733357 tree-optimization/118717 - store commoning vs. abnormals
new 5509544dad8 tree-optimization/117912 - bogus address equivalences for _ [...]
new 8eeaaec2782 tree-optimization/117574 - bougs niter lt-to-ne
new c5e4e7617e6 tree-optimization/117119 - ICE with int128 IV in dataref analysis
new c62cbe71647 tree-optimization/116850 - corrupt post-dom info
new f1989b50a91 tree-optimization/116481 - avoid building function_type[]
new b444c3061a1 middle-end/115641 - invalid address construction
new bfb1b0f8bb9 tree-optimization/114246 - invalid call argument from DSE
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/fold-const.cc | 3 ++
gcc/gimple-ssa-isolate-paths.cc | 23 ++++++--
gcc/pointer-query.cc | 11 ++++
gcc/testsuite/c-c++-common/torture/pr117912-1.c | 28 ++++++++++
gcc/testsuite/c-c++-common/torture/pr117912-2.c | 28 ++++++++++
gcc/testsuite/c-c++-common/torture/pr117912-3.c | 61 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr116481.c | 13 +++++
gcc/testsuite/gcc.dg/pr116850.c | 12 +++++
gcc/testsuite/gcc.dg/torture/pr114246.c | 11 ++++
.../950628-1.c => gcc.dg/torture/pr115641.c} | 18 +++----
gcc/testsuite/gcc.dg/torture/pr117119.c | 10 ++++
gcc/testsuite/gcc.dg/torture/pr117574-1.c | 20 +++++++
gcc/testsuite/gcc.dg/torture/pr118717.c | 41 +++++++++++++++
gcc/tree-data-ref.cc | 2 +-
gcc/tree-ssa-dse.cc | 2 +
gcc/tree-ssa-loop-niter.cc | 31 +++--------
gcc/tree-ssa-phiopt.cc | 4 +-
gcc/tree-ssa-sccvn.cc | 51 ++++++++++++++++--
gcc/tree-ssa-sink.cc | 4 +-
19 files changed, 329 insertions(+), 44 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-1.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-2.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-3.c
create mode 100644 gcc/testsuite/gcc.dg/pr116481.c
create mode 100644 gcc/testsuite/gcc.dg/pr116850.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr114246.c
copy gcc/testsuite/{gcc.c-torture/execute/950628-1.c => gcc.dg/torture/pr115641.c} (64%)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117119.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117574-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118717.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 84d668b0ca6 libstdc++: Provide formatter for vector<bool>::reference [P [...]
new 03ac8886e5c libstdc++: Replace use of __mindist in ranges::uninitialize [...]
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:
libstdc++-v3/include/bits/ranges_uninitialized.h | 46 +++++++---------------
.../uninitialized_copy/constrained.cc | 30 +++++++++++++-
.../uninitialized_move/constrained.cc | 29 +++++++++++++-
3 files changed, 71 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.
unknown user pushed a change to branch master
in repository gcc.
from 42d6a4a985a Ada: Fix thinko in Eigensystem for complex Hermitian matrices
new 84d668b0ca6 libstdc++: Provide formatter for vector<bool>::reference [P [...]
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:
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
.../bits/lfts_config.h => bits/formatfwd.h} | 66 +++++++++++----------
libstdc++-v3/include/bits/version.def | 18 +++---
libstdc++-v3/include/bits/version.h | 9 +++
libstdc++-v3/include/std/format | 14 +----
libstdc++-v3/include/std/vector | 32 +++++++++++
.../testsuite/23_containers/vector/bool/format.cc | 67 ++++++++++++++++++++++
8 files changed, 156 insertions(+), 52 deletions(-)
copy libstdc++-v3/include/{experimental/bits/lfts_config.h => bits/formatfwd.h} (52%)
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/format.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 8869c6433 Add entry 0e3049c562ccdea288c3b1f3b3d1ce5992d284b0 from https [...]
new 5d22cd9e4 Add entry 0e3049c562ccdea288c3b1f3b3d1ce5992d284b0 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:
.../0e3049c562ccdea288c3b1f3b3d1ce5992d284b0/jira/description | 4 ++++
llvm/sha1/0e3049c562ccdea288c3b1f3b3d1ce5992d284b0/jira/summary | 2 +-
llvm/sha1/0e3049c562ccdea288c3b1f3b3d1ce5992d284b0/jira/yaml | 6 +++++-
.../0e3049c562ccdea288c3b1f3b3d1ce5992d284b0/status-summary.txt | 2 +-
llvm/sha1/0e3049c562ccdea288c3b1f3b3d1ce5992d284b0/status.txt | 4 ++++
.../details.txt | 8 +++-----
.../reproduction_instructions.txt | 0
.../main-aarch64-Ofast-sve_vls-lto-lld}/status-summary.txt | 0
.../tcwg_flang_test/main-aarch64-Ofast-sve_vls-lto-lld/status.txt | 4 ++--
.../tcwg_flang_test/status-summary.txt | 2 +-
.../tcwg_flang_test/status.txt | 4 ++++
11 files changed, 25 insertions(+), 11 deletions(-)
copy llvm/sha1/0e3049c562ccdea288c3b1f3b3d1ce5992d284b0/tcwg_flang_test/{main-aarc [...]
copy {fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191 => llvm/sha1 [...]
copy {fujitsu_testsuite/sha1/a0e269d5d279c3a0781bb74940cf5ec16b4ab109 => llvm/sha1 [...]
copy llvm/sha1/{3717048496074929250e8d75c033e0b3409eb063 => 0e3049c562ccdea288c3b1 [...]
--
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 c755e5978 Add entry 7f163bd2106f96e2925e9bb3e0e545cfae7ba1af from https [...]
new 8869c6433 Add entry 0e3049c562ccdea288c3b1f3b3d1ce5992d284b0 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_flang_test/main-aarch64-Ofast-sve_vls-lto-lld}/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191/tcwg_flang_t [...]
copy llvm/sha1/0e3049c562ccdea288c3b1f3b3d1ce5992d284b0/tcwg_flang_test/{main-aarc [...]
--
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 2b9a842b820 vect: Relax scan-tree-dump strict pattern matching [PR118597]
new a210011c5c7 Ada: Fix thinko in Eigensystem for complex Hermitian matrices
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/ada/libgnat/a-ngcoar.adb | 42 +++++++++++-----------
gcc/ada/libgnat/a-ngrear.adb | 85 ++++++++++++++++++++++++--------------------
2 files changed, 66 insertions(+), 61 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-13
in repository gcc.
from 3cfb5e95083 Daily bump.
new 7acd7d8d2a0 Ada: Fix thinko in Eigensystem for complex Hermitian matrices
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/ada/libgnat/a-ngcoar.adb | 42 +++++++++++-----------
gcc/ada/libgnat/a-ngrear.adb | 85 ++++++++++++++++++++++++--------------------
2 files changed, 66 insertions(+), 61 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.