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 da470844aeb [PATCH] PR modula2/115328: use enable forward bool and set [...]
new 2fd2f40e046 c++: ICE with -Wduplicated-branches in template [PR117880]
new 3454cca24a9 driver: fix crash with --diagnostics-plain-output [PR117942]
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/fold-const.cc | 2 +-
gcc/opts-common.cc | 4 +++-
gcc/testsuite/g++.dg/warn/Wduplicated-branches8.C | 17 +++++++++++++++++
3 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wduplicated-branches8.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 97b74cbbb0 s390: Simplify elf_machine_{load_address, dynamic} [BZ #31799]
new ca7d48a80f AArch64: Update libm-test-ulps
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/aarch64/libm-test-ulps | 80 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 80 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 binutils-gdb.
from ef1f1b7ac6a gitignore: Add .devcontainer to ignored
new 83c1269833c gdb-dap: fix gdb.error: Frame is invalid.
new 7336a8977d8 gdb/dap: allow some requests when the process is running
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:
gdb/python/lib/gdb/dap/breakpoint.py | 2 +-
gdb/python/lib/gdb/dap/frames.py | 13 ++++++++++++
gdb/python/lib/gdb/dap/locations.py | 2 +-
gdb/python/lib/gdb/dap/scopes.py | 39 +++++++++++++++++++-----------------
4 files changed, 36 insertions(+), 20 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 5a6eb2c41fb Give unique names to s390 assembler opcode tests.
new ef1f1b7ac6a gitignore: Add .devcontainer to ignored
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:
.gitignore | 1 +
1 file changed, 1 insertion(+)
--
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 46dd8acffe8 C++: reject OpenMP directives in constexpr functions
new 8080760951b arm: [MVE intrinsics] add mode_after_pred helper in function_shape
new bccbb696e51 arm: [MVE intrinsics] add store_scatter_offset shape
new 5cfb8ff332b arm: [MVE intrinsics] rework vstr?q_scatter_offset
new 294e5424f29 arm: [MVE intrinsics] rework vstr_scatter_shifted_offset
new c0ab3433983 arm: [MVE intrinsics] Check immediate is a multiple in a range
new 1f2ab5b3900 arm: [MVE intrinsics] Add store_scatter_base shape
new 39cc2ed30e9 arm: [MVE intrinsics] rework vstr scatter_base
new b0512ae20b6 arm: [MVE intrinsics] rework vstr scatter_base_wb
new 20e31a082cb arm: [MVE intrinsics] add load_ext_gather_offset shape
new 218881ac83c arm: [MVE intrinsics] rework vldr gather_offset
new e0c38d6c954 arm: [MVE intrinsics] rework vldr gather_shifted_offset
new 6aae1658d2c arm: [MVE intrinsics] add load_gather_base shape
new 6505151088f arm: [MVE intrinsics] rework vldr gather_base
new 28e4682944e arm: [MVE intrinsics] rework vldr gather_base_wb
new e860e8561a9 arm: [MVE intrinsics] remove useless call_properties implem [...]
new 4d79603e833 arm: [MVE intrinsics] Fix condition for vec_extract patterns
new 9553e137465 arm: [MVE intrinsics] remove V2DF from MVE_vecs iterator
new 1e52a6a2d44 arm: [MVE intrinsics] add modes for tuples
new e9c36605a48 arm: [MVE intrinsics] add support for tuples
new 87235d8ae8c arm: [MVE intrinsics] fix store shape to support tuples
new 4f4e13dd235 arm: [MVE intrinsics] rework vst2q vst4q vld2q vld4q
new 2089009210a arm: [MVE intrinsics] Fix support for predicate constants [ [...]
The 22 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-builtins.cc | 146 -
gcc/config/arm/arm-modes.def | 22 +
gcc/config/arm/arm-mve-builtins-base.cc | 350 +-
gcc/config/arm/arm-mve-builtins-base.def | 36 +
gcc/config/arm/arm-mve-builtins-base.h | 22 +
gcc/config/arm/arm-mve-builtins-shapes.cc | 255 +-
gcc/config/arm/arm-mve-builtins-shapes.h | 4 +
gcc/config/arm/arm-mve-builtins.cc | 209 +-
gcc/config/arm/arm-mve-builtins.h | 8 +-
gcc/config/arm/arm.cc | 43 +-
gcc/config/arm/arm.h | 13 +-
gcc/config/arm/arm_mve.h | 3458 +-------------------
gcc/config/arm/arm_mve_builtins.def | 126 -
gcc/config/arm/iterators.md | 101 +-
gcc/config/arm/mve.md | 2223 +++----------
gcc/config/arm/unspecs.md | 78 +-
gcc/config/arm/vec-common.md | 76 +-
.../arm/mve/intrinsics/vldrdq_gather_base_s64.c | 4 +-
.../arm/mve/intrinsics/vldrdq_gather_base_u64.c | 4 +-
.../arm/mve/intrinsics/vldrdq_gather_base_wb_s64.c | 4 +-
.../arm/mve/intrinsics/vldrdq_gather_base_wb_u64.c | 4 +-
gcc/testsuite/gcc.target/arm/mve/pr108443-run.c | 2 +-
gcc/testsuite/gcc.target/arm/mve/pr108443.c | 4 +-
gcc/testsuite/gcc.target/arm/mve/pr114801.c | 39 +
24 files changed, 1644 insertions(+), 5587 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/mve/pr114801.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-14
in repository gcc.
from c27a18962ae Daily bump.
new da470844aeb [PATCH] PR modula2/115328: use enable forward bool and set [...]
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-compiler/M2Options.def | 14 ++++++++++++++
gcc/m2/gm2-compiler/M2Options.mod | 24 +++++++++++++++++++++++-
gcc/m2/gm2-compiler/P1SymBuild.mod | 6 +++---
gcc/testsuite/gm2/pim/{fail => pass}/forward.mod | 0
4 files changed, 40 insertions(+), 4 deletions(-)
rename gcc/testsuite/gm2/pim/{fail => pass}/forward.mod (100%)
--
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 959a80a46db libstdc++: Fix uninitialized data in std::basic_spanbuf::seekoff
new 6dcfe874313 genrecog: Split into separate partitions [PR111600].
new 46dd8acffe8 C++: reject OpenMP directives in constexpr functions
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/Makefile.in | 29 +-
gcc/configure | 4 +-
gcc/configure.ac | 4 +-
gcc/cp/parser.cc | 24 +-
gcc/genconditions.cc | 4 +-
gcc/genpreds.cc | 4 +-
gcc/genrecog.cc | 552 ++++++++++++++++++------------
gcc/gentarget-def.cc | 2 +-
gcc/read-md.cc | 4 +-
gcc/read-md.h | 2 +-
gcc/testsuite/g++.dg/gomp/omp-constexpr.C | 45 +++
gcc/testsuite/g++.dg/gomp/pr108607.C | 16 +-
gcc/testsuite/g++.dg/gomp/pr79664.C | 38 +-
13 files changed, 455 insertions(+), 273 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/omp-constexpr.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 6a5a1b8175e AArch64: Set L1 data cache size according to size on CPUs
new 29dbd301a20 libstdc++: Fix -Wmisleading-indentation warning in testcase
new 55ed7c44433 libstdc++: Fix -Wreorder warning in <pstl/parallel_backend_tbb.h>
new ba1b6ed1c91 libstdc++: Fix -Wsign-compare warning in <regex>
new 233860f005c libstdc++: Swap expressions in noexcept-specifier of ranges [...]
new 959a80a46db libstdc++: Fix uninitialized data in std::basic_spanbuf::seekoff
The 5 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:
libstdc++-v3/include/bits/ranges_cmp.h | 2 +-
libstdc++-v3/include/bits/regex.tcc | 2 +-
libstdc++-v3/include/pstl/parallel_backend_tbb.h | 2 +-
libstdc++-v3/include/std/spanstream | 8 +++++---
.../20_util/function_objects/range.cmp/not_equal_to.cc | 17 +++++++++++++++++
.../26_numerics/random/random_device/entropy.cc | 2 +-
6 files changed, 26 insertions(+), 7 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 251abe2e696 msp430/gas: correct BFD_RELOC_32 handling
new 5a6eb2c41fb Give unique names to s390 assembler opcode tests.
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:
gas/testsuite/gas/s390/esa-g5.d | 2 +-
gas/testsuite/gas/s390/esa-reloc.d | 2 +-
gas/testsuite/gas/s390/esa-z9-109.d | 2 +-
gas/testsuite/gas/s390/esa-z900.d | 2 +-
gas/testsuite/gas/s390/esa-z990.d | 2 +-
gas/testsuite/gas/s390/zarch-arch12.d | 2 +-
gas/testsuite/gas/s390/zarch-arch13.d | 2 +-
gas/testsuite/gas/s390/zarch-arch14.d | 2 +-
gas/testsuite/gas/s390/zarch-arch15.d | 2 +-
gas/testsuite/gas/s390/zarch-z10.d | 2 +-
gas/testsuite/gas/s390/zarch-z13.d | 2 +-
gas/testsuite/gas/s390/zarch-z196.d | 2 +-
gas/testsuite/gas/s390/zarch-z9-109.d | 2 +-
gas/testsuite/gas/s390/zarch-z9-ec.d | 2 +-
gas/testsuite/gas/s390/zarch-z900.d | 2 +-
gas/testsuite/gas/s390/zarch-z990.d | 2 +-
gas/testsuite/gas/s390/zarch-zEC12.d | 2 +-
17 files changed, 17 insertions(+), 17 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 newlib.
from 1d1451ccd Cygwin: signal: Fix high load when retrying to process pendin [...]
new 1f74e7e71 Cygwin: signal: Fix typo in the comment added by previous commit
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:
winsup/cygwin/sigproc.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.