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 fb50d30ed18 Daily bump.
new f4107e29e8a AVR: target/120442 - Support f7_fdim / fdiml in LibF7.
new d9eb1657f7e AVR: Speed up IEEE double comparisons.
new 1b05992fe00 AVR/LibF7: target/122177 - fix fmin / fmax return value for [...]
new 9eec8783e7d AVR/LibF7: Implement sincos.
new dbd8c4e0004 AVR: target/122210 - Add fixed-point -> double conversions.
new bbc7b4c9b90 AVR: target/122210 - Add double -> fixed-point conversions.
new 40ca3cdefcd AVR: target/122220 - Let (int32_t) -0x1p31L return INT32_MIN.
new fcae8c376ad AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
The 8 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/gcc.target/avr/cmpdi-1.c | 149 +++++++
gcc/testsuite/gcc.target/avr/dtofx.c | 98 +++++
gcc/testsuite/gcc.target/avr/fminfmax-1.c | 116 +++++
gcc/testsuite/gcc.target/avr/fxtod.c | 115 +++++
gcc/testsuite/gcc.target/avr/pr122220.c | 23 +
gcc/testsuite/gcc.target/avr/pr122222-sitod.c | 60 +++
gcc/testsuite/gcc.target/avr/sincos-1.c | 35 ++
libgcc/config/avr/libf7/f7-renames.h | 3 +-
libgcc/config/avr/libf7/f7-wraps.h | 132 +-----
libgcc/config/avr/libf7/f7renames.sh | 12 +-
libgcc/config/avr/libf7/libf7-asm.sx | 606 +++++++++++++++++++++++++-
libgcc/config/avr/libf7/libf7-common.mk | 26 +-
libgcc/config/avr/libf7/libf7.c | 17 +-
libgcc/config/avr/libf7/libf7.h | 1 +
14 files changed, 1243 insertions(+), 150 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/cmpdi-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/dtofx.c
create mode 100644 gcc/testsuite/gcc.target/avr/fminfmax-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/fxtod.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr122220.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr122222-sitod.c
create mode 100644 gcc/testsuite/gcc.target/avr/sincos-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 078208cf15b AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
new 4ee06690a47 c++: Fix ICE with concept used as function [PR116477]
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/semantics.cc | 13 +++++++------
gcc/testsuite/g++.dg/cpp2a/concepts-pr116477.C | 9 +++++++++
2 files changed, 16 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr116477.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-15
in repository gcc.
from 916323889f3 AVR: target/122210 - Add double -> fixed-point conversions.
new 912022628b1 AVR: target/122220 - Let (int32_t) -0x1p31L return INT32_MIN.
new 296904ba315 AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
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/testsuite/gcc.target/avr/pr122220.c | 23 ++++++
gcc/testsuite/gcc.target/avr/pr122222-sitod.c | 60 +++++++++++++++
libgcc/config/avr/libf7/f7-renames.h | 2 -
libgcc/config/avr/libf7/f7-wraps.h | 22 +-----
libgcc/config/avr/libf7/libf7-asm.sx | 102 +++++++++++++++++++++-----
libgcc/config/avr/libf7/libf7-common.mk | 7 +-
libgcc/config/avr/libf7/libf7.c | 2 -
7 files changed, 173 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr122220.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr122222-sitod.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 310a70ef6db analyzer: reimplement binding_map using a "spatial" representation
new 3ea09e4d432 AVR: target/122220 - Let (int32_t) -0x1p31L return INT32_MIN.
new 078208cf15b AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
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/testsuite/gcc.target/avr/pr122220.c | 23 ++++++
gcc/testsuite/gcc.target/avr/pr122222-sitod.c | 60 +++++++++++++++
libgcc/config/avr/libf7/f7-renames.h | 2 -
libgcc/config/avr/libf7/f7-wraps.h | 22 +-----
libgcc/config/avr/libf7/libf7-asm.sx | 102 +++++++++++++++++++++-----
libgcc/config/avr/libf7/libf7-common.mk | 7 +-
libgcc/config/avr/libf7/libf7.c | 2 -
7 files changed, 173 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr122220.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr122222-sitod.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 ccb2a10820c testsuite: Explicitly enable cselim pass for cselim-2.c
new 310a70ef6db analyzer: reimplement binding_map using a "spatial" representation
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/analyzer/access-diagram.cc | 4 +-
gcc/analyzer/ana-state-to-diagnostic-state.cc | 6 +-
gcc/analyzer/bounds-checking.cc | 6 +-
gcc/analyzer/call-summary.cc | 8 +-
gcc/analyzer/diagnostic-manager.cc | 2 -
gcc/analyzer/engine.cc | 2 -
gcc/analyzer/infinite-recursion.cc | 2 +-
gcc/analyzer/kf.cc | 3 +-
gcc/analyzer/program-state.cc | 4 +-
gcc/analyzer/region-model-asm.cc | 4 +-
gcc/analyzer/region-model-reachability.cc | 11 +-
gcc/analyzer/region-model.cc | 117 +++---
gcc/analyzer/region-model.h | 4 +-
gcc/analyzer/region.cc | 6 +-
gcc/analyzer/store.cc | 448 +++++++++++++++------
gcc/analyzer/store.h | 181 ++++++---
gcc/analyzer/svalue.cc | 24 +-
gcc/analyzer/svalue.h | 7 +-
.../gcc.dg/plugin/analyzer_cpython_plugin.cc | 11 +-
.../gcc.dg/plugin/analyzer_kernel_plugin.cc | 7 +-
.../gcc.dg/plugin/analyzer_known_fns_plugin.cc | 7 +-
21 files changed, 560 insertions(+), 304 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 gcc.
from c474a50b42a Fortran: fix "unstable" interfaces of external procedures [ [...]
new ccb2a10820c testsuite: Explicitly enable cselim pass for cselim-2.c
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/gcc.dg/tree-ssa/cselim-2.c | 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 master
in repository gcc.
from 579de8f5295 gimplify: Fix up side-effect handling in 2nd __builtin_c[lt [...]
new c474a50b42a Fortran: fix "unstable" interfaces of external procedures [ [...]
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/fortran/trans-types.cc | 1 +
gcc/testsuite/gfortran.dg/interface_abstract_6.f90 | 53 ++++++++++++++++++++++
2 files changed, 54 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/interface_abstract_6.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 annotated tag cygwin-3.6.5
in repository newlib.
at 36793d353 (tag)
tagging 2ae6825d022ac4450cef168ce066d68810b3a6e2 (commit)
replaces cygwin-3.6.4
tagged by Jon Turney
on Thu Oct 9 17:26:23 2025 +0100
- Log -----------------------------------------------------------------
Cygwin 3.6.5 release
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmkZ1G6z8hxpUPEiLx8hvA3AoXIEFAmjn4i8ACgkQx8hvA3Ao
XIGZ7RAAvI+N5Z2KunLb74JpSZhDi7a/mp+pvLpfw47t82UKWmmuxXWCCv/WBYMq
X6Ai1FjIJIYh34q5GdAD25HD8ordR09GxvC4S9VLdSry4SawYDGIqpJH0xz6m6zg
0j2IGwPX9o46dGTAMP3SCBeNkQ6xovqMGhUxIpn0JkDqhuNfMqZjQITjV1tDm1Q+
OKzpIErzymTVZ+3dvO2F6j9K2a1ED3t3GXdK2qEn83rm/YJQ/F3yEQMRh1+F8SzR
Tkt441RmFSqNCcIlIUoc3UV5QJkJy6YJ26hIRcYhraXDZ4zST6aoUSj1jNOoAs3s
i0m821CRZUMSRXn4noiIsucBMvaPQXJKzNFiutmSjWbmXOxIezTk7L5dZwh+/Yx0
VehtBDBo3hGwo/fG5O3e103FIjZwaB/Png9iSrqFyt75wbC6RxU49bF3+Ak2SFdx
1owCOjzc4p/boCpf59/AFV7hvtEE4y9+MoEGK6i5aw1mbrNAIphJAaAdsw+unvrn
3XsoRXVObabcXidEDNPhzaXyJQpbyWpS5jkuOEMBvX4qkoEALWOxIprncxIfw7ie
EfZguLrSp1VEPdBQCE7/41RZtGS1jQnmYU0nX2sE+EgSPAikMJgF7cgUX9hBOpRf
7e5aYYMDSqU5LPDSbByWATsRakuhNDS+mox+P3EIEteiX6Pui7A=
=nS4Q
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 cygwin-3_6-branch
in repository newlib.
from 2ae6825d0 Cygwin: symlink_native: allow linking to `.` again
new eae30ac8f Cygwin: bump DLL version to 3.6.6
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:
winsup/cygwin/include/cygwin/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.