This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 972872c0d RISC-V: strcmp [speed optimized]: optimize mismatch logic for [...]
new 86a05d66c Cygwin: do retrieve AzureAD users' information again
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/uinfo.cc | 4 ----
1 file changed, 4 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 01044e0ee27 Avoid SIGSEGV in nvptx 'mkoffload' for voluminous PTX code
new 0292e066d5e c++: constexpr prvalues vs genericize [PR120502]
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/constexpr.cc | 3 ++-
gcc/cp/cp-gimplify.cc | 21 ++++++++++++--------
gcc/testsuite/g++.dg/cpp2a/constexpr-prvalue2.C | 26 +++++++++++++++++++++++++
3 files changed, 41 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-prvalue2.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 devel/omp/gcc-15
in repository gcc.
from 3f67be6a456 Merge branch 'releases/gcc-15' into devel/omp/gcc-15
new d283eba8b88 Avoid SIGSEGV in nvptx 'mkoffload' for voluminous PTX code
new de723918517 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/ChangeLog.omp | 8 ++++++++
gcc/DATESTAMP.omp | 2 +-
gcc/config/nvptx/mkoffload.cc | 12 +++++++++---
3 files changed, 18 insertions(+), 4 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 069caa5cea9 gimple-fold: Implement simple copy propagation for aggregat [...]
new 01044e0ee27 Avoid SIGSEGV in nvptx 'mkoffload' for voluminous PTX code
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/nvptx/mkoffload.cc | 12 +++++++++---
1 file changed, 9 insertions(+), 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 releases/gcc-15
in repository gcc.
from 55a920367eb Daily bump.
new c77dd2d7d40 Fortran: ICE due to missing locus with data statement for 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/fortran/data.cc | 8 +++++++-
gcc/testsuite/gfortran.dg/coarray_data_2.f90 | 14 ++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray_data_2.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 master
in repository linux.
from 5abc7438f1e9 Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/proj [...]
new 1a576136f8d7 drm/ttm: Fix compile error when CONFIG_SHMEM is not set
new 59c11a7a9a13 LICENSES: add CC0-1.0 license text
new f5ebe7bb87e0 Merge tag 'spdx-6.16-rc1' of git://git.kernel.org/pub/scm/ [...]
new 46459154f997 mm: kvmalloc: make kmalloc fast path real fast path
new 354ad60e123d mm: slub: only warn once when allocating slab obj extensio [...]
new 1af80d00e1e0 Merge tag 'slab-for-6.16' of git://git.kernel.org/pub/scm/ [...]
The 6 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:
LICENSES/deprecated/CC0-1.0 | 129 ++++++++++++++++++++++++++++++++++++++++++++
drivers/gpu/drm/Kconfig | 1 +
mm/slub.c | 15 +++---
3 files changed, 139 insertions(+), 6 deletions(-)
create mode 100644 LICENSES/deprecated/CC0-1.0
--
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 54e4f75b7d5 cobol: Eliminate cppcheck warnings for libgcobol [PR119323]
new 7bb1933c1fc match.pd: Fold (x + y) >> 1 into IFN_AVG_FLOOR (x, y) for vectors
new 069caa5cea9 gimple-fold: Implement simple copy propagation for aggregat [...]
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/match.pd | 12 +++
gcc/testsuite/g++.dg/opt/pr66119.C | 2 +-
.../builtins/{pr22237-lib.c => pr22237-1-lib.c} | 0
.../execute/builtins/{pr22237.c => pr22237-1.c} | 17 ++++-
gcc/testsuite/gcc.dg/tree-ssa/20031106-6.c | 8 +-
gcc/testsuite/gcc.dg/tree-ssa/pr108358-a.c | 33 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr114169-1.c | 39 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr57361-1.c | 10 +++
gcc/testsuite/gcc.dg/tree-ssa/pr57361.c | 2 +-
gcc/testsuite/gcc.target/aarch64/acle/uhadd_1.c | 34 +++++++++
gcc/tree-ssa-ccp.cc | 8 +-
gcc/tree-ssa-forwprop.cc | 87 ++++++++++++++++++++++
gcc/tree-ssanames.cc | 8 ++
13 files changed, 250 insertions(+), 10 deletions(-)
copy gcc/testsuite/gcc.c-torture/execute/builtins/{pr22237-lib.c => pr22237-1-lib. [...]
copy gcc/testsuite/gcc.c-torture/execute/builtins/{pr22237.c => pr22237-1.c} (79%)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr108358-a.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr114169-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr57361-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/uhadd_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 glibc.
from 140b20e971 manual: Document error codes missing for 'inet_pton'
new 2fca4b624b Makefile: Avoid $(objpfx)/ in makefiles
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:
elf/Makefile | 12 ++++++------
nss/Makefile | 32 ++++++++++++++++----------------
2 files changed, 22 insertions(+), 22 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 65f3a439c4f ext-dce: Don't refine live width with SUBREG mode if !TRULY [...]
new 54e4f75b7d5 cobol: Eliminate cppcheck warnings for libgcobol [PR119323]
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:
libgcobol/charmaps.cc | 11 +-
libgcobol/common-defs.h | 14 +-
libgcobol/gfileio.cc | 80 ++--
libgcobol/gmath.cc | 314 +++++++-------
libgcobol/intrinsic.cc | 563 +++++++++++++-----------
libgcobol/libgcobol.cc | 1106 ++++++++++++++++++++++++-----------------------
libgcobol/libgcobol.h | 28 +-
libgcobol/valconv.cc | 10 +-
libgcobol/valconv.h | 8 +-
9 files changed, 1122 insertions(+), 1012 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 glibc.
from e885fd43db posix: fix building regex when _LIBC isn't defined
new 46acdf46cc manual: Document error codes missing for 'if_indextoname'
new 5a9020eeb2 manual: Document error codes missing for 'if_nametoindex'
new 140b20e971 manual: Document error codes missing for 'inet_pton'
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:
manual/socket.texi | 47 +++++++++++++++++++++++++++++++++++++++++------
1 file changed, 41 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.