Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] [gdb/testsuite] Handle gcc 16
@ 2026-05-29 12:51 Tom de Vries
  2026-05-29 12:51 ` [PATCH 1/2] [gdb/testsuite] Fix ambiguous operator warning Tom de Vries
  2026-05-29 12:51 ` [PATCH 2/2] [gdb/testsuite] Use Wno-non-c-typedef-for-linkage for gcc 16 Tom de Vries
  0 siblings, 2 replies; 6+ messages in thread
From: Tom de Vries @ 2026-05-29 12:51 UTC (permalink / raw)
  To: gdb-patches

System gcc on fedora 44 (aarch64-linux) got bumped to 16, which defaults to
c++20 by default.

There are a number of new warnings.  Fix them.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34187

Tom de Vries (2):
  [gdb/testsuite] Fix ambiguous operator warning
  [gdb/testsuite] Use Wno-non-c-typedef-for-linkage for gcc 16

 gdb/testsuite/gdb.cp/class2.exp       | 3 ++-
 gdb/testsuite/gdb.cp/classes.exp      | 9 ++++++---
 gdb/testsuite/gdb.cp/cmpd-minsyms.cc  | 2 +-
 gdb/testsuite/gdb.cp/cmpd-minsyms.exp | 2 +-
 gdb/testsuite/gdb.cp/many-args.cc     | 2 +-
 5 files changed, 11 insertions(+), 7 deletions(-)


base-commit: 2786cbfa05e3df7f8727eff02a15906eb244aa37
-- 
2.51.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-30  8:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-29 12:51 [PATCH 0/2] [gdb/testsuite] Handle gcc 16 Tom de Vries
2026-05-29 12:51 ` [PATCH 1/2] [gdb/testsuite] Fix ambiguous operator warning Tom de Vries
2026-05-29 16:23   ` Keith Seitz
2026-05-29 12:51 ` [PATCH 2/2] [gdb/testsuite] Use Wno-non-c-typedef-for-linkage for gcc 16 Tom de Vries
2026-05-29 16:25   ` Keith Seitz
2026-05-30  8:49     ` Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox