This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 49f4e96996e AVR: Use more bool.
new 9f7b323caab AVR: Overhaul shift insns.
new c4156864611 RISC-V: testsuite: fix old-style function definition error [NFC]
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/avr/avr.cc | 1531 ++++++++------------
gcc/config/avr/avr.md | 158 +-
.../vect/costmodel/riscv/rvv/dynamic-lmul-ice-3.c | 4 +-
gcc/testsuite/gcc.target/avr/torture/shift-l-u16.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-l-u24.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-l-u32.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-l-u8.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-i16.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-i24.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-i32.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-i8.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-u16.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-u24.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-u32.c | 25 +
gcc/testsuite/gcc.target/avr/torture/shift-r-u8.c | 25 +
gcc/testsuite/gcc.target/avr/torture/test-shift.h | 125 ++
16 files changed, 1143 insertions(+), 975 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-l-u16.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-l-u24.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-l-u32.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-l-u8.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-i16.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-i24.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-i32.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-i8.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-u16.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-u24.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-u32.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/shift-r-u8.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/test-shift.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 master
in repository gcc.
from c9530a0e24e RISC-V: Tie MUL and DIV masks to the M extension
new 49f4e96996e AVR: Use more bool.
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/avr/avr-protos.h | 6 +++---
gcc/config/avr/avr.cc | 28 ++++++++++++++--------------
gcc/config/avr/avr.h | 22 +++++++++++-----------
3 files changed, 28 insertions(+), 28 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 main
in repository newlib.
from dbb8069df Cygwin: check_dir_not_empty: Avoid leaving the allocated buffer.
new b09ff5a64 Add libaio to SUBLIBS built for Cygwin
new b2672642c Add Windows Server 2025 build number
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:
winsup/cygwin/Makefile.am | 6 +++++-
winsup/cygwin/release/3.6.0 | 3 +++
winsup/utils/mingw/cygcheck.cc | 2 ++
3 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 ceddd28d41f testsuite: robustify gcc.target/m68k/20100512-1.c
new c9530a0e24e RISC-V: Tie MUL and DIV masks to the M extension
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/riscv.cc | 6 +++++-
1 file changed, 5 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 b111b55f5bd libstdc++: remove JSON comment.
new f74f52642fc fortran: Inline MINLOC/MAXLOC with DIM and scalar MASK [PR90608]
new ceddd28d41f testsuite: robustify gcc.target/m68k/20100512-1.c
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/fortran/trans-intrinsic.cc | 35 +++--
gcc/testsuite/gcc.target/m68k/20100512-1.c | 2 +
gcc/testsuite/gfortran.dg/maxloc_bounds_8.f90 | 4 +-
gcc/testsuite/gfortran.dg/minmaxloc_20.f90 | 182 ++++++++++++++++++++++++++
4 files changed, 211 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/minmaxloc_20.f90
--
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 4d27dd15c44 Daily bump.
new 112d1843481 [PATCH] PR modula2/115003 exporting a symbol to outer scope [...]
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/m2/gm2-compiler/SymbolTable.mod | 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 a4842917dcb AVR: ad target/84211 - Fix a build failure on some hosts.
new 59fbdb3a871 c++: reduce redundant deprecated warnings
new b111b55f5bd libstdc++: remove JSON comment.
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 | 13 +++++++++++++
gcc/cp/decl2.cc | 7 ++++++-
gcc/cp/semantics.cc | 9 +++++----
gcc/testsuite/g++.dg/modules/warn-spec-2_a.C | 11 +++++++++++
gcc/testsuite/g++.dg/modules/warn-spec-2_b.C | 8 ++++++++
gcc/testsuite/g++.dg/warn/deprecated-21.C | 12 ++++++++++++
gcc/warning-control.cc | 2 +-
libstdc++-v3/src/c++23/libstdc++.modules.json.in | 1 -
8 files changed, 56 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/warn-spec-2_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/warn-spec-2_b.C
create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-21.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 601dfbbc6 Add entry d5cbf916be4a049580dfed8682f3f8795e57ecfa from https [...]
new 6d1bf57d9 Add entry d5cbf916be4a049580dfed8682f3f8795e57ecfa 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 +++
.../master-arm/details.txt | 42 ++++++++++------------
.../master-arm/reproduction_instructions.txt | 4 +--
.../reproduction_instructions_with_ci_script.txt | 4 +--
.../master-arm}/status-summary.txt | 0
.../master-arm/status.txt | 2 ++
.../status-summary.txt | 0
.../tcwg_gnu_native_check_binutils/status.txt | 3 ++
10 files changed, 39 insertions(+), 28 deletions(-)
copy binutils/sha1/{7ecf0250f7f0868f3b828ffadd47d0e5f2dbd875 => d5cbf916be4a049580 [...]
copy binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/{tcwg_gnu_cross_check_ [...]
copy binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/{tcwg_gnu_cross_check_ [...]
copy binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/{ => tcwg_gnu_native_c [...]
create mode 100644 binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_gnu [...]
copy binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/{ => tcwg_gnu_native_c [...]
create mode 100644 binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_gnu [...]
--
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 fc8d4384b Add entry beec291225be9b5e7a60b6818cf80224c343811d from https [...]
new 601dfbbc6 Add entry d5cbf916be4a049580dfed8682f3f8795e57ecfa 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_native_check_binutils/master-arm}/build_url | 2 +-
.../master-arm/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy binutils/sha1/{5be45917f49846f4ce58d8b63473e96dff7d4e0f/tcwg_gnu_native_check [...]
copy binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/{tcwg_gnu_cross_check_ [...]
--
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 234da38a0e6 amdgcn: Fix build failure (PR117657)
new a4842917dcb AVR: ad target/84211 - Fix a build failure on some hosts.
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/avr/avr-passes.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.