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 9c926d8b83a [PATCH] PR modula2/117555: libgm2 build failure after r15-5 [...]
new b11f53a9123 arm, mve: Adding missing Runtime Library Exception to header files
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_mve.h | 4 ++++
gcc/config/arm/arm_mve_types.h | 4 ++++
2 files changed, 8 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-13
in repository gcc.
from ed34a5c1aee Daily bump.
new 373d4d85cf9 arm, mve: Adding missing Runtime Library Exception to header files
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_mve.h | 4 ++++
gcc/config/arm/arm_mve_types.h | 4 ++++
2 files changed, 8 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-12
in repository gcc.
from 2ab4bee84df Daily bump.
new ddfc04188bc arm, mve: Adding missing Runtime Library Exception to header files
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_mve.h | 4 ++++
gcc/config/arm/arm_mve_types.h | 4 ++++
2 files changed, 8 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 master
in repository gcc.
from 5ab3f091b3e tree-optimization/116352 - SLP scheduling and stmt order
new cde7ce0628f arm, mve: Adding missing Runtime Library Exception to header files
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_mve.h | 4 ++++
gcc/config/arm/arm_mve_types.h | 4 ++++
2 files changed, 8 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-14
in repository gcc.
from efd59e24e4b Daily bump.
new 9c926d8b83a [PATCH] PR modula2/117555: libgm2 build failure after r15-5 [...]
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/gm2-libs-iso/M2EXCEPTION.mod | 3 ++-
gcc/m2/gm2-libs-iso/RealConv.mod | 3 ++-
gcc/m2/gm2-libs-iso/RndFile.mod | 15 +++++++++------
gcc/m2/gm2-libs-iso/ShortConv.mod | 3 ++-
gcc/m2/gm2-libs-iso/WholeConv.mod | 6 ++++--
5 files changed, 19 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 master
in repository gcc.
from e36eae19f3a testsuite: Adjust rs6000-ldouble-2.c for switch to -std=gnu [...]
new 5ab3f091b3e tree-optimization/116352 - SLP scheduling and stmt order
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/vect/bb-slp-49.c | 3 +--
gcc/testsuite/gcc.dg/vect/pr116352.c | 34 ++++++++++++++++++++++++++++++++++
gcc/tree-vect-slp.cc | 29 +++++++++++++++++++++++------
3 files changed, 58 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr116352.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 712cb2967bd riscv: Avoid narrowing warning
new 1352d4dd092 RISC-V: Add intrinsics support for SiFive Xsfvfnrclipxfqf e [...]
new 27519705767 RISC-V: Add intrinsics testcases for SiFive Xsfvfnrclipxfqf [...]
new e36eae19f3a testsuite: Adjust rs6000-ldouble-2.c for switch to -std=gnu [...]
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/config/riscv/generic-vector-ooo.md | 2 +-
gcc/config/riscv/genrvv-type-indexer.cc | 10 +
gcc/config/riscv/riscv-vector-builtins-bases.cc | 6 -
gcc/config/riscv/riscv-vector-builtins-bases.h | 6 +
gcc/config/riscv/riscv-vector-builtins-shapes.cc | 28 +
gcc/config/riscv/riscv-vector-builtins-shapes.h | 1 +
gcc/config/riscv/riscv-vector-builtins.cc | 51 +-
gcc/config/riscv/riscv-vector-builtins.def | 31 +-
gcc/config/riscv/riscv-vector-builtins.h | 7 +
gcc/config/riscv/riscv.md | 3 +-
gcc/config/riscv/sifive-vector-builtins-bases.cc | 52 ++
gcc/config/riscv/sifive-vector-builtins-bases.h | 2 +
.../riscv/sifive-vector-builtins-functions.def | 4 +
gcc/config/riscv/sifive-vector.md | 20 +
gcc/config/riscv/vector-iterators.md | 30 +-
.../gcc.target/powerpc/rs6000-ldouble-2.c | 2 +-
.../riscv/rvv/xsfvector/sf_vfnrclip_x_f_qf.c | 606 +++++++++++++++++++++
.../riscv/rvv/xsfvector/sf_vfnrclip_xu_f_qf.c | 605 ++++++++++++++++++++
18 files changed, 1426 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xsfvector/sf_vfnrclip_x_f_qf.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xsfvector/sf_vfnrclip_xu_f_qf.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 15f7b0089 Add entry 59fbdb3a871585b020b21632c5c775d1ad8bc94f from https [...]
new 8d0548856 Add entry 59fbdb3a871585b020b21632c5c775d1ad8bc94f from https [...]
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:
.../commit-log.txt | 2 +-
.../jira/description | 6 +++++-
.../59fbdb3a871585b020b21632c5c775d1ad8bc94f/jira/summary | 2 +-
.../59fbdb3a871585b020b21632c5c775d1ad8bc94f/jira/yaml | 8 ++++++--
.../59fbdb3a871585b020b21632c5c775d1ad8bc94f/status.txt | 4 ++++
.../master-thumb_m55_hard_eabi/details.txt | 15 ++++++++-------
.../reproduction_instructions.txt | 4 ++--
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../master-thumb_m55_hard_eabi}/status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
11 files changed, 35 insertions(+), 18 deletions(-)
copy gcc/sha1/{5a674367c6da870184f3bdb7ec110b96aa91bb2b => 59fbdb3a871585b020b2163 [...]
copy gcc/sha1/59fbdb3a871585b020b21632c5c775d1ad8bc94f/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/59fbdb3a871585b020b21632c5c775d1ad8bc94f/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/59fbdb3a871585b020b21632c5c775d1ad8bc94f/{ => tcwg_gnu_embed_check_g [...]
copy gcc/sha1/59fbdb3a871585b020b21632c5c775d1ad8bc94f/tcwg_gnu_embed_check_gcc/{m [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from d68dbe5a0 Add entry 761cf60218890af31cfb4a4cebc4509d3262a9bb from https [...]
new 15f7b0089 Add entry 59fbdb3a871585b020b21632c5c775d1ad8bc94f from https [...]
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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi}/build_url | 2 +-
.../master-thumb_m55_hard_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/59fbdb3a871585b020b21632c5c775d1ad8bc94f/{tcwg_bootstrap_check/maste [...]
--
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 57c526470bb x86: default to not accepting MPX insns
new 5930bcb592a gdb: handle DW_AT_entry_pc pointing at an empty sub-range
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/dwarf2/read.c | 24 +-
gdb/testsuite/gdb.cp/step-and-next-inline.exp | 26 +++
.../{dw2-entry-pc.c => dw2-unexpected-entry-pc.c} | 24 +-
.../gdb.dwarf2/dw2-unexpected-entry-pc.exp | 250 +++++++++++++++++++++
4 files changed, 314 insertions(+), 10 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{dw2-entry-pc.c => dw2-unexpected-entry-pc.c} (74%)
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-unexpected-entry-pc.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.