This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/52887] Bootstrap on AIX failure: Undefined symbol: .std::function<void (std::__regex::_PatternCursor const&, std::__regex::_Results&)>::function(std::function<void (std::__regex::_PatternCursor const&, std::__regex::_Results&)> const&)
- From: "skunk at iskunk dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 12 May 2012 05:09:15 +0000
- Subject: [Bug bootstrap/52887] Bootstrap on AIX failure: Undefined symbol: .std::function<void (std::__regex::_PatternCursor const&, std::__regex::_Results&)>::function(std::function<void (std::__regex::_PatternCursor const&, std::__regex::_Results&)> const&)
- Auto-submitted: auto-generated
- References: <bug-52887-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52887
--- Comment #8 from Daniel Richard G. <skunk at iskunk dot org> 2012-05-12 05:09:15 UTC ---
(In reply to comment #7)
> Looks as though it also needs
> template class function<bool (__regex::_PatternCursor const&)>;
I added that, and with the two instantiations, bootstrap completes
successfully.
(I don't suppose that's the fix, however, given that other systems don't need
this...)