Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: GNU Tools weekly via Gdb <gdb@sourceware.org>
To: gcc@gcc.gnu.org, binutils@sourceware.org,
	libc-alpha@sourceware.org,  gdb@sourceware.org,
	andrew.pinski@oss.qualcomm.com
Subject: GNU Tools Weekly News Week 34 (April 19, 2026)
Date: Sun, 19 Apr 2026 22:10:35 -0700	[thread overview]
Message-ID: <CAHt=NyP1bySRnwNQABx4K6ktyhUXR=BjXvWcP9342RQjtFNgvw@mail.gmail.com> (raw)
In-Reply-To: <CAHt=NyPk0yxTt+TA3GNDV75+1Pb-Q11Ps-8FXF0aUTCEHax08g@mail.gmail.com>

GNU Tools Weekly News Week 34 (April 19, 2026)
Release updates for GNU toolchain:
 * gcc 16.0 regression status (note this is not official numbers, it
might be off by a few)
  * great push from developers last week
  * P1:                       2         -8
  * P1+P2+P3 total: 754      -12
 * (non-GNU but still toolchain related) valgrind 3.27.0
  * RC1+RC2 was done last week
  * The final 3.27.0 release is scheduled for Mon Apr 20.

GNU toolchain conference news:
 * FOSSY 2026 toolchain track North America, Aug 6-9
  * https://inbox.sourceware.org/gcc/ef488f46e2abbb1009b7a297b6ecb176aa97ea42.camel@klomp.org/T/
  * Call for Proposals: https://2026.fossy.ca/call-for-proposals/
* GNU Tools Cauldron 2026 Call for Proposals is open (still soft launch)
  * Fri-Sun, October 2-4, 2026 at Charles University in Prague, Czechia
  * https://gcc.gnu.org/wiki/cauldron2026
  * https://conf.gnu-tools-cauldron.org/prg26/cfp

General/big GNU toolchain news (including sourceware news):
 * The GNU libc atanh is correctly rounded
  * https://inbox.sourceware.org/libc-alpha/p9u0bjfl36v1.fsf@thym/T/#u
  * https://inria.hal.science/hal-05591661
 * gccrs March 2026 Monthly report
  * https://rust-gcc.github.io/2026/04/13/2026-03-monthly-report.html
 * Office Hours for the GNU Toolchain were held last Friday
  * Meeting notes can be found at https://gcc.gnu.org/wiki/OfficeHours
 * forge.sourceware.org has been upgraded to forgejo v15.0.0
 * elfutils 0.195 released
  * https://inbox.sourceware.org/elfutils-devel/CAJDtP-Qok4ViNzvrr28WgkCCqrFH0iAZStiD8C7nbpDhrPzLWA@mail.gmail.com/
 * Peter0x44 posted a blog entry about C++ Ia64 ABI vtables
  * https://peter0x44.github.io/posts/vtables-itanium-abi/

GCC easy issue to tackle of the week:
 * some force_gimple_operand_gsi in tree-strlen.cc should be replaced
by gimple_build/gimple_convert
  * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122989
  * Note this is different from previous weeks; this is cleanup of GCC
sources rather than missed optimization
  * Reach out to Andrea Pinski <andrew.pinski@oss.qualcomm.com> for
mentoring on this issue.

GCC commits:
 * note most of the commits from now until the release are bug fixes
which have not been listed here normally
 * GCC rust  sync of 43 patch set
 * aarch64: Add RTL pass to narrow 64-bit GP reg writes to 32-bit
  * https://gcc.gnu.org/cgit/gcc/commit/?id=f9f744360e6d7f5e86d39cd1f7df8b3dcf71863c
 * AArch64: Add -mcpu=armagicpu definition
  * https://gcc.gnu.org/cgit/gcc/commit/?id=0f5f728854d2ea93e6806a8632c04383502b0386
 * middle-end: disable CRC pass when -Os and the target does not have
CRC optabs [PR124900]
  * https://gcc.gnu.org/cgit/gcc/commit/?id=26e88fe809de0f1a1812c99e2e0106afb03257b3
 * nvptx: Support '-march=sm_50' and '-mptx=4.0'
  * https://gcc.gnu.org/cgit/gcc/commit/?id=7584007b797620c22da6da9783b04eda873e5e7f
  * https://gcc.gnu.org/cgit/gcc/commit/?id=1b5948d7141b2651a48f73709d11dd253e1fa689
 * libstdc++: Implement structured binding support for integer_sequence
  * https://gcc.gnu.org/cgit/gcc/commit/?id=6159bfcf8b5852417519cf4181bf0ff8907ac0ca
 * libstdc++: Runtime fallback for constant_wrapper subscript and call
operators.
  * https://gcc.gnu.org/cgit/gcc/commit/?id=9c0a9b700e5b8c1fbd09cfab7f8d268195aeebfe
 * c++: Implement CWG3149 - Rvalues in destructuring expansion statements
  * https://gcc.gnu.org/cgit/gcc/commit/?id=96f4731b0737638441df699bf18587ed9cc6c364
 * c++, libstdc++: Implement LWG4483 - Multidimensional arrays are not
