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 c++/84824] DCE fails to remove dead code of std::function constructor


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

--- Comment #2 from linzj <manjian2006 at gmail dot com> ---
Okay, it's std::_Function_base::_Base_manager<getFunc(int)::<lambda(int, int)>
>::_M_manager(std::_Any_data &, const std::_Any_data &,
std::_Manager_operation) (__dest=..., __source=...,
__op=std::__destroy_functor) 

function that dce fails to remove.

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