diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-19 22:37:19 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-19 22:37:19 +0000 |
commit | 39c8ac16092a748daf89f32ca2fb98f07ca5c004 (patch) | |
tree | c8c543d8e3d26335e4c36b96311e6dad36aef6fc /gcc/cp/exception.cc | |
parent | ff741e9063a991791f896e8093579cce230fc3d3 (diff) | |
download | ppe42-gcc-39c8ac16092a748daf89f32ca2fb98f07ca5c004.tar.gz ppe42-gcc-39c8ac16092a748daf89f32ca2fb98f07ca5c004.zip |
merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14852 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/exception.cc')
-rw-r--r-- | gcc/cp/exception.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/exception.cc b/gcc/cp/exception.cc index 5d9503fac54..839525faafe 100644 --- a/gcc/cp/exception.cc +++ b/gcc/cp/exception.cc @@ -33,7 +33,7 @@ /* Define terminate, unexpected, set_terminate, set_unexpected as well as the default terminate func and default unexpected func. */ -extern terminate_handler __terminate_func; +extern terminate_handler __terminate_func __attribute__((__noreturn__)); void terminate () |