]> gcc.gnu.org Git - gcc.git/commit - gcc/expmed.c
re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)
authorMark Mitchell <mark@codesourcery.com>
Thu, 18 Sep 2003 20:43:13 +0000 (20:43 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 18 Sep 2003 20:43:13 +0000 (20:43 +0000)
commit5ae6cd0d1b33941dc142292062ff565cd99e4504
treedc06eda173c4ba3b692dac9d2c7c0e70f0eeba75
parentbdf1f1c16d069eb1b1509cbef8fa1316d4349ba7
re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)

PR target/11184
* builtins.c (expand_builtin_apply): Use convert_memory_address
before returning the value.

* alias.c (find_base_value): Simplify use of
convert_memory_address.
(find_base_term): Likewise.
* builtins.c (expand_builtin_stejmp_setup): Likewise.
(expand_builtin_longjmp): Likewise.
(expand_builtin_prefetch): Likewise.
(get_memory_rtx): Likewise.
(expand_builtin_return): Likewise.
(expand_builtin_memcpy): Likewise.
(expand_builtin_strncpy): Likewise.
(expand_builtin_memset): Likewise.
(expand_builtin_va_arg): Likewise.
(expand_builtin_va_copy): Likewise.
(expand_builtin_alloca): Likewise.
* calls.c (expand_call): Likewise.
* except.c (expand_builtin_extract_return_addr): Likewise.
(expand_builtin_eh_return): Likewise.
* explow.c (convert_memory_address): Define even when
POINTER_EXTEND_UNSIGNED is not defined.  Do nothing if the address
is already in the right mode.
* explow.c (memory_address): Simplify use of convert_memory_address.
(probe_stack_range): Likewise.
* expmed.c (make_tree): Likewise.
* expr.c (emit_block_move_in_libcall): Likewise.
(expand_assignment): Likewise.
(expand_expr): Likewise.
* function.c (assign_parms): Likewise.
(expand_function_end): Likewise.
* integrate.c (copy_rtx_and_substitute): Likewise.
* stmt.c (expand_computed_goto): Likewise.

PR target/11184
* gcc.dg/builtin-apply1.c: New test.

From-SVN: r71539
13 files changed:
gcc/ChangeLog
gcc/alias.c
gcc/builtins.c
gcc/calls.c
gcc/except.c
gcc/explow.c
gcc/expmed.c
gcc/expr.c
gcc/function.c
gcc/integrate.c
gcc/stmt.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtin-apply1.c [new file with mode: 0644]
This page took 0.067848 seconds and 5 git commands to generate.