Re: libstdc++: Avoid '-Wunused-parameter's

2025-02-20 Thread Jonathan Wakely
On Thu, 20 Feb 2025 at 17:06, Thomas Schwinge wrote: > > Hi! > > In the following, a few patches for libstdc++ to avoid > '-Wunused-parameter' diagnostics (actually '-Werror=unused-parameter', > for my '--enable-werror' builds). So far, only build-tested for GCN, > nvptx. Are these changes OK? >

libstdc++: Avoid '-Wunused-parameter's

2025-02-20 Thread Thomas Schwinge
Hi! In the following, a few patches for libstdc++ to avoid '-Wunused-parameter' diagnostics (actually '-Werror=unused-parameter', for my '--enable-werror' builds). So far, only build-tested for GCN, nvptx. Are these changes OK? What are exactly the semantics for '_GLIBCXX_THROW_OR_ABORT', shoul