Daily bump.

This commit is contained in:
GCC Administrator 2023-05-31 00:21:11 +00:00
parent 7d92616a9b
commit c9e208b213
4 changed files with 64 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2023-05-30 Andreas Schwab <schwab@suse.de>
PR target/110036
* config/riscv/riscv.cc (riscv_asan_shadow_offset): Update to
match libsanitizer.
2023-05-29 Juzhe-Zhong <juzhe.zhong@rivai.ai>
Backported from master:

View File

@ -1 +1 @@
20230530
20230531

View File

@ -1,3 +1,11 @@
2023-05-30 Christophe Lyon <christophe.lyon@linaro.org>
Backported from master:
2023-05-30 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/mve/intrinsics/mve_intrinsic_type_overloads-int.c:
Support both definitions of int32_t.
2023-05-29 Juzhe-Zhong <juzhe.zhong@rivai.ai>
Backported from master:

View File

@ -1,3 +1,52 @@
2023-05-30 Alexandre Oliva <oliva@adacore.com>
Backported from master:
2023-05-30 Alexandre Oliva <oliva@adacore.com>
* testsuite/20_util/from_chars/4.cc: Skip long double test06
on x86_64-vxworks.
* testsuite/20_util/to_chars/long_double.cc: Xfail run on
x86_64-vxworks.
2023-05-30 Matthias Kretz <m.kretz@gsi.de>
Backported from master:
2023-05-30 Matthias Kretz <m.kretz@gsi.de>
PR libstdc++/109822
* include/experimental/bits/simd.h (to_native): Use int NTTP
as specified in PTS2.
(to_compatible): Likewise. Add missing tag to call mask
generator ctor.
* testsuite/experimental/simd/pr109822_cast_functions.cc: New
test.
2023-05-30 Matthias Kretz <m.kretz@gsi.de>
Backported from master:
2023-05-30 Matthias Kretz <m.kretz@gsi.de>
* testsuite/experimental/simd/tests/integer_operators.cc:
Compute expected value differently to avoid getting turned into
a vector shift.
2023-05-30 Matthias Kretz <m.kretz@gsi.de>
Backported from master:
2023-05-30 Matthias Kretz <m.kretz@gsi.de>
* testsuite/experimental/simd/tests/operator_cvt.cc: Make long
double <-> (u)long conversion tests conditional on sizeof(long
double) and sizeof(long).
2023-05-30 Matthias Kretz <m.kretz@gsi.de>
Backported from master:
2023-05-26 Matthias Kretz <m.kretz@gsi.de>
* include/experimental/bits/simd_ppc.h (_S_bit_shift_left):
Negative __y is UB, so prefer signed compare.
2023-05-25 Alexandre Oliva <oliva@adacore.com>
Backported from master: