------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-05
19:55 -------
This should be skiped on x86 with -fPIC:
/* If we are generating position-independent code, we cannot sibcall
optimize any indirect call, or a direct call to a global function,
as the PLT requires %ebx be live. */
if (!TARGET_64BIT && flag_pic && (!decl || TREE_PUBLIC (decl)))
return false;
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|middle-end |target
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-01-05 19:55:32
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19278