analyzer: Use noexcept instead of throw() for C++11 and later (PR 96014)
authorJonathan Wakely <jwakely@redhat.com>
Thu, 16 Jul 2020 10:44:32 +0000 (11:44 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 16 Jul 2020 20:24:24 +0000 (21:24 +0100)
commit75edc31f9ebe7f8b933860981a124f7f0993214b
tree6305900e4a8e3b255efefa620abc71cc0652d5b8
parentcc1ef413a859433a8313fa9c15aaff41bdc837dc
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.
gcc/testsuite/g++.dg/analyzer/pr94028.C