https://sourceware.org/bugzilla/show_bug.cgi?id=28417

--- Comment #6 from Jonathan Wakely <jwakely.gcc at gmail dot com> ---
Search_directory() says:

// We need a default constructor because we put this in a
// std::vector

That is not true since C++11. Since the constructor is broken (has undefined
behaviour, which libstdc++ turns into an exception) and isn't needed for the
stated purpose, maybe it should just be removed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to