[Bug tree-optimization/84824] DCE fails to remove dead code of std::function constructor
manjian2006 at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Mar 28 10:11:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84824
--- Comment #16 from linzj <manjian2006 at gmail dot com> ---
Created attachment 43783
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43783&action=edit
This patch trying simulate a local escaped node for function call.
This patch trying simulate a local escaped node for function call. Thus all
function call get the correct clobber/use set.
More information about the Gcc-bugs
mailing list