https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96014
--- Comment #8 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:75edc31f9ebe7f8b933860981a124f7f0993214b commit r11-2182-g75edc31f9ebe7f8b933860981a124f7f0993214b Author: Jonathan Wakely <jwak...@redhat.com> Date: Thu Jul 16 11:44:32 2020 +0100 analyzer: Use noexcept instead of throw() for C++11 and later (PR 96014) gcc/testsuite/ChangeLog: PR testsuite/96014 * g++.dg/analyzer/pr94028.C: Replace dynamic exception specification with noexcept-specifier for C++11 and later.