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 c4241b5df Add entry 56b3222b79632a4bbb36271735556a03b2504791 from https [...]
new 04c0c0d3a Add entry 56b3222b79632a4bbb36271735556a03b2504791 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:
.../56b3222b79632a4bbb36271735556a03b2504791/jira/description | 5 +++++
llvm/sha1/56b3222b79632a4bbb36271735556a03b2504791/jira/summary | 2 +-
llvm/sha1/56b3222b79632a4bbb36271735556a03b2504791/jira/yaml | 7 ++++++-
.../56b3222b79632a4bbb36271735556a03b2504791/status-summary.txt | 2 +-
llvm/sha1/56b3222b79632a4bbb36271735556a03b2504791/status.txt | 5 +++++
.../llvm-aarch64-master-O3/details.txt | 6 ++++++
.../llvm-aarch64-master-O3}/reproduction_instructions.txt | 8 ++++----
.../llvm-aarch64-master-O3/status-summary.txt | 1 +
.../llvm-aarch64-master-O3/status.txt | 6 +++---
.../tcwg_bmk-qc_speed-cpu2017rate/status-summary.txt | 1 +
.../tcwg_bmk-qc_speed-cpu2017rate/status.txt | 6 +++---
11 files changed, 36 insertions(+), 13 deletions(-)
create mode 100644 llvm/sha1/56b3222b79632a4bbb36271735556a03b2504791/tcwg_bmk-qc_ [...]
copy {gcc/sha1/0e6f3e9175bddb5cada6571744f33af574232c76/tcwg_bmk-code_size-cpu2017 [...]
create mode 100644 llvm/sha1/56b3222b79632a4bbb36271735556a03b2504791/tcwg_bmk-qc_ [...]
copy llvm/sha1/{a292e7edf8b2fc51d3e86a96ff5dff45d16bd264 => 56b3222b79632a4bbb3627 [...]
create mode 100644 llvm/sha1/56b3222b79632a4bbb36271735556a03b2504791/tcwg_bmk-qc_ [...]
copy llvm/sha1/{90ba33099cbb17e7c159e9ebc5a512037db99d6d => 56b3222b79632a4bbb3627 [...]
--
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 b98ed9393 Add entry 839bc42772ba7af66af3bd16efed4a69511312ae from https [...]
new c4241b5df Add entry 56b3222b79632a4bbb36271735556a03b2504791 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-qc_speed-cpu2017rate/llvm-aarch64-master-O3}/build_url | 2 +-
.../llvm-aarch64-master-O3}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{2c93e3c1c8ba70694bc0d3fd71ac90836a147f2d/tcwg_bmk-qc_speed-cpu2017 [...]
copy llvm/sha1/56b3222b79632a4bbb36271735556a03b2504791/{tcwg_aosp-code_size-surfa [...]
--
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 871bb5ad2dd Fix ICE with -g and -std=c23 related to incomplete types [P [...]
new 1bafa6a3fdb PR modula2/114565 progress trace would be useful to isolate [...]
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/m2/gm2-compiler/M2GenGCC.mod | 5 +-
gcc/m2/gm2-compiler/M2LexBuf.mod | 24 +++++-
gcc/m2/gm2-compiler/M2Options.def | 54 +++++++++----
gcc/m2/gm2-compiler/M2Options.mod | 154 +++++++++++++++++++++++++++++++-----
gcc/m2/gm2-compiler/M2Quads.mod | 18 ++++-
gcc/m2/gm2-compiler/SymbolTable.mod | 6 +-
gcc/m2/gm2-gcc/init.cc | 2 +
gcc/m2/gm2-gcc/m2misc.cc | 16 ++++
gcc/m2/gm2-gcc/m2misc.def | 4 +
gcc/m2/gm2-gcc/m2misc.h | 2 +
gcc/m2/gm2-gcc/m2options.h | 7 +-
gcc/m2/gm2-lang.cc | 9 +--
gcc/m2/lang.opt | 14 ++--
gcc/m2/m2.flex | 35 +++++++-
14 files changed, 285 insertions(+), 65 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 e945d322fcb analyzer: prevent ICEs with null types
new 871bb5ad2dd Fix ICE with -g and -std=c23 related to incomplete types [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:
gcc/c/c-decl.cc | 1 +
gcc/testsuite/gcc.dg/c23-tag-incomplete-1.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/c23-tag-incomplete-2.c | 13 +++++++++++++
gcc/testsuite/gcc.dg/pr114361.c | 11 +++++++++++
4 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/c23-tag-incomplete-1.c
create mode 100644 gcc/testsuite/gcc.dg/c23-tag-incomplete-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr114361.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 21aa57e73b8 libstdc++: Guard uses of char8_t with __cpp_char8_t [PR114519]
new e945d322fcb analyzer: prevent ICEs with null types
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/analyzer/region-model-manager.cc | 2 ++
gcc/analyzer/region-model.cc | 3 ++-
2 files changed, 4 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 4dfe55dc5 Add entry 839bc42772ba7af66af3bd16efed4a69511312ae from https [...]
new b98ed9393 Add entry 839bc42772ba7af66af3bd16efed4a69511312ae 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 ++++
.../master-thumb_m3_eabi/details.txt | 20 +++++++++++---------
.../reproduction_instructions.txt | 4 ++--
.../master-thumb_m3_eabi}/status-summary.txt | 0
.../master-thumb_m3_eabi/status.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/status-summary.txt | 2 +-
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
9 files changed, 32 insertions(+), 14 deletions(-)
copy gcc/sha1/{af66ad89e8169f44db723813662917cf4cbb78fc => 839bc42772ba7af66af3bd1 [...]
copy gcc/sha1/839bc42772ba7af66af3bd16efed4a69511312ae/{tcwg_gcc_check/master-aarc [...]
copy gcc/sha1/{1076ffda6ce5e6d5fc9577deaf8233e549e5787a => 839bc42772ba7af66af3bd1 [...]
copy gcc/sha1/{4f4fa2501186e43d115238ae938b3df322c9e02a => 839bc42772ba7af66af3bd1 [...]
--
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 68cce47ee Add entry b8e7aaaf350a4584d9b76e8dd69daa2203bac339 from https [...]
new 4dfe55dc5 Add entry 839bc42772ba7af66af3bd16efed4a69511312ae 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_eabi}/build_url | 2 +-
.../master-thumb_m3_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/839bc42772ba7af66af3bd16efed4a69511312ae/{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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 99fbbc964 Add entry 839bc42772ba7af66af3bd16efed4a69511312ae from https [...]
new 42c3807c9 Add entry b8e7aaaf350a4584d9b76e8dd69daa2203bac339 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:
.../first_url | 2 +-
.../tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi}/build_url | 2 +-
.../tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{1579394c9ecf3d1f678daa54b835c7fc3b76fb6d => b8e7aaaf350a4584d9b76e8 [...]
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
create mode 100644 gcc/sha1/b8e7aaaf350a4584d9b76e8dd69daa2203bac339/tcwg_gnu_embe [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.