https://bugs.llvm.org/show_bug.cgi?id=42861
Richard Smith <richard-l...@metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|DUPLICATE |---
Status|RESOLVED |REOPENED
--- Comment #4 from Richard Smith <richard-l...@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._______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs