* GNU Tools Weekly News Week 53 (August 30, 2026)
@ 2026-08-31 5:06 GNU Tools weekly via Gdb
2026-09-07 7:50 ` GNU Tools Weekly News Week 54 (September 6, 2026) GNU Tools weekly via Gdb
0 siblings, 1 reply; 2+ messages in thread
From: GNU Tools weekly via Gdb @ 2026-08-31 5:06 UTC (permalink / raw)
To: gcc, binutils, libc-alpha, gdb, andrew.pinski
GNU Tools Weekly News Week 53 (August 30, 2026)
A start of the new year for the newsletter!
Release updates for GNU toolchain:
* GDB 18.1.0 update
* delayed until September 11th
* https://inbox.sourceware.org/gdb-patches/87y0dvtz84.fsf@redhat.com/T/
GNU toolchain conference reminders:
* GNU Tools Cauldron 2026, Fri-Sun, October 2-4 (Prague, Czechia)
* https://gcc.gnu.org/wiki/cauldron2026
* https://conf.gnu-tools-cauldron.org/prg26/cfp
* cfp closes August 31st (tomorrow)
* Toolchains Track at LPC 2026, October 7th (Prague, Czechia)
* https://lpc.events/event/20/abstracts/
General/big GNU toolchain news (including sourceware news):
* Sourceware Infrastructure news - AI scrapping and website throttling
* https://inbox.sourceware.org/gcc/0475bd28feb9f78dcea1c13d6315aac79966ca53.camel@klomp.org/
* Accuracy of Mathematical Functions (glibc)
* https://inbox.sourceware.org/libc-alpha/p9u0wltelndm.fsf@thym/
GCC easy issue to tackle of the week:
* umax(a,b)==0 folding into a|b==0 gets in the way sometimes
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126880
* Reach out to Andrea Pinski <andrew.pinski@oss.qualcomm.com> for
mentoring on this issue.
* Previous ones are listed on https://gcc.gnu.org/wiki/EasyIssuesOfTheWeek
GCC commits:
* https://gcc.gnu.org/r17-3568 r17-3774- 207 commits
* RISCV: Support -mcpu=native
* https://gcc.gnu.org/r17-3578 https://gcc.gnu.org/r17-3577
https://gcc.gnu.org/r17-3577
* RISCV: Add sifive-p550 and sifive-p870-d
* https://gcc.gnu.org/r17-3579-g7ca5288cc68ff5
* hoist invariants after unswitching
* https://gcc.gnu.org/r17-3584-g66ed104db50c63
* genmatch: Don't emit the ssa name checks for cond^
* https://gcc.gnu.org/r17-3612-gf77f607c42df40
* range: add VREL_EQ relation effect for div and mod
* https://gcc.gnu.org/r17-3610-g7c25b09da5841c
* Easy issue for week 50
* phiopt: replicate conditionals over a PHI of comparisons
* https://gcc.gnu.org/r17-3622-g804ff22702eca4
* aarch64: Support FCCMP and FCCMPE for _Float16
* https://gcc.gnu.org/r17-3628-g263ce2e907f722
* libstdc++: optional: Treat _M_engaged as being assumed to be false
after the destructor
* https://gcc.gnu.org/r17-3656-ge982f847aab9f7
* aarch64: allow usage of zero reg for CRC32 instructions
* https://gcc.gnu.org/r17-3684-g004a9da1bde785
* c-family: honor explicit -Wstrict-aliasing under -fno-strict-aliasing
* https://gcc.gnu.org/r17-3685-g39ba948f9b86e1
* aarch64: Recognize vector permute patterns which can be optimized
as REV64+EXT
* https://gcc.gnu.org/r17-3712-g4182cf11e1e3d2
* c++: unshare RANGE_EXPR CONSTRUCTOR index
* https://gcc.gnu.org/r17-3765-g40cbcd4eedce58
*
GCC discussion:
*
GCC bugzilla stats
* 125 new issues filed
* 95 issues closed
binutils/gdb commits:
* x86: Support AVX10_V2_AUX instructions
* https://sourceware.org/cgit/binutils-gdb/commit/?id=84b5fe5be98582a247346f4fba8072f286498dad
*
gdb discussion:
*
binutils discussion:
*
glibc commits:
* math: Update tanh from CORE-MATH (revision bb39e4fa)
* https://sourceware.org/cgit/glibc/commit/?id=70cc22b19c2037097f0f0cce89488763c6c49f5b
* x86: Update AVX10 support
* https://sourceware.org/cgit/glibc/commit/?id=56f3aed8bb8be64d1a78488a427e7c61c7c866cf
*
glibc discussion:
*
^ permalink raw reply [flat|nested] 2+ messages in thread
* GNU Tools Weekly News Week 54 (September 6, 2026)
2026-08-31 5:06 GNU Tools Weekly News Week 53 (August 30, 2026) GNU Tools weekly via Gdb
@ 2026-09-07 7:50 ` GNU Tools weekly via Gdb
0 siblings, 0 replies; 2+ messages in thread
From: GNU Tools weekly via Gdb @ 2026-09-07 7:50 UTC (permalink / raw)
To: gcc, binutils, libc-alpha, gdb, andrew.pinski
GNU Tools Weekly News Week 54 (September 6, 2026)
Release updates for GNU toolchain:
* GDB 18.1.0 update
* https://inbox.sourceware.org/gdb-patches/874ig9t4s5.fsf@redhat.com/
* GCC 13.5.0 update
* RC1 was published
* https://inbox.sourceware.org/gcc/9r6n9o16-7on9-62rn-9r08-251o692n7oo5@fhfr.qr/
* https://inbox.sourceware.org/gcc/ns42774p-s754-16so-205n-77110r4p6ss5@fhfr.qr/
GNU toolchain conference reminders:
* GNU Tools Cauldron 2026, Fri-Sun, October 2-4 (Prague, Czechia)
* https://gcc.gnu.org/wiki/cauldron2026
* https://conf.gnu-tools-cauldron.org/prg26/cfp
* Toolchains Track at LPC 2026, October 7th (Prague, Czechia)
* https://lpc.events/event/20/abstracts/
General/big GNU toolchain news (including sourceware news):
* rustc_codegen_gcc: Progress Report #43
* https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-43
* Kito Cheng is now the RISCV binutils maintainer
* https://sourceware.org/cgit/binutils-gdb/commit/?id=250c0280ba546e85315bafbc820c1b70242d8e6e
GCC easy issue to tackle of the week:
* (int)(((unsigned)a) + CST) should be simplified into a + CST if
a+CST is known not to overflow in int
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126751
* Reach out to Andrea Pinski <andrew.pinski@oss.qualcomm.com> for
mentoring on this issue.
* Previous ones are listed on https://gcc.gnu.org/wiki/EasyIssuesOfTheWeek
GCC commits:
* https://gcc.gnu.org/r17-3775 r17-3966 - 192 commits
* forwprop: add simplify_phi_result_movdiv
* https://gcc.gnu.org/r17-3791-g5b40e9d181bfe2
* match: Fold CPROJ when nested inside CPROJ or CABS
* https://gcc.gnu.org/r17-3801-g0e0ddac529e215
* middle-end: add const fold for various crc builtins
* https://gcc.gnu.org/r17-3816-g26238368615c0a
* x86: ACEv1 support
* https://gcc.gnu.org/r17-3847 https://gcc.gnu.org/r17-3848
https://gcc.gnu.org/r17-3849
* https://gcc.gnu.org/r17-3850 https://gcc.gnu.org/r17-3851
https://gcc.gnu.org/r17-3852
* https://gcc.gnu.org/r17-3853
* libcpp: Optimize Arm search_line_fast
* https://gcc.gnu.org/r17-3868-gffc5227ac2e198
* RISC-V: Add MVENDORID, MARCHID and MIMPID for 6 RISC-V cores
* https://gcc.gnu.org/r17-3882-gd3d6b2a1fba366
* RISC-V: Support -mtune=native and -mcpu=native
* https://gcc.gnu.org/r17-3883-gbbc5005bf48212
* RISC-V: Add TImode and OImode move expanders.
* https://gcc.gnu.org/r17-3906-ge096b2205f81b3
* match: Simplify MIN(A, B) eq/ne 0 to A when B is positive
* https://gcc.gnu.org/r17-3779-g09fe63bb71e6b1
GCC discussion:
*
GCC bugzilla stats
* 84 new issues filed
* 63 issues closed
binutils/gdb commits:
* RISC-V: Add support for XAndes* extensions
* https://sourceware.org/cgit/binutils-gdb/log/?id=ce6455998599d6a8af6f4aea8813392921e4e86c&qt=range&q=%0948c933a69a890e7769ca8a01570aab578b6a9f54...ce6455998599d6a8af6f4aea8813392921e4e86c
* RISC-V: Add support for XXTVarith and XXTVcoder extensions
* https://sourceware.org/cgit/binutils-gdb/commit/?id=f67471902997e528e789ed27f1bf930318052ecc
* x86: support further AMD Zen6 instructions
* https://sourceware.org/cgit/binutils-gdb/commit/?id=99f119ca28d9d38766dc08c880d421ce126ab48a
gdb discussion:
*
binutils discussion:
*
glibc commits:
*
glibc discussion:
*
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-07 7:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31 5:06 GNU Tools Weekly News Week 53 (August 30, 2026) GNU Tools weekly via Gdb
2026-09-07 7:50 ` GNU Tools Weekly News Week 54 (September 6, 2026) GNU Tools weekly via Gdb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox