This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7cde140863e SVE intrinsics: Add strength reduction for division by constant.
new a362c9ca4ef c++: fix ICE on FUNCTION_DECLs inside coroutines [PR115906]
new 0c382da0943 c++: diagnose usage of co_await and co_yield in default arg [...]
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/cp/coroutines.cc | 4 +--
gcc/cp/parser.cc | 17 ++++++++++++
.../coroutines/co-await-syntax-02-outside-fn.C | 2 +-
.../coroutines/co-yield-syntax-01-outside-fn.C | 3 +-
.../g++.dg/coroutines/coro-function-decl.C | 19 +++++++++++++
gcc/testsuite/g++.dg/coroutines/pr115906-yield.C | 29 ++++++++++++++++++++
gcc/testsuite/g++.dg/coroutines/pr115906.C | 32 ++++++++++++++++++++++
7 files changed, 101 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-function-decl.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr115906-yield.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr115906.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 265aa320621 c++: make source_location follow DECL_RAMP_FN
new 7cde140863e SVE intrinsics: Add strength reduction for division by constant.
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/aarch64/aarch64-sve-builtins-base.cc | 49 +++-
.../gcc.target/aarch64/sve/acle/asm/div_s32.c | 273 +++++++++++++++++++--
.../gcc.target/aarch64/sve/acle/asm/div_s64.c | 273 +++++++++++++++++++--
.../gcc.target/aarch64/sve/acle/asm/div_u32.c | 201 +++++++++++++--
.../gcc.target/aarch64/sve/acle/asm/div_u64.c | 201 +++++++++++++--
.../gcc.target/aarch64/sve/div_const_run.c | 91 +++++++
6 files changed, 1031 insertions(+), 57 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/div_const_run.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 136f364e26d testsuite: fix dg-do run whitespace
new 265aa320621 c++: make source_location follow DECL_RAMP_FN
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/cp-gimplify.cc | 9 ++++-
gcc/testsuite/g++.dg/coroutines/pr110855.C | 61 ++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr110855.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 0450a143d2d Fix warnings for tree formats in gfc_error
new 136f364e26d testsuite: fix dg-do run whitespace
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/c-c++-common/fam-in-union-alone-in-struct-1.c | 2 +-
gcc/testsuite/c-c++-common/fam-in-union-alone-in-struct-2.c | 2 +-
gcc/testsuite/c-c++-common/torture/builtin-shufflevector-2.c | 2 +-
gcc/testsuite/g++.dg/pr102359_2.C | 2 +-
gcc/testsuite/g++.target/i386/mvc1.C | 2 +-
5 files changed, 5 insertions(+), 5 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 users/nalcock/try-enum-reloosening
in repository binutils-gdb.
at d56f5df657d libctf: dump: fix small leak
This branch includes the following new commits:
new 9e25e1a1f56 libctf: we do in fact support foreign-endian old versions
new b93e408e9cb libctf, dedup: drop unnecessary arg from ctf_dedup()
new b6c06578e8a libctf, string: split the movable refs out of the ref list
new 62e3464960d libctf, dump: correctly dump non-root-visible types
new 53aa0721700 libctf: fix linking of non-root-visible types
new 0c1158fa22a libctf: fix CTF dict compression
new b6412fc7232 libctf: improve ECTF_NOPARENT error message
new 5d031c4a8d1 libctf: dedup: tiny tweaks
new 5a76af8b896 libctf: fix dynset insertion
new 70f8928d443 libctf, subr: don't mix up errors and warnings
new 90f820eaaa8 libctf, open: Fix enum error handling path
new 30b6df0951b libctf: link: fix error handling
new 01bc8393d70 libctf: link: remember to turn off the LCTF_LINKING flag af [...]
new 0e7ec9436ea include, libctf: improve ECTF_DUPLICATE error message
new 35d9adbeb2e libctf, include: add ctf_dict_set_flag: less enum dup check [...]
new eb4b0b0bcd5 libctf: clean up hashtab error handling mess
new 17708cd4cd6 libctf: fix ref leak of names of newly-inserted non-root-vi [...]
new d56f5df657d libctf: dump: fix small leak
The 18 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.
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from f347bccf tcwg-lnt/tcwg-lnt-04: Add LNT dashboards for Fujitsu projects
new a46c301b round-robin.sh (gnu_llvm_no_regression_p): Fix LNT dashboard data
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:
round-robin.sh | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from e356aa36 tcwg-start-container.sh: Remove old backup containers
new f347bccf tcwg-lnt/tcwg-lnt-04: Add LNT dashboards for Fujitsu projects
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-lnt/tcwg-lnt-04/config | 8 ++++++++
tcwg-lnt/tcwg-lnt-04/tcwg_llvm_test.jq | 1 +
tcwg-lnt/tcwg-lnt-04/tcwg_llvm_test.yaml.in | 1 +
3 files changed, 10 insertions(+)
create mode 100644 tcwg-lnt/tcwg-lnt-04/config
create mode 120000 tcwg-lnt/tcwg-lnt-04/tcwg_llvm_test.jq
create mode 120000 tcwg-lnt/tcwg-lnt-04/tcwg_llvm_test.yaml.in
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 2e04f059 tcwg_llvm-build.sh (test_llvm): Avoid -O3 from CMAKE_xxx_FLAG [...]
new e356aa36 tcwg-start-container.sh: Remove old backup containers
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-start-container.sh | 7 +++++++
1 file changed, 7 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.
unknown user pushed a change to branch master
in repository gcc.
from 15158a8853a gfortran.dg/compiler-directive_2.f: Update dg-error
new 0450a143d2d Fix warnings for tree formats in gfc_error
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-family/c-format.cc | 4 ++++
1 file changed, 4 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.
unknown user pushed a change to branch devel/omp/gcc-14
in repository gcc.
from 8ad1a509662 Merge remote-tracking branch 'origin/releases/gcc-14' into [...]
new 4d76fe46875 gfortran.dg/compiler-directive_2.f: Update dg-error
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/ChangeLog.omp | 7 +++++++
gcc/testsuite/gfortran.dg/compiler-directive_2.f | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.