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 dfae324da5e Daily bump.
new 50ff112d17e c++: xobj fn call without obj [PR115783]
new 066c7893eae c++/coroutines: correct passing *this to promise type [PR104981]
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/call.cc | 2 +-
gcc/cp/coroutines.cc | 18 ++------
.../g++.dg/coroutines/pr104981-preview-this.C | 34 +++++++++++++++
.../g++.dg/coroutines/pr115550-preview-this.C | 47 +++++++++++++++++++++
.../g++.dg/cpp23/explicit-obj-diagnostics11.C | 48 ++++++++++++++++++++++
5 files changed, 133 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr104981-preview-this.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr115550-preview-this.C
create mode 100644 gcc/testsuite/g++.dg/cpp23/explicit-obj-diagnostics11.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 5d2115b850d RISC-V: Implement the .SAT_TRUNC for scalar
new 7c5a9bf1d20 c++/coroutines: correct passing *this to promise type [PR104981]
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/coroutines.cc | 18 ++-------
.../g++.dg/coroutines/pr104981-preview-this.C | 34 ++++++++++++++++
.../g++.dg/coroutines/pr115550-preview-this.C | 47 ++++++++++++++++++++++
3 files changed, 84 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr104981-preview-this.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr115550-preview-this.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 d1b25543f93 Daily bump.
new 5d2115b850d RISC-V: Implement the .SAT_TRUNC for scalar
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/riscv/iterators.md | 10 ++++
gcc/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv.cc | 40 ++++++++++++++++
gcc/config/riscv/riscv.md | 10 ++++
gcc/testsuite/gcc.target/riscv/sat_arith.h | 16 +++++++
gcc/testsuite/gcc.target/riscv/sat_arith_data.h | 56 ++++++++++++++++++++++
.../riscv/{sat_u_add-17.c => sat_u_trunc-1.c} | 14 +++---
.../riscv/{sat_u_sub-10.c => sat_u_trunc-2.c} | 13 ++---
.../riscv/{sat_u_add-15.c => sat_u_trunc-3.c} | 13 ++---
gcc/testsuite/gcc.target/riscv/sat_u_trunc-run-1.c | 16 +++++++
gcc/testsuite/gcc.target/riscv/sat_u_trunc-run-2.c | 16 +++++++
gcc/testsuite/gcc.target/riscv/sat_u_trunc-run-3.c | 16 +++++++
gcc/testsuite/gcc.target/riscv/scalar_sat_unary.h | 22 +++++++++
13 files changed, 223 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/sat_arith_data.h
copy gcc/testsuite/gcc.target/riscv/{sat_u_add-17.c => sat_u_trunc-1.c} (54%)
copy gcc/testsuite/gcc.target/riscv/{sat_u_sub-10.c => sat_u_trunc-2.c} (51%)
copy gcc/testsuite/gcc.target/riscv/{sat_u_add-15.c => sat_u_trunc-3.c} (50%)
create mode 100644 gcc/testsuite/gcc.target/riscv/sat_u_trunc-run-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sat_u_trunc-run-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sat_u_trunc-run-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/scalar_sat_unary.h
--
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 9ddd5f88e60 Fix modref's iteraction with store merging
new dfae324da5e 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 | 108 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 66 +++++++++++++++++++++++++++++
3 files changed, 175 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 4ce7c81212c [PR115565] cse: Don't use a valid regno for non-register in [...]
new 8a470d7c424 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 | 9 +++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 10 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 8d8f804b18e [PR115565] cse: Don't use a valid regno for non-register in [...]
new 42016b6ceee 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 | 9 +++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 10 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 efcbe7b985e Fix handling of ICF_NOVOPS in ipa-modref
new d1b25543f93 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 | 131 +++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 13 +++
gcc/fortran/ChangeLog | 7 ++
gcc/testsuite/ChangeLog | 247 ++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 399 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 binutils-gdb.
from ef379f175aa gdb/unittests/intrusive-list: remove unnecessary local objects
new 85402ee9eda Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-15-branch
in repository binutils-gdb.
from 42fcd11a89a Automatic date update in version.in
new ef812cfbf26 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_42-branch
in repository binutils-gdb.
from ee3902864db Automatic date update in version.in
new e7cd38b6cdf Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.