This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d062b0abf45 Mark expand musttail error messages for translation
new 228972b2b7b Optimize maskstore when mask is 0 or -1 in UNSPEC_MASKMOV
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/predicates.md | 5 +++++
gcc/config/i386/sse.md | 33 ++++++++++++++++++++++-----
gcc/testsuite/gcc.target/i386/pr115843.c | 38 ++++++++++++++++++++++++++++++++
3 files changed, 70 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr115843.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 b7b2434cc7e c++/modules: Conditionally start timer during lazy load [PR115165]
new a6502accf38 Improve must tail in RTL backend
new 983daf0e5fd Fix pro_and_epilogue for sibcalls at -O0 (PR115255)
new b738a63e528 Enable musttail tail conversion even when not optimizing
new 81824596361 Give better error messages for musttail
new d062b0abf45 Mark expand musttail error messages for translation
The 5 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/calls.cc | 80 ++++++++++------
gcc/function.cc | 8 +-
gcc/function.h | 3 +
gcc/lto-streamer-in.cc | 1 +
gcc/lto-streamer-out.cc | 1 +
gcc/passes.def | 1 +
gcc/tree-cfg.cc | 3 +
gcc/tree-pass.h | 1 +
gcc/tree-tailcall.cc | 247 ++++++++++++++++++++++++++++++++++++++++--------
9 files changed, 275 insertions(+), 70 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 56068e401 Add entry 9d20529d94b23275885f380d155fe8671ab5353a from https [...]
new c2e0f95a2 Add entry 9d20529d94b23275885f380d155fe8671ab5353a 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/summary | 2 +-
.../jira/yaml | 6 +-
.../status-summary.txt | 2 +-
.../status.txt | 4 ++
.../master-thumb_m55_hard_eabi/details.txt | 64 +++++++++++-----------
.../reproduction_instructions.txt | 4 +-
.../master-thumb_m55_hard_eabi/status-summary.txt | 1 +
.../status.txt | 6 +-
.../tcwg_gnu_embed_check_gcc/status-summary.txt | 2 +-
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++
11 files changed, 58 insertions(+), 41 deletions(-)
copy gcc/sha1/{ea8061f46a301797e7ba33b52e3b4713fb8e6b48 => 9d20529d94b23275885f380 [...]
copy gcc/sha1/9d20529d94b23275885f380d155fe8671ab5353a/tcwg_gnu_embed_check_gcc/{m [...]
create mode 100644 gcc/sha1/9d20529d94b23275885f380d155fe8671ab5353a/tcwg_gnu_embe [...]
copy gcc/sha1/9d20529d94b23275885f380d155fe8671ab5353a/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 a9d9c255e Add entry 8b5919bae11754f4b65a17e63663d3143f9615ac from https [...]
new 56068e401 Add entry 9d20529d94b23275885f380d155fe8671ab5353a 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 gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/9d20529d94b23275885f380d155fe8671ab5353a/{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 branch releases/gcc-14
in repository gcc.
from 4871b0f74c6 Daily bump.
new f0c3a1c16af c++/modules: Conditionally start timer during lazy load [PR115165]
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 | 8 ++++----
gcc/testsuite/g++.dg/modules/timevar-1_a.H | 14 ++++++++++++++
gcc/testsuite/g++.dg/modules/timevar-1_b.C | 10 ++++++++++
3 files changed, 28 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/timevar-1_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/timevar-1_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 master
in repository gcc.
from 30dd420a06a c++: prev declared hidden tmpl friend inst [PR112288]
new b7b2434cc7e c++/modules: Conditionally start timer during lazy load [PR115165]
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 | 8 ++++----
gcc/testsuite/g++.dg/modules/timevar-1_a.H | 14 ++++++++++++++
gcc/testsuite/g++.dg/modules/timevar-1_b.C | 10 ++++++++++
3 files changed, 28 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/timevar-1_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/timevar-1_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 main
in repository llvm-lnt.
from e076972 Change /usr/bin/python -> /usr/bin/env python in tests (#23)
new c13ff67 Update old unittest asserts in tests (#24)
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:
tests/server/ui/change_processing.py | 2 +-
tests/server/ui/test_api.py | 2 +-
tests/testing/TestingTest.py | 28 ++++++++++++++--------------
3 files changed, 16 insertions(+), 16 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 93c54caa64f libbacktrace: add cast to avoid warning
new 30dd420a06a c++: prev declared hidden tmpl friend inst [PR112288]
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/pt.cc | 13 +++++++------
gcc/testsuite/g++.dg/template/friend80.C | 25 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/friend81.C | 28 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/friend81a.C | 30 ++++++++++++++++++++++++++++++
4 files changed, 90 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/friend80.C
create mode 100644 gcc/testsuite/g++.dg/template/friend81.C
create mode 100644 gcc/testsuite/g++.dg/template/friend81a.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.