diff options
author | Richard Henderson <rth@redhat.com> | 2005-10-15 17:07:17 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2005-10-15 17:07:17 -0700 |
commit | 1e188d1e13003433b2efd794a0ae53749dc19d0c (patch) | |
tree | ce736adf1e7d1ab6bdbe217c3eed0c23288c5e0e /gcc/expr.h | |
parent | 48c410a254046d839bec7337831d6f21394fe12c (diff) | |
download | gcc-1e188d1e13003433b2efd794a0ae53749dc19d0c.tar.gz |
re PR middle-end/23714 (ICE in expand_assignment)
PR 23714
* builtins.c (expand_builtin_trap): Export.
* expr.h (expand_builtin_trap): Declare.
* expr.c (expand_assignment): Emit a trap for integral offsets
from registers that weren't reduced to bitpos.
* tree-cfg.c (mark_array_ref_addressable_1): Remove.
(mark_array_ref_addressable): Remove.
* tree-flow.h (mark_array_ref_addressable): Remove.
* tree-optimize.c (execute_cleanup_cfg_post_optimizing): Don't call it.
From-SVN: r105449
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 224e2857f2b..ef4238787b6 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -341,6 +341,7 @@ extern rtx default_expand_builtin (tree, rtx, rtx, enum machine_mode, int); extern void expand_builtin_setjmp_setup (rtx, rtx); extern void expand_builtin_setjmp_receiver (rtx); extern rtx expand_builtin_saveregs (void); +extern void expand_builtin_trap (void); /* Functions from expr.c: */ |