Skip to content

Commit 2989598

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent f3e63a9 commit 2989598

5 files changed

Lines changed: 42 additions & 1 deletion

File tree

gcc/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2026-04-18 Richard Sandiford <rdsandiford@googlemail.com>
2+
3+
* config/aarch64/aarch64.md (SME_STATE_REGNUM): Fix a comment typo.
4+
5+
2026-04-18 Gopi Kumar Bulusu <gopi@sankhya.com>
6+
7+
PR target/103383
8+
* config/microblaze/microblaze.md: bswaphi2: (set_attr length 8)
9+
110
2026-04-17 Jonathan Wakely <jwakely@redhat.com>
211

312
PR c/84717

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20260418
1+
20260419

gcc/d/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2026-04-18 Iain Buclaw <ibuclaw@gdcproject.org>
2+
3+
PR d/124922
4+
* d-codegen.cc (build_trap_call): New function.
5+
(build_array_bounds_call): Use it.
6+
(build_bounds_index_condition): Likewise.
7+
(build_bounds_slice_condition): Likewise.
8+
(d_build_call): Likewise.
9+
* expr.cc (ExprVisitor::visit (HaltExp *)): Likewise.
10+
(ExprVisitor::visit (AssertExp *)): Likewise. Return zero instead of
11+
void_node when assert contracts are disabled.
12+
* d-tree.h (build_trap_call): New prototype.
13+
114
2026-04-14 Iain Buclaw <ibuclaw@gdcproject.org>
215

316
* dmd/MERGE: Merge upstream dmd e145b91245.

gcc/testsuite/ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2026-04-18 Iain Buclaw <ibuclaw@gdcproject.org>
2+
3+
PR d/124922
4+
* gdc.dg/pr124922.d: New test.
5+
6+
2026-04-18 Gopi Kumar Bulusu <gopi@sankhya.com>
7+
8+
PR target/103383
9+
* gcc.target/microblaze/isa/pr103383.c: New test.
10+
111
2026-04-17 Eric Botcazou <ebotcazou@adacore.com>
212

313
* gnat.dg/specs/float_literal2.ads: New test.

libstdc++-v3/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2026-04-18 Patrick Palka <ppalka@redhat.com>
2+
3+
PR c++/124910
4+
* include/std/optional (_Optional_payload_base::_M_destroy)
5+
[__cpp_lib_optional >= 202106L]: During constant evaluation,
6+
after invoking destructor of _M_value, use construct_at to
7+
activate _M_empty.
8+
* testsuite/20_util/optional/constexpr/124910.cc: New test.
9+
110
2026-04-17 Patrick Palka <ppalka@redhat.com>
211

312
PR libstdc++/124890

0 commit comments

Comments
 (0)