Skip to content

Commit 376504d

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 4073a79 commit 376504d

5 files changed

Lines changed: 60 additions & 1 deletion

File tree

gcc/ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2026-06-21 Iain Sandoe <iain@sandoe.co.uk>
2+
3+
* doc/sourcebuild.texi: Document object file checks.
4+
5+
2026-06-21 Iain Sandoe <iain@sandoe.co.uk>
6+
7+
* config/aarch64/aarch64-builtins.cc
8+
(aarch64_expand_prefetch_range_builtin): Use LLONG_MAX instead
9+
of LONG_LONG_MAX.
10+
11+
2026-06-21 H.J. Lu <hjl.tools@gmail.com>
12+
13+
PR target/125883
14+
* config/i386/i386-features.cc (ix86_broadcast_inner): Skip JUMP
15+
from asm goto.
16+
117
2026-06-20 Gerald Pfeifer <gerald@pfeifer.com>
218

319
* doc/extend.texi (Integer Overflow Builtins): Spell compile time

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20260621
1+
20260622

gcc/cp/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2026-06-21 Jason Merrill <jason@redhat.com>
2+
3+
PR c++/125408
4+
* expr.cc (mark_use): Fix condition for changing rvalue to lvalue.
5+
6+
2026-06-21 Jason Merrill <jason@redhat.com>
7+
8+
PR c++/125408
9+
* tree.cc (cp_walk_subtrees): Walk into the DECL_ORIGINAL_TYPE of a
10+
typedef DECL_EXPR.
11+
112
2026-06-18 Marek Polacek <polacek@redhat.com>
213

314
* decl.cc (check_initializer): Don't call

gcc/testsuite/ChangeLog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2026-06-21 Jason Merrill <jason@redhat.com>
2+
3+
PR c++/125408
4+
* g++.dg/cpp2a/lambda-targ34.C: New test.
5+
6+
2026-06-21 Jason Merrill <jason@redhat.com>
7+
8+
PR c++/125408
9+
* g++.dg/cpp2a/lambda-targ33.C: New test.
10+
11+
2026-06-21 Iain Sandoe <iain@sandoe.co.uk>
12+
13+
* lib/target-supports.exp: Add a check for Mach-O object file
14+
format.
15+
16+
2026-06-21 H.J. Lu <hjl.tools@gmail.com>
17+
18+
PR target/125883
19+
* gcc.target/i386/pr125883.c: New test.
20+
21+
2026-06-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
22+
23+
PR fortran/82086
24+
* gfortran.dg/namelist_103.f90: New test.
25+
126
2026-06-20 Iain Sandoe <iain@sandoe.co.uk>
227

328
* gcc.dg/debug/dwarf2/dwarf2-macro.c: Skip for Darwin23+.

libgfortran/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2026-06-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2+
3+
PR fortran/82086
4+
* io/list_read.c (nml_read_obj): Add is_component parameter
5+
to correctly distribute repeat count across derived-type array
6+
elements.
7+
18
2026-06-11 Thomas Koenig <tkoenig@gcc.gnu.org>
29

310
PR fortran/30438

0 commit comments

Comments
 (0)