]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/19616 (missed tail call)
authorSteven Bosscher <steven@gcc.gnu.org>
Wed, 26 Jan 2005 15:08:50 +0000 (15:08 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Wed, 26 Jan 2005 15:08:50 +0000 (15:08 +0000)
commitead553a1d9f9206c1f5a3b1a6799ea877fc9a845
tree001ffb21efda9c3fb69f2a80771b3f74a68f663a
parent7533544070c29d561a1b570c08f126123264e150
re PR middle-end/19616 (missed tail call)

PR middle-end/19616
* tree.h (CALL_EXPR_TAILCALL): Add comment.
* calls.c (check_sibcall_argument_overlap_1): Revert the change
to this function from 2004-07-10.
* tree-tailcall.c (suitable_for_tail_opt_p): Do not consider the
the current function for tail call optimizations if the address
of one of it its arguments is taken.

From-SVN: r94265
gcc/ChangeLog
gcc/calls.c
gcc/tree-tailcall.c
gcc/tree.h