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 878d8c65f Add entry 08b8341f209be7c7e301853bdbbcad4f8e1695f5 from https [...]
new ddb5660fe Add entry a1381b69b9d81f210735d4a5bc9d65a0b01d1bda 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_m55_hard_eabi}/build_url | 2 +-
.../master-thumb_m55_hard_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/a1381b69b9d81f210735d4a5bc9d65a0b01d1bda/{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 master
in repository gcc.
from 61622cfa463 i386: Utilize VCOMSBF16 for BF16 Comparisons with AVX10.2
new acf18b5a7a4 aarch64: Remove scheduling models for falkor and saphira
new 1cc2c454033 aarch64: remove falkor-tag-collision-avoidance pass
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.gcc | 2 +-
gcc/config/aarch64/aarch64-cores.def | 8 +-
gcc/config/aarch64/aarch64-passes.def | 1 -
gcc/config/aarch64/aarch64-protos.h | 1 -
gcc/config/aarch64/aarch64-tuning-flags.def | 2 -
gcc/config/aarch64/aarch64.md | 2 -
.../aarch64/falkor-tag-collision-avoidance.cc | 888 ---------------------
gcc/config/aarch64/falkor.md | 687 ----------------
gcc/config/aarch64/saphira.md | 560 -------------
gcc/config/aarch64/t-aarch64 | 10 -
gcc/config/aarch64/tuning_models/qdf24xx.h | 2 +-
11 files changed, 6 insertions(+), 2157 deletions(-)
delete mode 100644 gcc/config/aarch64/falkor-tag-collision-avoidance.cc
delete mode 100644 gcc/config/aarch64/falkor.md
delete mode 100644 gcc/config/aarch64/saphira.md
--
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 6177b45fcdc Handle T_HRESULT types in CodeView records
new 61622cfa463 i386: Utilize VCOMSBF16 for BF16 Comparisons with AVX10.2
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/i386/i386-expand.cc | 22 +++--
gcc/config/i386/i386.cc | 22 ++---
gcc/config/i386/i386.h | 7 +-
gcc/config/i386/i386.md | 33 +++++--
gcc/testsuite/gcc.target/i386/avx10_2-comibf-1.c | 40 ++++++++
gcc/testsuite/gcc.target/i386/avx10_2-comibf-2.c | 118 +++++++++++++++++++++++
6 files changed, 214 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-comibf-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx10_2-comibf-2.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 a96c774f7bb c++/modules: Merge default arguments [PR99274]
new 7ac24078e06 Write LF_BCLASS records in CodeView struct definitions
new b0f4f556ea9 Write LF_POINTER CodeView types for pointers to member func [...]
new 6177b45fcdc Handle T_HRESULT types in CodeView records
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/dwarf2codeview.cc | 200 +++++++++++++++++++++++++++++++++++++++++++++++++-
gcc/dwarf2codeview.h | 10 +++
2 files changed, 207 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 48ef485eabc c++/modules: Handle location exhaustion in write_location [ [...]
new a96c774f7bb c++/modules: Merge default arguments [PR99274]
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/cp/module.cc | 57 ++++++++++++++++++++--
gcc/cp/tree.cc | 33 +++++++++++++
gcc/testsuite/g++.dg/modules/default-arg-1_a.H | 17 +++++++
gcc/testsuite/g++.dg/modules/default-arg-1_b.C | 26 ++++++++++
gcc/testsuite/g++.dg/modules/default-arg-2_a.H | 17 +++++++
gcc/testsuite/g++.dg/modules/default-arg-2_b.C | 28 +++++++++++
gcc/testsuite/g++.dg/modules/default-arg-3.h | 13 +++++
.../modules/{auto-3_a.H => default-arg-3_a.H} | 3 +-
gcc/testsuite/g++.dg/modules/default-arg-3_b.C | 6 +++
gcc/testsuite/g++.dg/modules/lambda-7.h | 6 +++
gcc/testsuite/g++.dg/modules/lambda-7_b.C | 1 +
11 files changed, 203 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/default-arg-1_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/default-arg-1_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/default-arg-2_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/default-arg-2_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/default-arg-3.h
copy gcc/testsuite/g++.dg/modules/{auto-3_a.H => default-arg-3_a.H} (62%)
create mode 100644 gcc/testsuite/g++.dg/modules/default-arg-3_b.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 e1154e294b3 Don't call invert on VARYING.
new d0fe0967661 Daily bump.
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/ChangeLog | 55 ++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 18 ++++++++++++++
gcc/testsuite/ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 40 +++++++++++++++++++++++++++++++
5 files changed, 178 insertions(+), 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 releases/gcc-13
in repository gcc.
from 84b71358964 Don't call invert on VARYING.
new 52907e75206 Daily bump.
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/ChangeLog | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 9 +++++++++
4 files changed, 23 insertions(+), 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 releases/gcc-12
in repository gcc.
from 78d3156d535 Don't call invert on VARYING.
new a48d9c7fa3d Daily bump.
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/ChangeLog | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 9 +++++++++
4 files changed, 23 insertions(+), 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 gcc.
from 8ae4a838bc0 simulate-thread tests: Silence gdb debuginfod warning
new ad1f1129800 Daily bump.
new 48ef485eabc c++/modules: Handle location exhaustion in write_location [ [...]
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/ChangeLog | 133 ++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 326 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/cp/module.cc | 42 +++++--
gcc/jit/ChangeLog | 43 +++++++
gcc/testsuite/ChangeLog | 103 +++++++++++++++
libstdc++-v3/ChangeLog | 12 ++
7 files changed, 652 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.