https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91388
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <[email protected]>: https://gcc.gnu.org/g:a6c853112d92c68f5147de4bea7f1983ebd60f0b commit r16-6555-ga6c853112d92c68f5147de4bea7f1983ebd60f0b Author: Jonathan Wakely <[email protected]> Date: Tue Jan 6 16:18:21 2026 +0000 libstdc++: Remove redundant return statement after static_assert(false) Jakub's fix for PR c++/91388 means that we don't need an unreachable return statement after static_assert(false). libstdc++-v3/ChangeLog: * include/bits/atomic_wait.h (__wait_args::_M_setup_wait): Remove unreachable return statement. Reviewed-by: Tomasz KamiÅski <[email protected]>
