This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from d3c34a2dd9 Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py
new e1d3312015 add GB18030-2022 charmap and test the entire GB18030 charmap [...]
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:
iconvdata/gb18030.c | 423 +++++++++++++++++++++++---------------------
iconvdata/tst-table-from.c | 5 +-
iconvdata/tst-table-to.c | 12 +-
iconvdata/tst-table.sh | 50 ++++--
localedata/charmaps/GB18030 | 91 +++-------
5 files changed, 292 insertions(+), 289 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 6e23440b5df RISC-V: generate builtin macro for compilation with strict [...]
new fce74ce2535 RISC-V: Added zvfh support for zfa extensions.
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/riscv/riscv.cc | 2 +-
gcc/testsuite/gcc.target/riscv/zfa-fli-5.c | 99 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/zfa-fli-7.c | 6 +-
gcc/testsuite/gcc.target/riscv/zfa-fli-8.c | 2 +-
4 files changed, 104 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/zfa-fli-5.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 29763b00245 libgccjit: add support for `restrict` attribute on function [...]
new 6e23440b5df RISC-V: generate builtin macro for compilation with strict [...]
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/riscv/riscv-c.cc | 7 +++++++
gcc/config/riscv/riscv.cc | 9 +++++++++
gcc/config/riscv/riscv.h | 1 +
gcc/testsuite/gcc.target/riscv/attribute-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/riscv/attribute-4.c | 10 ++++++++++
gcc/testsuite/gcc.target/riscv/attribute-5.c | 11 +++++++++++
gcc/testsuite/gcc.target/riscv/predef-align-1.c | 16 ++++++++++++++++
gcc/testsuite/gcc.target/riscv/predef-align-2.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/riscv/predef-align-3.c | 16 ++++++++++++++++
gcc/testsuite/gcc.target/riscv/predef-align-4.c | 16 ++++++++++++++++
gcc/testsuite/gcc.target/riscv/predef-align-5.c | 15 +++++++++++++++
gcc/testsuite/gcc.target/riscv/predef-align-6.c | 16 ++++++++++++++++
12 files changed, 144 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/predef-align-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/predef-align-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/predef-align-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/predef-align-4.c
create mode 100644 gcc/testsuite/gcc.target/riscv/predef-align-5.c
create mode 100644 gcc/testsuite/gcc.target/riscv/predef-align-6.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 14a3839c63d rs6000, add overloaded DFP quantize support
new 4b70c7c8493 RISC-V: Add Types to Un-Typed Vector Instructions
new 29763b00245 libgccjit: add support for `restrict` attribute on function [...]
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/riscv/autovec-vls.md | 15 ++++--
gcc/config/riscv/riscv.md | 3 +-
gcc/config/riscv/vector.md | 17 ++++--
gcc/jit/docs/topics/compatibility.rst | 7 +++
gcc/jit/docs/topics/types.rst | 12 +++++
gcc/jit/jit-playback.cc | 2 +-
gcc/jit/jit-playback.h | 5 ++
gcc/jit/jit-recording.cc | 47 +++++++++++++++++
gcc/jit/jit-recording.h | 30 ++++++++++-
gcc/jit/libgccjit++.h | 6 +++
gcc/jit/libgccjit.cc | 15 ++++++
gcc/jit/libgccjit.h | 9 ++++
gcc/jit/libgccjit.map | 5 ++
gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 ++
gcc/testsuite/jit.dg/test-restrict.c | 77 ++++++++++++++++++++++++++++
15 files changed, 242 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/jit.dg/test-restrict.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 90de8f9c808 readelf: typos in user messages
new ee12f46f45c [gdb/testsuite] Fix false negative in have_host_locale
new 62b28bd6688 [gdb/testsuite] Handle some test-cases with older compiler
new 8370a35d4b8 [gdb/testsuite] Require gcc >= 5 in gdb.linespec/cpls-abi-tag.exp
new 8468e036886 [gdb/testsuite] Require have_compile_flag -mavx512f in gdb. [...]
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:
gdb/testsuite/gdb.arch/i386-avx512.exp | 1 +
gdb/testsuite/gdb.dwarf2/gdb-index-cxx.exp | 6 +++++-
gdb/testsuite/gdb.dwarf2/nullptr_t.exp | 7 ++++++-
gdb/testsuite/gdb.fortran/mixed-lang-stack.exp | 2 +-
gdb/testsuite/gdb.linespec/cpcompletion.exp | 6 +++++-
gdb/testsuite/gdb.linespec/cpls-abi-tag.exp | 8 ++++++++
gdb/testsuite/gdb.mi/print-simple-values.exp | 7 ++++++-
gdb/testsuite/lib/gdb.exp | 2 ++
8 files changed, 34 insertions(+), 5 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 f687fc1ff6d analyzer: improve strdup handling [PR105899]
new 14a3839c63d rs6000, add overloaded DFP quantize support
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/rs6000/dfp.md | 25 +++-
gcc/config/rs6000/rs6000-builtins.def | 15 +++
gcc/config/rs6000/rs6000-overload.def | 10 ++
gcc/doc/extend.texi | 17 +++
gcc/testsuite/gcc.target/powerpc/pr93448.c | 200 +++++++++++++++++++++++++++++
5 files changed, 266 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr93448.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.