This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d3305dffd5e [GCN] install.texi: Refer to Newlib 4.5.0 instead to certai [...]
new 99d5ef70061 Use _Float128 in test for PR118184
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/pr118184.c | 6 +++---
1 file changed, 3 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 master
in repository glibc.
from 6d556522c3 stdlib: fix lint failure
new e5ca265a9c new inputs with large errors for [a]cospi, [a]sinpi, [a]tanp [...]
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:
math/auto-libm-test-in | 35 ++
math/auto-libm-test-out-acospi | 340 +++++++++++++++++++
math/auto-libm-test-out-asinpi | 340 +++++++++++++++++++
math/auto-libm-test-out-atan2pi | 676 ++++++++++++++++++++++++++++++++++++++
math/auto-libm-test-out-atanpi | 340 +++++++++++++++++++
math/auto-libm-test-out-cospi | 340 +++++++++++++++++++
math/auto-libm-test-out-sinpi | 340 +++++++++++++++++++
math/auto-libm-test-out-tanpi | 340 +++++++++++++++++++
sysdeps/x86_64/fpu/libm-test-ulps | 66 ++--
9 files changed, 2784 insertions(+), 33 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 d5bceac99d stdlib: random_r: fix unaligned access in initstate and init [...]
new 6d556522c3 stdlib: fix lint failure
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/Makefile | 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 master
in repository glibc.
from 6f0ea84f17 assert: Remove the use of %n from __assert_fail_base (BZ #32456)
new d5bceac99d stdlib: random_r: fix unaligned access in initstate and init [...]
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/Makefile | 1 +
stdlib/random_r.c | 42 ++++++++++++++++------
.../tst-unload.c => stdlib/tst-random-bz30584.c | 28 ++++++---------
3 files changed, 42 insertions(+), 29 deletions(-)
copy sysdeps/pthread/tst-unload.c => stdlib/tst-random-bz30584.c (63%)
--
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 6488d5b8612 tree-optimization/118171 - GENERIC folding in PRE results i [...]
new d3305dffd5e [GCN] install.texi: Refer to Newlib 4.5.0 instead to certai [...]
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/doc/install.texi | 5 ++---
1 file changed, 2 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 master
in repository gcc.
from 2b687ad95de aarch64: Detect word-level modification in early-ra [PR118184]
new 6488d5b8612 tree-optimization/118171 - GENERIC folding in PRE results i [...]
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/pr118171.c | 12 ++++++++++++
gcc/tree-ssa-pre.cc | 8 ++++----
2 files changed, 16 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118171.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 cc74583f23 elf: Remove the remaining uses of GET_ADDR_OFFSET
new 37d0a3e55a Translations: Regenerate libc.pot
new 6f0ea84f17 assert: Remove the use of %n from __assert_fail_base (BZ #32456)
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:
assert/assert-perr.c | 2 +-
assert/assert.c | 27 ++---
po/libc.pot | 286 +++++++++++++++++++++++++++------------------------
3 files changed, 165 insertions(+), 150 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 29bc14c750a Update copyright years.
new cb403df46fc forwprop: Handle RAW_DATA_CST in check_ctz_array
new 2b687ad95de aarch64: Detect word-level modification in early-ra [PR118184]
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/config/aarch64/aarch64-early-ra.cc | 51 ++++++++++++++++++++++++++++++++-
gcc/testsuite/gcc.dg/pr90838-2.c | 39 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr118184.c | 36 +++++++++++++++++++++++
gcc/tree-ssa-forwprop.cc | 29 ++++++++++++++++---
4 files changed, 150 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr90838-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118184.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 6441eb6dc02 Update copyright years.
new 29bc14c750a Update copyright years.
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/loongarch/genopts/gen-evolution.awk | 6 +++---
gcc/cp/gen-cxxapi-file.py | 2 +-
libbacktrace/Makefile.in | 2 +-
libcpp/uname2c.h | 2 +-
libgomp/Makefile.in | 2 +-
libphobos/Makefile.in | 2 +-
libphobos/libdruntime/Makefile.in | 2 +-
libstdc++-v3/src/libbacktrace/Makefile.in | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.