This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch alistair/rv32.next
in repository glibc.
at 451786b99d Revert "Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5. [...]
This branch includes the following new commits:
new c863b5ea1f bits/sem.h: Split out struct semid_ds
new cce07de62c semctl: Remove the sem-pad.h file
new bd0a0459c0 sysv: linux: Pass 64-bit version of semctl syscall
new 5e574792e9 generic/typesizes.h: Add support for 32-bit arches with 64-b [...]
new 6e0bc9ca17 RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
new 54b6e938ef RISC-V: Define __NR_* as __NR_*_time64/64 for 32-bit
new 57587db021 RISC-V: Add support for 32-bit vDSO calls
new 8e183a2eff RISC-V: Support dynamic loader for the 32-bit
new 0e7813b9fe RISC-V: Add path of library directories for the 32-bit
new afe9bc0a7d RISC-V: Add arch-syscall.h for RV32
new 70e3d09f43 RISC-V: nptl: update default pthread-offsets.h
new 6bcee67ccd RISC-V: The ABI implementation for 32-bit
new 0246f486e7 RISC-V: Hard float support for 32-bit
new bd372f9d16 RISC-V: Add ABI lists
new 8b0850a29c RISC-V: Add the RV32 libm-test-ulps
new 5c3d192373 RISC-V: Fix llrint and llround missing exceptions on RV32
new aa5a0641c2 RISC-V: Build Infastructure for 32-bit
new 4348f4df88 riscv32: Specify the arch_minimum_kernel as 5.4
new 403d3b9d25 RISC-V: Add rv32 path to RTLDLIST in ldd
new f0a8751979 Documentation for the RISC-V 32-bit port
new 41f8a5b2eb Add RISC-V 32-bit target to build-many-glibcs.py
new 24bf5aaf8b COVER: glibc port for 32-bit RISC-V (RV32)
new 451786b99d Revert "Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5. [...]
The 23 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.
--
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 binutils-gdb.
from 51ac8e22655 Fix search of large memory area in gdbserver
new d4f707c3b27 Add myself as maintainer for PDP11.
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:
binutils/MAINTAINERS | 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 releases/gcc-9
in repository gcc.
from bfe912a35c0 aarch64: Fix bootstrap with old binutils [PR93053]
new 35699e75a50 c++: reject scalar array initialization with nullptr [PR94510]
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/ChangeLog | 15 +++++
gcc/cp/cp-tree.h | 7 +-
gcc/cp/decl.c | 24 -------
gcc/cp/mangle.c | 28 ++++----
gcc/cp/pt.c | 29 +++++++++
gcc/cp/tree.c | 97 ++++++++--------------------
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/g++.dg/abi/mangle72.C | 34 ++++------
gcc/testsuite/g++.dg/cpp2a/nontype-class36.C | 76 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class37.C | 80 +++++++++++++++++++++++
gcc/testsuite/g++.dg/init/array58.C | 26 ++++++++
gcc/testsuite/g++.dg/init/array59.C | 42 ++++++++++++
12 files changed, 335 insertions(+), 131 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class36.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class37.C
create mode 100644 gcc/testsuite/g++.dg/init/array58.C
create mode 100644 gcc/testsuite/g++.dg/init/array59.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 edfa7c684d3 c++: Add test for c++/93807
new 72d0ef73d2c c++: Inherited constructor template arguments [PR94719]
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/ChangeLog | 8 ++++++++
gcc/cp/constraint.cc | 17 ++++++++++++-----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor9.C | 20 ++++++++++++++++++++
4 files changed, 46 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor9.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 1868599f8da libgfortran: Provide some further math library fallbacks [PR94694]
new edfa7c684d3 c++: Add test for c++/93807
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/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp2a/fn-template20.C | 34 ++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/fn-template20.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 545f1addf72 aarch64: Adjust some testcases for ilp32 option conflict [PR94712]
new 1868599f8da libgfortran: Provide some further math library fallbacks [PR94694]
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:
config/ChangeLog | 8 +-
config/math.m4 | 64 +++++++
libgfortran/ChangeLog | 15 ++
libgfortran/c99_protos.h | 34 ++++
libgfortran/config.h.in | 21 +++
libgfortran/configure | 325 +++++++++++++++++++++++++++++++++
libgfortran/configure.ac | 8 +
libgfortran/intrinsics/c99_functions.c | 77 ++++++++
8 files changed, 551 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 binutils-gdb.
from 33b5a83027f Remove Chris Faylor as the ix86 PE maintainer.
new 51ac8e22655 Fix search of large memory area in gdbserver
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:
gdbserver/ChangeLog | 5 +++++
gdbserver/server.cc | 2 +-
2 files changed, 6 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 devel/c++-modules
in repository gcc.
from 65a93bcc553 Remove DECL_MODULE_PARTITION_P, it is not needed
new 1f49f4236ea Don't stream DECL_ODR_USED or TREE_ASM_WRITTEN
new 27909a10f27 Stream imports at start of cluster
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:
ChangeLog.modules | 22 ++++
gcc/cp/decl2.c | 1 +
gcc/cp/module.cc | 148 ++++++++++++++++++--------
gcc/testsuite/g++.dg/modules/class-3_b.C | 3 +-
gcc/testsuite/g++.dg/modules/class-3_d.C | 5 +-
gcc/testsuite/g++.dg/modules/imp-member-1_c.C | 2 +-
gcc/testsuite/g++.dg/modules/imp-member-1_e.C | 2 +-
gcc/testsuite/g++.dg/modules/imp-member-2_c.C | 6 +-
gcc/testsuite/g++.dg/modules/member-def-2_c.C | 2 +-
gcc/testsuite/g++.dg/modules/vmort-2_c.C | 2 +-
10 files changed, 138 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.