supported by meta::reflect_constant_array and related functions
  * https://gcc.gnu.org/cgit/gcc/commit/?id=2cdd7831e31601c640bec01a1240cbcb6a72b5c4
 * c++: Implement CWG3149 - Rvalues in destructuring expansion statements
  * https://gcc.gnu.org/cgit/gcc/commit/?id=96f4731b0737638441df699bf18587ed9cc6c364

GCC discussion:
 * GSoC 2026 project discussions from participates
 * Policy on use of LLM tools and bug fixes
  * https://inbox.sourceware.org/gcc/CAH6eHdRc2zWF96TMVFg8SPN_g6E8L-VVAn0KOpw9TttZDo9t-g@mail.gmail.com/T/#m4365c662ccc0af15fe987fdd87556fb842e62d2a
  * Working Group on policy: https://gcc.gnu.org/wiki/working-group-ai-policy
 * [RFC] redesigning callbacks for make_forwarder_block
  * https://inbox.sourceware.org/gcc/CALvbMcCxyfm5njHgCt-pxTDbLt_ZubYWBtU03gRWBZgeCZgJwg@mail.gmail.com/T/#m96cbfb9f9e483fa1aca51cbc200767714b05a801
  * Outcome approved patch:
https://inbox.sourceware.org/gcc-patches/CAFiYyc2NF_kbPARS30w3zdjvqUFeDc2k8wDGtfQGb=m_aH-BYQ@mail.gmail.com/T/
 * RFC: Another pass_late_combine after pass_reorder_blocks?
  * https://inbox.sourceware.org/gcc/CAFULd4aDCK=rc8j7o87E7MZNOoDS9HX3=w2h0HvBfxEbki1D=A@mail.gmail.com/T/
 * Glob to match bare-metal SuperH target triple in config.gcc seems
wrong (sh*-superh-elf)?
  * https://inbox.sourceware.org/gcc/2a64dbb1-e132-40bb-8556-cc1ca6d17eca@baylibre.com/T/#m52db2fb40c67cdc49584a924bcf3381ed7fecaaa


GCC bugzilla stats
 * 72 new issues filed
 * 99 issues closed

glibc commits:
 * elf: Align large load segments to PMD huge page size for THP and tunable
  * https://sourceware.org/cgit/glibc/commit/?id=2f9fc3fba6562c888204159c09d654cb3499e38b
  * https://sourceware.org/cgit/glibc/commit/?id=f9933bf832d4ea4bb1b21db435e61324c05b7b10
  * https://sourceware.org/cgit/glibc/commit/?id=88c3f481de92808499464fa7e2ac1e9fce9d649c
  * Enable by default for 64bit loongarch
   * https://sourceware.org/cgit/glibc/commit/?id=ef044cc6d79c5646b521569417da890154ea1813

glibc discussion:
 * glibc AI policy (continued)
 *

binutils/gdb commits:
 * Add a "-O 0" option to the linker for a faster, but less effective link.
  * https://sourceware.org/cgit/binutils-gdb/commit/?id=4fe7dd9a10d15928834d8a20ec91f2b1436c8108
 *
gdb discussion:
 *
