[llvm-bugs] [Bug 42861] Regression 9.0.0-RC1 Assertion failed: (!E || isa<FunctionParmPackExpr>(E)) && "missing non-odr-use marking for unevaluated decl ref",

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Feb 12 01:58:40 PST 2020


https://bugs.llvm.org/show_bug.cgi?id=42861

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|DUPLICATE                   |---
             Status|RESOLVED                    |REOPENED

--- Comment #4 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Still failing after PR43080 was fixed. Reduced target-independent testcase:

namespace std { struct type_info; }
struct A { virtual ~A(); };
void f(const A &t) { [&t](auto) { typeid(t); }(0); }

-- 
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/20200212/8fa31d69/attachment.html>


More information about the llvm-bugs mailing list