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 9fa72d77924 Update cpplib es.po
new 4ed18795fb4 Daily bump.
new dc21caefbc2 Fortran: Fix ICE with use of c_associated.
new 848e7b119cc Daily bump.
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/ChangeLog | 9 +++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 10 ++++++++
gcc/fortran/check.cc | 42 ++++++++++++++++++++------------
gcc/testsuite/ChangeLog | 17 +++++++++++++
gcc/testsuite/gfortran.dg/pr120049_a.f90 | 15 ++++++++++++
gcc/testsuite/gfortran.dg/pr120049_b.f90 | 8 ++++++
libcpp/po/ChangeLog | 4 +++
8 files changed, 90 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr120049_a.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr120049_b.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 a9de71c2060 Daily bump.
new 0d1a578d638 Daily bump.
new 33d344bd908 Daily bump.
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/DATESTAMP | 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 releases/gcc-13
in repository gcc.
from a4daa95b170 Daily bump.
new 269828cea5a Daily bump.
new 2991627f8a1 Daily bump.
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/DATESTAMP | 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 releases/gcc-12
in repository gcc.
from d6f8fdd274c Daily bump.
new 55e011d9855 Daily bump.
new 33afb75b7dc Daily bump.
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/DATESTAMP | 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 newlib.
from b978fdbcf Remove Marcus Shawcroft from MAINTAINERS
new cec8a6680 Cygwin: open: Fix deadlock for opening fifo both side in a process
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/release/3.6.2 | 3 +++
winsup/cygwin/syscalls.cc | 11 ++++++-----
2 files changed, 9 insertions(+), 5 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 b978fdbcf Remove Marcus Shawcroft from MAINTAINERS
new cec8a6680 Cygwin: open: Fix deadlock for opening fifo both side in a process
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/release/3.6.2 | 3 +++
winsup/cygwin/syscalls.cc | 11 ++++++-----
2 files changed, 9 insertions(+), 5 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 cygwin-3_6-branch
in repository newlib.
from 249b8e8fb Cygwin: console: Fix the console mode for background non-cygwin app
new ffb33791d Cygwin: open: Fix deadlock for opening fifo both side in a process
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/release/3.6.2 | 3 +++
winsup/cygwin/syscalls.cc | 11 ++++++-----
2 files changed, 9 insertions(+), 5 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 devel/omp/gcc-15
in repository gcc.
from dcdeed6b536 ChangeLog.omp bump
new d12326bd889 OpenMP: Fix mapping of zero-sized arrays with non-literal s [...]
new 033dc40acd5 ChangeLog.omp bump
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/DATESTAMP.omp | 2 +-
libgomp/ChangeLog.omp | 16 +++
libgomp/libgomp.h | 4 +-
libgomp/oacc-mem.c | 6 +-
libgomp/target.c | 64 +++++++++---
.../testsuite/libgomp.c/target-map-zero-sized-2.c | 74 ++++++++++++++
.../testsuite/libgomp.c/target-map-zero-sized-3.c | 49 ++++++++++
.../testsuite/libgomp.c/target-map-zero-sized.c | 107 +++++++++++++++++++++
8 files changed, 305 insertions(+), 17 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c/target-map-zero-sized-2.c
create mode 100644 libgomp/testsuite/libgomp.c/target-map-zero-sized-3.c
create mode 100644 libgomp/testsuite/libgomp.c/target-map-zero-sized.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 glibc.
from 2745db8dd3 ctype: Fallback initialization of TLS using relocations (bug [...]
new 1e18586c58 Document CVE-2025-4802.
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:
advisories/GLIBC-SA-2025-0002 | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 advisories/GLIBC-SA-2025-0002
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.