testsuite: Add missing <exception> header to testcase
authorJonathan Wakely <jwakely@redhat.com>
Wed, 2 Sep 2020 17:37:17 +0000 (18:37 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 2 Sep 2020 17:41:20 +0000 (18:41 +0100)
commitce90d203cea33a4bfd4e415f601fe4486ecbb45d
tree1b5251223b592e05169626800e3ded6f861f7de2
parentc71644776f4e8477289a4de16239dbb420db6945
testsuite: Add missing <exception> header to testcase

This test no longer compiles because <new> stopped including
<exception>, so std::set_terminate is not defined.

gcc/testsuite/ChangeLog:

* g++.old-deja/g++.abi/cxa_vec.C: Include <exception> for
std::set_terminate.
gcc/testsuite/g++.old-deja/g++.abi/cxa_vec.C