This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 786597185d5 Daily bump.
new b2bb49d6a77 match: Disable `(type)zero_one_valuep*CST` for 1bit signed [...]
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/match.pd | 6 ++++--
.../c-c++-common/ubsan/signed1bitfield-1.c | 25 ++++++++++++++++++++++
.../gcc.c-torture/execute/signed1bitfield-1.c | 23 ++++++++++++++++++++
3 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/signed1bitfield-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/signed1bitfield-1.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-13
in repository gcc.
from bde58942819 Bump BASE-VER.
new d6cf49eaf5a match: Disable `(type)zero_one_valuep*CST` for 1bit signed [...]
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/match.pd | 6 ++++--
.../c-c++-common/ubsan/signed1bitfield-1.c | 25 ++++++++++++++++++++++
.../gcc.c-torture/execute/signed1bitfield-1.c | 23 ++++++++++++++++++++
3 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/signed1bitfield-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/signed1bitfield-1.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 232a86f9640 modula2: Pass --destdir for dir index during install of m2.info.
new 49c87d22535 match: Disable `(type)zero_one_valuep*CST` for 1bit signed [...]
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/match.pd | 6 ++++--
.../c-c++-common/ubsan/signed1bitfield-1.c | 25 ++++++++++++++++++++++
.../gcc.c-torture/execute/signed1bitfield-1.c | 23 ++++++++++++++++++++
3 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/signed1bitfield-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/signed1bitfield-1.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 0fed0b250f aarch64/fpu: Add vector variants of pow
new 437c94e04b Remove the clone3 symbol from libc.a [BZ #31770]
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:
sysdeps/unix/sysv/linux/aarch64/clone3.S | 1 -
sysdeps/unix/sysv/linux/arc/clone3.S | 1 -
sysdeps/unix/sysv/linux/arm/clone3.S | 1 -
sysdeps/unix/sysv/linux/i386/clone3.S | 1 -
sysdeps/unix/sysv/linux/loongarch/clone3.S | 1 -
sysdeps/unix/sysv/linux/mips/clone3.S | 1 -
sysdeps/unix/sysv/linux/powerpc/powerpc64/clone3.S | 1 -
sysdeps/unix/sysv/linux/riscv/clone3.S | 1 -
sysdeps/unix/sysv/linux/s390/s390-32/clone3.S | 1 -
sysdeps/unix/sysv/linux/s390/s390-64/clone3.S | 1 -
sysdeps/unix/sysv/linux/x86_64/clone3.S | 1 -
11 files changed, 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 master
in repository binutils-gdb.
from f56e1c8c863 Clarify documentation for pretty_printer.child
new e63b1d59502 aarch64: Fix the hyphenated disassembly comment.
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:
opcodes/aarch64-opc.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 c35cad016b manual: clarify defintions of floating point exponent bounds [...]
new c39cf53702 Compile libmvec with -fno-math-errno
new 0fed0b250f aarch64/fpu: Add vector variants of pow
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:
Makeconfig | 7 +-
sysdeps/aarch64/fpu/Makefile | 6 +-
sysdeps/aarch64/fpu/Versions | 5 +
sysdeps/aarch64/fpu/advsimd_f32_protos.h | 1 +
sysdeps/aarch64/fpu/atan2_advsimd.c | 1 +
sysdeps/aarch64/fpu/atan2_sve.c | 1 +
sysdeps/aarch64/fpu/bits/math-vector.h | 8 +
.../dbl-64/e_pow.c => aarch64/fpu/finite_pow.h} | 339 ++++++++---------
sysdeps/aarch64/fpu/pow_advsimd.c | 249 +++++++++++++
sysdeps/aarch64/fpu/pow_sve.c | 411 +++++++++++++++++++++
sysdeps/aarch64/fpu/powf_advsimd.c | 210 +++++++++++
sysdeps/aarch64/fpu/powf_sve.c | 335 +++++++++++++++++
sysdeps/aarch64/fpu/test-double-advsimd-wrappers.c | 1 +
sysdeps/aarch64/fpu/test-double-sve-wrappers.c | 1 +
sysdeps/aarch64/fpu/test-float-advsimd-wrappers.c | 1 +
sysdeps/aarch64/fpu/test-float-sve-wrappers.c | 1 +
sysdeps/aarch64/fpu/v_pow_exp_data.c | 301 +++++++++++++++
sysdeps/aarch64/fpu/v_pow_log_data.c | 186 ++++++++++
sysdeps/aarch64/fpu/v_powf_data.c | 102 +++++
sysdeps/aarch64/fpu/vecmath_config.h | 42 ++-
sysdeps/aarch64/libm-test-ulps | 8 +
sysdeps/unix/sysv/linux/aarch64/libmvec.abilist | 5 +
22 files changed, 2028 insertions(+), 193 deletions(-)
copy sysdeps/{ieee754/dbl-64/e_pow.c => aarch64/fpu/finite_pow.h} (53%)
create mode 100644 sysdeps/aarch64/fpu/pow_advsimd.c
create mode 100644 sysdeps/aarch64/fpu/pow_sve.c
create mode 100644 sysdeps/aarch64/fpu/powf_advsimd.c
create mode 100644 sysdeps/aarch64/fpu/powf_sve.c
create mode 100644 sysdeps/aarch64/fpu/v_pow_exp_data.c
create mode 100644 sysdeps/aarch64/fpu/v_pow_log_data.c
create mode 100644 sysdeps/aarch64/fpu/v_powf_data.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 c924b84f201 gas: drop remnants of ia64-*-aix*
new f56e1c8c863 Clarify documentation for pretty_printer.child
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/doc/python.texi | 5 +++--
1 file changed, 3 insertions(+), 2 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 6f0fe858b88 include, libctf: improve documentation
new b3fcf659914 ld: silence makeinfo warnings
new c924b84f201 gas: drop remnants of ia64-*-aix*
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:
gas/config/te-ia64aix.h | 23 -----------------------
gas/configure.tgt | 1 -
ld/ld.texi | 4 ++--
3 files changed, 2 insertions(+), 26 deletions(-)
delete mode 100644 gas/config/te-ia64aix.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 gcc.
from 85f7828679e tree-optimization/115137 - more ptr-vs-ptr compare fixes
new 232a86f9640 modula2: Pass --destdir for dir index during install of m2.info.
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/m2/Make-lang.in | 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 binutils-gdb.
from 05887e360ad Automatic date update in version.in
new 6f0fe858b88 include, libctf: improve documentation
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:
include/ctf-api.h | 94 ++++++++++++++++++++++++++++++++++++-------------------
1 file changed, 62 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.