[llvm-bugs] [Bug 39336] init-capture of initializer_list fails to extend lifetime
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Oct 19 12:03:58 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39336
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |FIXED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Fixed in r344801.
> ### EXPECTED RUN OUTPUT:
> A::~A()
> A::~A()
> Hi.
You meant
### EXPECTED RUN OUTPUT:
Hi.
A::~A()
A::~A()
Right? =)
--
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/20181019/cb64251f/attachment.html>
More information about the llvm-bugs
mailing list