This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/79634] ICE in expand_builtin_with_bounds, at builtins.c:7490


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79634

--- Comment #5 from Alexander Ivchenko <aivchenk at gmail dot com> ---
(In reply to Ilya Enkovich from comment #4)
> We hit function pointer propagation issues before and chkp_redirect_edge
> with corresponding code in redirect_call_stmt_to_callee appeared to handle
> them. Why doesn't it work in this case?

cgraph_edge::redirect_call_stmt_to_callee is not called at all here. I'll try
to figure out why tomorrow

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]