This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 4b185ee144d Mark up unreachable OpenACC 'attach' code path
new 5d8ee8e91eb PR fortran/71706 - ICE on using sync images with -fcheck=bounds
new aa0868ffe0f PR fortran/95978 - ICE in gfc_match_data, at fortran/decl.c:731
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/decl.c | 2 +-
gcc/fortran/trans-stmt.c | 6 +++---
gcc/testsuite/gfortran.dg/pr71706.f90 | 10 ++++++++++
gcc/testsuite/gfortran.dg/pr95978.f90 | 10 ++++++++++
4 files changed, 24 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71706.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95978.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 gcc.
from 01dd58659fa [testsuite] Adjust 'scoff' for HSA offloading
new fe03543bfb8 testsuite: expect additional warning in analyzer/pr93993.f90
new cc3ae9f5c4c c++: Tweak function cloning names
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/class.c | 22 +++++++++++++++-------
gcc/cp/cp-tree.h | 4 ++--
gcc/cp/method.c | 4 ++--
gcc/cp/pt.c | 4 ++--
gcc/testsuite/gfortran.dg/analyzer/pr93993.f90 | 2 +-
libcc1/libcp1plugin.cc | 2 +-
6 files changed, 23 insertions(+), 15 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/c++-modules
in repository gcc.
from 84d3a3a9858 Unify copy_fndecl_with_name and clone_decls.
new dd50d60d601 Missed a rename
new fb0bb1c31d7 Internal api tweak
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 | 7 +++++++
gcc/cp/class.c | 14 ++++++++------
libcc1/libcp1plugin.cc | 2 +-
3 files changed, 16 insertions(+), 7 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 3ee1e0ec5c Update kernel version to 5.7 in tst-mman-consts.py.
new 354b98cdfd random: range is not portably RAND_MAX [BZ #7003]
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:
stdlib/stdlib.h | 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 azanella/semctl-y2038
in repository glibc.
discards 4b7f0869cc sysv: linux: Add 64-bit time_t variant for msgctl
new d0a53f7a92 sysv: linux: Add 64-bit time_t variant for msgctl
new 831b2b37bf sysvipc: Split out linux struct shmid_ds
new e5950a08a8 sysvipc: Remove the linux shm-pad.h file
new 1ba333409b sysv: linux: Add 64-bit time_t variant for shmctl
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4b7f0869cc)
\
N -- N -- N refs/heads/azanella/semctl-y2038 (1ba333409b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 4 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:
include/sys/msg.h | 10 +-
include/sys/shm.h | 16 ++
sysdeps/unix/sysv/linux/Makefile | 3 +-
sysdeps/unix/sysv/linux/bits/msq.h | 1 -
sysdeps/unix/sysv/linux/bits/shm-pad.h | 37 -----
sysdeps/unix/sysv/linux/bits/shm.h | 35 +---
.../shm-pad.h => bits/types/struct_shmid64_ds.h} | 27 ++--
.../unix/sysv/linux/bits/types/struct_shmid_ds.h | 45 ++++++
sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h | 28 ----
.../sysv/linux/hppa/bits/types/struct_shmid_ds.h | 46 ++++++
.../sysv/linux/hppa/struct_kernel_msqid64_ds.h | 2 +-
.../sysv/linux/hppa/struct_kernel_shmid64_ds.h | 18 +++
.../sysv/linux/i386/struct_kernel_shmid64_ds.h | 17 ++
sysdeps/unix/sysv/linux/mips/bits/shm-pad.h | 26 ---
.../sysv/linux/mips/bits/types/struct_shmid_ds.h | 49 ++++++
.../sysv/linux/mips/struct_kernel_shmid64_ds.h | 27 ++++
sysdeps/unix/sysv/linux/msgctl.c | 34 ++--
sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h | 28 ----
.../linux/powerpc/bits/types/struct_shmid_ds.h | 46 ++++++
.../powerpc/powerpc32/struct_kernel_msqid64_ds.h | 2 +-
.../sysv/linux/powerpc/struct_kernel_shmid64_ds.h | 24 +++
sysdeps/unix/sysv/linux/shmctl.c | 180 +++++++++++++++++----
.../sysv/linux/sparc/bits/types/struct_shmid_ds.h | 45 ++++++
.../linux/sparc/sparc32/struct_kernel_msqid64_ds.h | 2 +-
.../sysv/linux/sparc/struct_kernel_shmid64_ds.h | 23 +++
sysdeps/unix/sysv/linux/struct_kernel_msqid64_ds.h | 19 +++
26 files changed, 568 insertions(+), 222 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/bits/shm-pad.h
rename sysdeps/unix/sysv/linux/{sparc/bits/shm-pad.h => bits/types/struct_shmid64_ [...]
create mode 100644 sysdeps/unix/sysv/linux/bits/types/struct_shmid_ds.h
delete mode 100644 sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h
create mode 100644 sysdeps/unix/sysv/linux/hppa/bits/types/struct_shmid_ds.h
create mode 100644 sysdeps/unix/sysv/linux/hppa/struct_kernel_shmid64_ds.h
create mode 100644 sysdeps/unix/sysv/linux/i386/struct_kernel_shmid64_ds.h
delete mode 100644 sysdeps/unix/sysv/linux/mips/bits/shm-pad.h
create mode 100644 sysdeps/unix/sysv/linux/mips/bits/types/struct_shmid_ds.h
create mode 100644 sysdeps/unix/sysv/linux/mips/struct_kernel_shmid64_ds.h
delete mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h
create mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/types/struct_shmid_ds.h
create mode 100644 sysdeps/unix/sysv/linux/powerpc/struct_kernel_shmid64_ds.h
create mode 100644 sysdeps/unix/sysv/linux/sparc/bits/types/struct_shmid_ds.h
create mode 100644 sysdeps/unix/sysv/linux/sparc/struct_kernel_shmid64_ds.h
create mode 100644 sysdeps/unix/sysv/linux/struct_kernel_msqid64_ds.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 binutils-gdb.
from bbd19b19e44 Remove x86 NaCl target support
new 2a17c803f6e Fix test breakages caused by removal of gdb_py_test_multiple.
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:
gdb/testsuite/ChangeLog | 13 +++++++++++++
gdb/testsuite/gdb.python/py-breakpoint.exp | 14 +++++++-------
gdb/testsuite/gdb.python/py-cmd.exp | 20 ++++++++++----------
gdb/testsuite/gdb.python/py-events.exp | 4 ++--
gdb/testsuite/gdb.python/py-function.exp | 12 ++++++------
gdb/testsuite/gdb.python/py-inferior.exp | 4 ++--
gdb/testsuite/gdb.python/py-infthread.exp | 2 +-
gdb/testsuite/gdb.python/py-linetable.exp | 2 +-
gdb/testsuite/gdb.python/py-parameter.exp | 16 ++++++++--------
gdb/testsuite/gdb.python/py-value.exp | 4 ++--
10 files changed, 52 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.