Daily bump.

This commit is contained in:
GCC Administrator
2026-03-22 00:16:21 +00:00
parent e0e1bcb3a1
commit 569ace1fa5
6 changed files with 89 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
2026-03-21 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
PR target/123852
* config/sh/sh.md (movsicc_t_false): Add the SImode
on the if_then_else.
(movsicc_t_true): Likewise.
(negsi_cond): Likewise.
(negdi_cond): Add the DImode on the if_then_else.
(bst_m2a): Add the QImode on the if_then_else.
2026-03-20 Tobias Burnus <tburnus@baylibre.com>
Sandra Loosemore <sloosemore@baylibre.com>

View File

@@ -1 +1 @@
20260321
20260322

View File

@@ -1,3 +1,15 @@
2026-03-21 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/122786
* module.cc (trees_in::decl_value): Set section name from
attribute.
2026-03-21 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/124483
* module.cc (trees_in::fn_parms_init): Set TREE_USED and
DECL_READ_P for parameters deliberately marked unused.
2026-03-20 Marek Polacek <polacek@redhat.com>
PR c++/124575

View File

@@ -1,3 +1,15 @@
2026-03-21 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/122786
* g++.dg/modules/attrib-5_a.C: New test.
* g++.dg/modules/attrib-5_b.C: New test.
2026-03-21 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/124483
* g++.dg/modules/attrib-4_a.C: New test.
* g++.dg/modules/attrib-4_b.C: New test.
2026-03-20 Tobias Burnus <tburnus@baylibre.com>
Sandra Loosemore <sloosemore@baylibre.com>

View File

@@ -1,3 +1,12 @@
2026-03-21 Jose E. Marchesi <jemarch@gnu.org>
* ga68-math.c: New file.
* floor.c: Imported from gnulib.
* configure.ac: Do not check for libm.
* Makefile.am (libga68_la_SOURCES): Add ga68-match.c.
* Makefile.in (am_libga68_la_OBJECTS): Regenerate.
* configure (ac_res): Likewise.
2026-03-15 Jose E. Marchesi <jemarch@gnu.org>
* ga68.map: Add public symbols from posix and standard preludes.

View File

@@ -1,3 +1,48 @@
2026-03-21 Matthias Kretz <m.kretz@gsi.de>
* include/Makefile.am: Add simd headers.
* include/Makefile.in: Regenerate.
* include/bits/version.def (simd): New.
* include/bits/version.h: Regenerate.
* include/bits/simd_alg.h: New file.
* include/bits/simd_details.h: New file.
* include/bits/simd_flags.h: New file.
* include/bits/simd_iterator.h: New file.
* include/bits/simd_loadstore.h: New file.
* include/bits/simd_mask.h: New file.
* include/bits/simd_mask_reductions.h: New file.
* include/bits/simd_reductions.h: New file.
* include/bits/simd_vec.h: New file.
* include/bits/simd_x86.h: New file.
* include/bits/vec_ops.h: New file.
* include/std/simd: New file.
* testsuite/std/simd/arithmetic.cc: New test.
* testsuite/std/simd/arithmetic_expensive.cc: New test.
* testsuite/std/simd/create_tests.h: New file.
* testsuite/std/simd/creation.cc: New test.
* testsuite/std/simd/creation_expensive.cc: New test.
* testsuite/std/simd/loads.cc: New test.
* testsuite/std/simd/loads_expensive.cc: New test.
* testsuite/std/simd/mask2.cc: New test.
* testsuite/std/simd/mask2_expensive.cc: New test.
* testsuite/std/simd/mask.cc: New test.
* testsuite/std/simd/mask_expensive.cc: New test.
* testsuite/std/simd/reductions.cc: New test.
* testsuite/std/simd/reductions_expensive.cc: New test.
* testsuite/std/simd/shift_left.cc: New test.
* testsuite/std/simd/shift_left_expensive.cc: New test.
* testsuite/std/simd/shift_right.cc: New test.
* testsuite/std/simd/shift_right_expensive.cc: New test.
* testsuite/std/simd/simd_alg.cc: New test.
* testsuite/std/simd/simd_alg_expensive.cc: New test.
* testsuite/std/simd/sse_intrin.cc: New test.
* testsuite/std/simd/stores.cc: New test.
* testsuite/std/simd/stores_expensive.cc: New test.
* testsuite/std/simd/test_setup.h: New file.
* testsuite/std/simd/traits_common.cc: New test.
* testsuite/std/simd/traits_impl.cc: New test.
* testsuite/std/simd/traits_math.cc: New test.
2026-03-20 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/122567