https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99021
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:26a3f288f1895a8c061c0458590542a3d2ee796a commit r11-7149-g26a3f288f1895a8c061c0458590542a3d2ee796a Author: Jonathan Wakely <jwak...@redhat.com> Date: Tue Feb 9 11:23:29 2021 +0000 libstdc++: Make coroutine_handle<_Promise>::from_address() noexcept [PR 99021] The coroutine_handle<void>::from_address(void*) version is already noexcept, and they do the same thing. Make them consistent. libstdc++-v3/ChangeLog: PR libstdc++/99021 * include/std/coroutine (coroutine_handle<P>::from_address): Add noexcept.