binutils discussion:
 *

  reply	other threads:[~2026-04-20  5:11 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-08  5:44 GNU Tools Weekly News Week 2 (September 7, 2025) GNU Tools weekly via Gdb
2025-09-14 21:19 ` GNU Tools Weekly News Week 3 (September 14, 2025) GNU Tools weekly via Gdb
2025-09-22  3:43   ` GNU Tools Weekly News Week 4 (September 21, 2025) GNU Tools weekly via Gdb
     [not found]     ` <CAHt=NyNKa=eQ8ytymevK-r_Zz5p_DhzOzpYC35YLdqzJ4XhgMQ@mail.gmail.com>
2025-10-13  0:47       ` GNU Tools Weekly News Week 7 (October 12, 2025) GNU Tools weekly via Gdb
2025-10-20  7:58         ` GNU Tools Weekly News Week 8 (October 19, 2025) GNU Tools weekly via Gdb
2025-10-27  4:38           ` GNU Tools Weekly News Week 9 (October 26, 2025) GNU Tools weekly via Gdb
2025-11-03  7:50             ` GNU Tools Weekly News Week 10 (November 2, 2025) GNU Tools weekly via Gdb
2025-11-14  0:43               ` GNU Tools Weekly News Week 11 (November 9, 2025) GNU Tools weekly via Gdb
2025-11-14  0:51                 ` GNU Tools weekly via Gdb
2025-11-17  7:00                 ` GNU Tools Weekly News Week 12 (November 16, 2025) GNU Tools weekly via Gdb
2025-11-24  5:49                   ` GNU Tools Weekly News Week 13 (November 23, 2025) GNU Tools weekly via Gdb
2025-12-01  6:45                     ` GNU Tools Weekly News Week 14 (November 30, 2025) GNU Tools weekly via Gdb
2025-12-08  8:54                       ` GNU Tools Weekly News Week 15 (December 7, 2025) GNU Tools weekly via Gdb
2025-12-15  7:32                         ` GNU Tools Weekly News Week 16 (December 14, 2025) GNU Tools weekly via Gdb
2025-12-22  8:51                           ` GNU Tools Weekly News Week 17 (December 21, 2025) GNU Tools weekly via Gdb
2025-12-28 19:51                             ` GNU Tools Weekly News Week 18 (December 28, 2025) GNU Tools weekly via Gdb
2026-01-05  8:20                               ` GNU Tools Weekly News Week 19 (January 5, 2026) GNU Tools weekly via Gdb
2026-01-12  8:42                                 ` GNU Tools Weekly News Week 20 (January 11, 2026) GNU Tools weekly via Gdb
2026-01-19  8:46                                   ` GNU Tools Weekly News Week 21 (January 18, 2026) GNU Tools weekly via Gdb
2026-01-26  7:21                                     ` GNU Tools Weekly News Week 22 (January 25, 2026) GNU Tools weekly via Gdb
2026-02-02 10:19                                       ` GNU Tools Weekly News Week 23 (February 1, 2026) GNU Tools weekly via Gdb
2026-02-09  8:16                                         ` GNU Tools Weekly News Week 24 (February 8, 2026) GNU Tools weekly via Gdb
2026-02-16  5:32                                           ` GNU Tools Weekly News Week 25 (February 15, 2026) GNU Tools weekly via Gdb
2026-02-23  6:43                                             ` GNU Tools Weekly News Week 26 (February 22, 2026) GNU Tools weekly via Gdb
2026-03-02  6:38                                               ` GNU Tools Weekly News Week 27 (March 1, 2026) GNU Tools weekly via Gdb
2026-03-09  7:51                                                 ` GNU Tools Weekly News Week 28 (March 8, 2026) GNU Tools weekly via Gdb
2026-03-16  5:33                                                   ` GNU Tools Weekly News Week 29 (March 15, 2026) GNU Tools weekly via Gdb
2026-03-23 19:40                                                     ` GNU Tools Weekly News Week 30 (March 22, 2026) GNU Tools weekly via Gdb
2026-03-30 11:36                                                       ` GNU Tools Weekly News Week 31 (March 29, 2026) GNU Tools weekly via Gdb
2026-04-06  8:57                                                         ` GNU Tools Weekly News Week 32 (April 5, 2026) GNU Tools weekly via Gdb
2026-04-13  6:06                                                           ` GNU Tools Weekly News Week 33 (April 12, 2026) GNU Tools weekly via Gdb
2026-04-20  5:10                                                             ` GNU Tools weekly via Gdb [this message]
2026-04-25 23:52                                                               ` GNU Tools Weekly News Week 35 (April 26, 2026) GNU Tools weekly via Gdb
2026-04-25 23:59                                                                 ` GNU Tools weekly via Gdb
2026-05-04  1:34                                                                 ` GNU Tools Weekly News Week 36 (May 3, 2026) GNU Tools weekly via Gdb
2026-05-06  8:38                                                                   ` Jose E. Marchesi via Gdb
2026-05-11  6:15                                                                   ` GNU Tools Weekly News Week 37 (May 10, 2026) GNU Tools weekly via Gdb
2026-05-18  9:39                                                                     ` GNU Tools Weekly News Week 38 (May 17, 2026) GNU Tools weekly via Gdb
2026-05-25  5:47                                                                       ` GNU Tools Weekly News Week 39 (May 24, 2026) GNU Tools weekly via Gdb
2026-05-31 16:39                                                                         ` GNU Tools Weekly News Week 40 (May 31, 2026) GNU Tools weekly via Gdb
2026-06-08 20:56                                                                           ` GNU Tools Weekly News Week 41 (June 7, 2026) GNU Tools weekly via Gdb
2026-06-15  7:21                                                                             ` GNU Tools Weekly News Week 42 (June 14, 2026) GNU Tools weekly via Gdb
2026-06-22  5:21                                                                               ` GNU Tools Weekly News Week 43 (June 21, 2026) GNU Tools weekly via Gdb
2026-06-28 21:24                                                                                 ` GNU Tools Weekly News Week 44 (June 28, 2026) GNU Tools weekly via Gdb
2026-07-05  7:19                                                                                   ` GNU Tools Weekly News Week 45 (July 5, 2026) GNU Tools weekly via Gdb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHt=NyP1bySRnwNQABx4K6ktyhUXR=BjXvWcP9342RQjtFNgvw@mail.gmail.com' \
    --to=gdb@sourceware.org \
    --cc=andrew.pinski@oss.qualcomm.com \
    --cc=binutils@sourceware.org \
    --cc=gcc@gcc.gnu.org \
    --cc=gnutoolsweekly@gmail.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox