[LLVMbugs] [Bug 17330] New: Assertion failed: isInt() && "Invalid accessor", file C:\work\llvm\tools\clang\include\clang/AST/APValue.h, line 195
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Sep 23 05:33:28 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17330
Bug ID: 17330
Summary: Assertion failed: isInt() && "Invalid accessor", file
C:\work\llvm\tools\clang\include\clang/AST/APValue.h,
line 195
Product: clang
Version: 3.2
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: vanyacpp at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
template <unsigned>
struct x
{
};
void f()
{
}
x<(unsigned)&f> a;
--
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/20130923/2bdd28f6/attachment.html>
More information about the llvm-bugs
mailing list