[LLVMbugs] [Bug 21565] r221918 breaks bootstrap on Fedora 20/x86-64
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Nov 20 14:33:44 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21565
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Richard Smith <richard-llvm at metafoo.co.uk> ---
I've made the conditions that enable this workaround even more specific in
r222471. In addition to checking that the exception specification is for a
'std::X::swap' member function (where X is array, pair, priority_queue, stack,
or queue), we also check that it starts with 'noexcept(noexcept(swap'.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141120/184622a3/attachment.html>
More information about the llvm-bugs
mailing list