diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-09 21:18:45 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-09 21:18:45 +0000 |
commit | 26093bf40b849dded0768685f8bf129d627a51b9 (patch) | |
tree | 7bf9232584860975a8b2d86f90808c9c7d818aa7 /gcc/except.h | |
parent | 671e5971ca634e3036bc5bd2cc72efef84782809 (diff) | |
download | gcc-26093bf40b849dded0768685f8bf129d627a51b9.tar.gz |
PR libstdc++/5625
* builtin-types.def (BT_WORD, BT_FN_WORD_PTR): New.
* builtins.c (expand_builtin): Handle BUILT_IN_EXTEND_POINTER.
* builtins.def (BUILT_IN_EXTEND_POINTER): New.
* except.c (expand_builtin_extend_pointer): New.
* except.h (expand_builtin_extend_pointer): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77554 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/except.h b/gcc/except.h index 75bbd6f9c38..5093a65059a 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -117,6 +117,7 @@ extern rtx expand_builtin_frob_return_addr (tree); extern rtx expand_builtin_dwarf_sp_column (void); extern void expand_builtin_eh_return (tree, tree); extern void expand_eh_return (void); +extern rtx expand_builtin_extend_pointer (tree); extern rtx get_exception_pointer (struct function *); extern int duplicate_eh_regions (struct function *, struct inline_remap *); |