This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 037c97e1143 [MAINTAINERS]: Add myself as MVE Reviewer for the AArch32 ( [...]
new 05e4f07cad1 c++/coro: prevent ICV_STATEMENT diagnostics in temp promoti [...]
new de03ef6337b c++: simplify handling implicit INDIRECT_REF and co_await i [...]
new d888a8a8dcf c++/coro: ignore cleanup_point_exprs while expanding awaits [...]
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/cp/coroutines.cc | 20 +++--
gcc/cp/cp-tree.h | 2 +-
gcc/cp/cvt.cc | 102 ++++++++++++-----------
gcc/testsuite/g++.dg/coroutines/maybe-unused-1.C | 33 ++++++++
gcc/testsuite/g++.dg/coroutines/nodiscard-1.C | 77 +++++++++++++++++
gcc/testsuite/g++.dg/coroutines/pr116502.C | 33 ++++++++
gcc/testsuite/g++.dg/coroutines/pr116793-1.C | 26 ++++++
7 files changed, 236 insertions(+), 57 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/maybe-unused-1.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/nodiscard-1.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr116502.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr116793-1.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-13
in repository gcc.
from e7e0a788d2c Daily bump.
new 14f0fbfb0a4 s390: Fix AQ and AR constraints
new f7037fd03ad s390: Fix TF to FPRX2 conversion [PR115860]
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/s390/s390.cc | 17 ++++-
gcc/config/s390/s390.md | 2 +
gcc/config/s390/vector.md | 75 ++++++++++++----------
gcc/testsuite/gcc.target/s390/pr115860-1.c | 26 ++++++++
.../gcc.target/s390/vector/long-double-asm-abi.c | 2 +-
.../gcc.target/s390/vector/long-double-to-i64.c | 2 -
6 files changed, 84 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr115860-1.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 cfdc0a384af libgomp.texi: Remove now duplicate TR13 item
new 037c97e1143 [MAINTAINERS]: Add myself as MVE Reviewer for the AArch32 ( [...]
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:
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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 bb01c9d6d28 RISC-V/libgcc: Save/Restore routines for E goes with ABI.
new cfdc0a384af libgomp.texi: Remove now duplicate TR13 item
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:
libgomp/libgomp.texi | 4 +---
1 file changed, 1 insertion(+), 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 binutils-gdb.
from ca6b6f9d6e6 x86: optimize {,V}INSERTPS with certain immediates
new 784e2ef54b4 RISC-V: correct alignment directive handling for text sections
new 9a788db16ae RISC-V: odd data padding vs mapping symbols
new dfa9ee01a4e x86: fix Solaris gas testsuite run
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:
gas/config/tc-riscv.c | 76 +++++++++++++++++++++++---------
gas/config/tc-riscv.h | 5 +++
gas/testsuite/gas/i386/solaris/reloc64.d | 10 ++++-
gas/testsuite/gas/riscv/odd-padding.d | 17 +++++++
gas/testsuite/gas/riscv/odd-padding.s | 8 ++++
gas/testsuite/gas/riscv/relax-align-2.d | 52 ++++++++++++++++++++++
gas/testsuite/gas/riscv/relax-align-2.s | 50 +++++++++++++++++++++
gas/testsuite/gas/riscv/relax-align.d | 34 ++++++++++++++
gas/testsuite/gas/riscv/relax-align.s | 27 ++++++++++++
opcodes/riscv-dis.c | 2 +-
10 files changed, 257 insertions(+), 24 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/odd-padding.d
create mode 100644 gas/testsuite/gas/riscv/odd-padding.s
create mode 100644 gas/testsuite/gas/riscv/relax-align-2.d
create mode 100644 gas/testsuite/gas/riscv/relax-align-2.s
create mode 100644 gas/testsuite/gas/riscv/relax-align.d
create mode 100644 gas/testsuite/gas/riscv/relax-align.s
--
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 glibc.
from 1d72fa3cfa stdio-common: Add new test for fdopen
new f47596fcfe manual: Document that feof and ferror are mutually exclusive
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:
manual/stdio.texi | 9 +++++++++
1 file changed, 9 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 6b7eaec20b0 libgomp.texi: fix formatting; add post-TR13 OpenMP impl. st [...]
new bb01c9d6d28 RISC-V/libgcc: Save/Restore routines for E goes with ABI.
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:
libgcc/config/riscv/save-restore.S | 4 ++--
1 file changed, 2 insertions(+), 2 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 binutils-gdb.
from 428f3561bc1 Enable -z separate-code, -z common and -z text for more targets
new 0fcb4bfcd40 x86: correct {,V}PEXTR{D,Q} optimization
new afd5b33bc7a x86: optimize {,V}EXTRACTPS with immediate 0
new f079b0c4b29 x86: optimize {,V}EXTRACT{F,I}{128,32x{4,8},64x{2,4}} with [...]
new ca6b6f9d6e6 x86: optimize {,V}INSERTPS with certain immediates
The 4 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:
gas/config/tc-i386.c | 207 +++++++++++++++++++++
gas/testsuite/gas/i386/optimize-1.d | 30 +++
gas/testsuite/gas/i386/optimize-1.s | 38 ++++
gas/testsuite/gas/i386/optimize-1a.d | 30 +++
gas/testsuite/gas/i386/optimize-4.d | 30 +++
gas/testsuite/gas/i386/optimize-5.d | 30 +++
gas/testsuite/gas/i386/x86-64-optimize-extractps.d | 20 ++
gas/testsuite/gas/i386/x86-64-optimize-extractps.l | 21 +++
gas/testsuite/gas/i386/x86-64-optimize-extractps.s | 14 ++
gas/testsuite/gas/i386/x86-64-optimize-insertps.d | 26 +++
gas/testsuite/gas/i386/x86-64-optimize-insertps.l | 26 +++
gas/testsuite/gas/i386/x86-64-optimize-insertps.s | 20 ++
.../gas/i386/x86-64-optimize-vextractNN.d | 59 ++++++
.../gas/i386/x86-64-optimize-vextractNN.s | 57 ++++++
gas/testsuite/gas/i386/x86-64.exp | 5 +
opcodes/i386-opc.tbl | 38 ++--
opcodes/i386-tbl.h | 40 ++--
17 files changed, 652 insertions(+), 39 deletions(-)
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-extractps.d
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-extractps.l
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-extractps.s
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-insertps.d
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-insertps.l
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-insertps.s
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-vextractNN.d
create mode 100644 gas/testsuite/gas/i386/x86-64-optimize-vextractNN.s
--
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 16501dcc3 Add entry 819098dc71f2079aedc15a904ab5f17f0788d991 from https [...]
new 9de530a29 Add entry 819098dc71f2079aedc15a904ab5f17f0788d991 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 ++
.../tcwg_gcc_check/master-arm/details.txt | 44 ++++++++++++++--------
.../reproduction_instructions.txt | 4 +-
.../reproduction_instructions_with_ci_script.txt | 4 +-
.../tcwg_gcc_check/master-arm}/status-summary.txt | 0
.../{master-aarch64 => master-arm}/status.txt | 4 +-
.../tcwg_gcc_check/status.txt | 4 ++
9 files changed, 51 insertions(+), 21 deletions(-)
copy gcc/sha1/{08b8341f209be7c7e301853bdbbcad4f8e1695f5 => 819098dc71f2079aedc15a9 [...]
copy gcc/sha1/819098dc71f2079aedc15a904ab5f17f0788d991/tcwg_gcc_check/{master-aarc [...]
copy gcc/sha1/819098dc71f2079aedc15a904ab5f17f0788d991/tcwg_gcc_check/{master-aarc [...]
copy gcc/sha1/{3c67a0fa1dd39a3378deb854a7fef0ff7fe38004 => 819098dc71f2079aedc15a9 [...]
copy gcc/sha1/819098dc71f2079aedc15a904ab5f17f0788d991/tcwg_gcc_check/{master-aarc [...]
--
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 b67c97388 Add entry 63a598deb0c9fcb8704af6ef90f0b905942b0276 from https [...]
new 16501dcc3 Add entry 819098dc71f2079aedc15a904ab5f17f0788d991 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_gcc_check/master-arm/build_url | 1 +
.../tcwg_gcc_check/{master-aarch64 => master-arm}/last_good | 0
2 files changed, 1 insertion(+)
create mode 100644 gcc/sha1/819098dc71f2079aedc15a904ab5f17f0788d991/tcwg_gcc_chec [...]
copy gcc/sha1/819098dc71f2079aedc15a904ab5f17f0788d991/tcwg_gcc_check/{master-aarc [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.