]> gcc.gnu.org Git - gcc.git/commit
calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTION_CODE.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Tue, 18 Jan 2005 23:06:59 +0000 (00:06 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 18 Jan 2005 23:06:59 +0000 (23:06 +0000)
commit8c96cd51c7156218a1b26da8d08885649d234aee
treeb422c0dfed9c70d016f242be350aaef240a4c22d
parent2b009f5f3fed9f56a332929f38a04718d66673a3
calls.c (expand_call): Check DECL_BUILT_IN_CLASS before accessing DECL_FUNCTION_CODE.

* calls.c (expand_call): Check DECL_BUILT_IN_CLASS before
accessing DECL_FUNCTION_CODE.
* dojump.c (do_jump): Likewise.
* gimplify.c (gimplify_call_expr): Likewise.
* predict.c (expr_expected_value): Likewise.
(strip_builtin_expect): Likewise.
* tree-inline.c (estimate_num_insns_1): Likewise.
* tree-ssa-loop-im.c (stmt_cost): Likewise
* fold-const.c (fold): Test for BUILT_IN_NORMAL.
(tree_expr_nonnegative_p): Likewise.

From-SVN: r93864
gcc/ChangeLog
gcc/calls.c
gcc/dojump.c
gcc/fold-const.c
gcc/gimplify.c
gcc/predict.c
gcc/tree-inline.c
gcc/tree-ssa-loop-im.c
This page took 0.061473 seconds and 5 git commands to generate.