[llvm-bugs] [Bug 32044] New: tools/clang/lib/AST/Expr.cpp:1876: bool clang::InitListExpr::isTransparent() const: Assertion `getNumInits() == 1 && "multiple inits in glvalue init list"' failed
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Feb 22 19:30:08 PST 2017
http://bugs.llvm.org/show_bug.cgi?id=32044
Bug ID: 32044
Summary: tools/clang/lib/AST/Expr.cpp:1876: bool
clang::InitListExpr::isTransparent() const: Assertion
`getNumInits() == 1 && "multiple inits in glvalue init
list"' failed
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: C++14
Assignee: unassignedclangbugs at nondot.org
Reporter: compnerd at compnerd.org
CC: llvm-bugs at lists.llvm.org
Created attachment 18021
--> http://bugs.llvm.org/attachment.cgi?id=18021&action=edit
reduced.cc
This occurs with C++11 and C++14. Attached reduced test case demonstrates the
assertion failure.
--
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/20170223/c53c4394/attachment.html>
More information about the llvm-bugs
mailing list