This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from eef65d60a8b [PATCH] RISC-V: Fix RISCV_FUSE_ZEXTWS fusion condition
new d07d0e99223 RISC-V: Support -mcmodel=large.
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/predicates.md | 23 ++++++--
gcc/config/riscv/riscv-c.cc | 4 ++
gcc/config/riscv/riscv-opts.h | 1 +
gcc/config/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv.cc | 86 +++++++++++++++++++++++++++-
gcc/config/riscv/riscv.md | 9 +++
gcc/config/riscv/riscv.opt | 3 +
gcc/testsuite/gcc.target/riscv/large-model.c | 11 ++++
8 files changed, 131 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/large-model.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-11
in repository gcc.
from a53f988e361 c++: value dependence of by-ref lambda capture [PR108975]
new 32bd8a1053d c++: NRV and goto [PR92407]
new f59cfce8ba6 c++: -Wdeprecated-copy and using operator= [PR92145]
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/class.c | 3 ++-
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 2 ++
gcc/cp/typeck.c | 3 +++
gcc/testsuite/g++.dg/cpp0x/depr-copy3.C | 35 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/opt/nrv22.C | 30 ++++++++++++++++++++++++++++
6 files changed, 73 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/depr-copy3.C
create mode 100644 gcc/testsuite/g++.dg/opt/nrv22.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 a3ff76278ef veclower: improve selection of vector mode when lowering [P [...]
new 8dfc52a75d4 c++: xvalue array subscript [PR103185]
new 02c0b497982 c++: throwing dtor and empty try [PR113088]
new eef65d60a8b [PATCH] RISC-V: Fix RISCV_FUSE_ZEXTWS fusion condition
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/config/riscv/riscv.cc | 5 +++--
gcc/cp/except.cc | 8 ++++++--
gcc/cp/typeck.cc | 16 +++++++++++++---
gcc/testsuite/g++.dg/cpp1z/array-prvalue2.C | 5 +++++
gcc/testsuite/g++.dg/cpp1z/eval-order3.C | 5 +++++
gcc/testsuite/g++.dg/eh/return2.C | 26 ++++++++++++++++++++++++++
6 files changed, 58 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/array-prvalue2.C
create mode 100644 gcc/testsuite/g++.dg/eh/return2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.