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 dc0a5685641 Do not generate recursion check for compiler-generated procedures.
new 1b9f2e47a7d arm: Don't generate invalid LDRD insns
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/arm/arm.c | 28 ++++++++++++----------
.../gcc.c-torture/compile/packed-aligned-1.c | 11 +++++++++
.../gcc.c-torture/execute/packed-aligned.c | 28 ++++++++++++++++++++++
3 files changed, 55 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/packed-aligned-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/packed-aligned.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-8
in repository gcc.
from e2cc377f423 Daily bump.
new 4ff0022df0f arm: Don't generate invalid LDRD insns
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/arm/arm.c | 28 ++++++++++++----------
.../gcc.c-torture/compile/packed-aligned-1.c | 11 +++++++++
.../gcc.c-torture/execute/packed-aligned.c | 28 ++++++++++++++++++++++
3 files changed, 55 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/packed-aligned-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/packed-aligned.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 binutils-gdb.
from 5568cc9ee83 Add support for attributes using DW_FORM_GNU_strp_alt
new 5ac588997c3 Do not define basic_string_view::to_string
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/ChangeLog | 6 ++++++
gdb/ada-lang.c | 8 ++++----
gdbsupport/ChangeLog | 6 ++++++
gdbsupport/gdb_string_view.h | 17 ++++++++++-------
4 files changed, 26 insertions(+), 11 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-9
in repository gcc.
from c49ed508f1d Daily bump.
new dc0a5685641 Do not generate recursion check for compiler-generated 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-decl.c | 2 +-
gcc/testsuite/gfortran.dg/recursive_check_16.f90 | 25 ++++++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/recursive_check_16.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-10
in repository gcc.
from 6e1d5e76051 Do not generate recursion check for compiler-generated procedures.
new c32074f6deb arm: Don't generate invalid LDRD insns
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/arm/arm.c | 28 ++++++++++++----------
.../gcc.c-torture/compile/packed-aligned-1.c | 11 +++++++++
.../gcc.c-torture/execute/packed-aligned.c | 28 ++++++++++++++++++++++
3 files changed, 55 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/packed-aligned-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/packed-aligned.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 7d503e32991 testsuite: fix constexpr-is_literal.C deprecated c++17 and above.
new 33d114f570b tree-optimization/95855 - Add checks to avoid spoiling if-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/gimple-ssa-split-paths.c | 39 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/split-path-12.c | 19 +++++++++++++
2 files changed, 58 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/split-path-12.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-10
in repository gcc.
from 65025a6dae4 coroutines: Handle namespaces while scanning local vars [PR95711].
new 6e1d5e76051 Do not generate recursion check for compiler-generated 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-decl.c | 2 +-
gcc/testsuite/gfortran.dg/recursive_check_16.f90 | 25 ++++++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/recursive_check_16.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 5958b926dcc Use CHARACTER(kind) string for calculating the type hash.
new 7d503e32991 testsuite: fix constexpr-is_literal.C deprecated c++17 and above.
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/g++.dg/cpp0x/constexpr-is_literal.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 azanella/semctl-y2038
in repository glibc.
discards 61a26a4bd6 sysvipc: Split out linux struct semid_ds
discards e86a547a35 sysv: linux: Add 64-bit time_t variant for semctl
new 100689aabc sysv: linux: Add 64-bit time_t variant for semctl
new d521e51cb9 sysvipc: Split out linux struct semid_ds
new 896dd219d9 sysvipc: Remove the linux sem-pad.h file
new 4b7f0869cc sysv: linux: Add 64-bit time_t variant for msgctl
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 (61a26a4bd6)
\
N -- N -- N refs/heads/azanella/semctl-y2038 (4b7f0869cc)
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 | 8 +
sysdeps/unix/sysv/linux/Makefile | 2 +-
sysdeps/unix/sysv/linux/bits/msq-pad.h | 31 ----
sysdeps/unix/sysv/linux/bits/msq.h | 1 +
.../{struct_msqid_ds.h => struct_msqid64_ds.h} | 29 +---
.../unix/sysv/linux/bits/types/struct_msqid_ds.h | 28 ++--
sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h | 26 ---
.../linux/{ => hppa}/bits/types/struct_msqid_ds.h | 30 ++--
.../sysv/linux/hppa/struct_kernel_msqid64_ds.h | 18 +++
.../sysv/linux/i386/struct_kernel_msqid64_ds.h | 18 +++
.../linux/{ => mips}/bits/types/struct_msqid_ds.h | 39 +++--
.../sysv/linux/mips/struct_kernel_msqid64_ds.h | 33 ++++
sysdeps/unix/sysv/linux/msgctl.c | 177 +++++++++++++++++----
sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h | 26 ---
.../{ => powerpc}/bits/types/struct_msqid_ds.h | 30 ++--
.../powerpc/powerpc32/struct_kernel_msqid64_ds.h | 18 +++
sysdeps/unix/sysv/linux/semctl.c | 27 ++--
sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h | 26 ---
.../linux/{ => sparc}/bits/types/struct_msqid_ds.h | 30 ++--
.../linux/sparc/sparc32/struct_kernel_msqid64_ds.h | 18 +++
.../msq-pad.h => x86/bits/types/struct_semid_ds.h} | 29 ++--
21 files changed, 371 insertions(+), 273 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/bits/msq-pad.h
copy sysdeps/unix/sysv/linux/bits/types/{struct_msqid_ds.h => struct_msqid64_ds.h} (62%)
delete mode 100644 sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h
copy sysdeps/unix/sysv/linux/{ => hppa}/bits/types/struct_msqid_ds.h (71%)
create mode 100644 sysdeps/unix/sysv/linux/hppa/struct_kernel_msqid64_ds.h
create mode 100644 sysdeps/unix/sysv/linux/i386/struct_kernel_msqid64_ds.h
copy sysdeps/unix/sysv/linux/{ => mips}/bits/types/struct_msqid_ds.h (63%)
create mode 100644 sysdeps/unix/sysv/linux/mips/struct_kernel_msqid64_ds.h
delete mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h
copy sysdeps/unix/sysv/linux/{ => powerpc}/bits/types/struct_msqid_ds.h (71%)
create mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc32/struct_kernel_msqid64_ds.h
delete mode 100644 sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h
copy sysdeps/unix/sysv/linux/{ => sparc}/bits/types/struct_msqid_ds.h (71%)
create mode 100644 sysdeps/unix/sysv/linux/sparc/sparc32/struct_kernel_msqid64_ds.h
rename sysdeps/unix/sysv/linux/{mips/bits/msq-pad.h => x86/bits/types/struct_semid [...]
--
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-10
in repository gcc.
from 11e1cfcf582 Daily bump.
new 289437aa0d9 coroutines: Improve diagnostics for one allocator case.
new c5a90f61ace coroutines: Handle awaiters that are sub-objects [PR95736]
new 65025a6dae4 coroutines: Handle namespaces while scanning local vars [PR95711].
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/cp/coroutines.cc | 119 +++++++++++++++------
.../coro-bad-grooaf-01-grooaf-expected.C | 14 +++
gcc/testsuite/g++.dg/coroutines/pr95711.C | 79 ++++++++++++++
gcc/testsuite/g++.dg/coroutines/pr95736.C | 84 +++++++++++++++
4 files changed, 265 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-bad-grooaf-01-grooaf-expected.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95711.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95736.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.