This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 9a743032cd manual: Fix invalid 'illegal' usage with 'nanosleep'
new 1a3d8f2201 manual: Document clock_nanosleep
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:
manual/time.texi | 71 +++++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 60 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-12
in repository gcc.
from e27be76126e Daily bump.
new e591109238f aarch64: Fix CFA offsets in non-initial stack probes [PR119610]
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/aarch64/aarch64.cc | 63 +++++++++++++---------
gcc/testsuite/g++.dg/torture/pr119610.C | 18 +++++++
.../g++.target/aarch64/sve/pr119610-sve.C | 20 +++++++
3 files changed, 77 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr119610.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/pr119610-sve.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 28a17985dd3 libstdc++: Test for formatting with empty spec for calendar types.
new f37c5f1d88c C: Flex array in the middle via type alias is not reported [...]
new 70418e6c012 C: Flex array in union followed by a structure field is not [...]
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/c/c-decl.cc | 10 +++++++---
gcc/testsuite/gcc.dg/pr120353.c | 11 +++++++++++
gcc/testsuite/gcc.dg/pr120354.c | 33 +++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr120353.c
create mode 100644 gcc/testsuite/gcc.dg/pr120354.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 72972bc3a1b RISC-V: Add test cases for avg_ceil vaadd implementation
new 28a17985dd3 libstdc++: Test for formatting with empty spec for calendar types.
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:
.../testsuite/std/time/format/empty_spec.cc | 301 +++++++++++++++++++++
1 file changed, 301 insertions(+)
create mode 100644 libstdc++-v3/testsuite/std/time/format/empty_spec.cc
--
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 d61186d8f8e Require Python 3.4
new 61701c57f34 Prevent illegal memory access when generating map file entr [...]
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:
bfd/elf64-x86-64.c | 6 ++++++
1 file changed, 6 insertions(+)
--
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 9fa1f93eb7e testsuite: Add testcase for GCC 13 branch s390 bug [PR120480]
new b368dd5de53 OpenMP: Fix ICE in metadirective recovery after error [PR120180]
new d67a38ca082 OpenMP: Fix ICE and other issues in C/C++ metadirective err [...]
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/c/c-parser.cc | 89 ++++++++++++++++------
gcc/cp/parser.cc | 16 ++--
.../c-c++-common/gomp/declare-variant-2.c | 13 ++--
.../gomp/metadirective-error-recovery.c | 20 +++++
gcc/testsuite/c-c++-common/gomp/pr120180.c | 22 ++++++
5 files changed, 119 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/metadirective-error-recovery.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr120180.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 79b5febd76 manual: Document error codes missing for 'inet_ntop'
new 9e8be7a0d1 stdio-common: Correct 'sscanf' test feature wrapper description
new 24ac3a570d localedata: Correct Persian collation rules description
new bc4202521c manual: Fix duplicate 'consult' erratum
new 9a743032cd manual: Fix invalid 'illegal' usage with 'nanosleep'
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:
localedata/locales/fa_IR | 2 +-
manual/resource.texi | 2 +-
manual/time.texi | 2 +-
stdio-common/tst-scanf-format-ss.h | 2 +-
4 files changed, 4 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 binutils-gdb.
from 429fb15134c Replace assertions with error return values, thus ensuring [...]
new d61186d8f8e Require Python 3.4
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/NEWS | 2 ++
gdb/README | 2 +-
gdb/configure | 4 ++--
gdb/configure.ac | 4 ++--
gdb/doc/gdb.texinfo | 2 +-
gdb/python/lib/gdb/__init__.py | 7 +------
gdb/python/py-gdb-readline.c | 4 ----
gdb/python/python-internal.h | 13 ++-----------
8 files changed, 11 insertions(+), 27 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 2ffada0296c Add 'libgomp.c++/target-valarray-1.C'
new 02c58bc4b08 tree-optimization/120341 - stores into STRING_CSTs can trap
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/gcc.dg/torture/{pr120043.c => pr120341-1.c} | 7 ++++---
gcc/testsuite/gcc.dg/torture/{pr120043.c => pr120341-2.c} | 9 ++++++---
gcc/tree-ssa-loop-im.cc | 3 ++-
gcc/tree-ssa-phiopt.cc | 5 +++--
4 files changed, 15 insertions(+), 9 deletions(-)
copy gcc/testsuite/gcc.dg/torture/{pr120043.c => pr120341-1.c} (70%)
copy gcc/testsuite/gcc.dg/torture/{pr120043.c => pr120341-2.c} (62%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.