[LLVMbugs] [Bug 15370] New: Assertion when object returned by value is assigned to an identifier with an address_space qualifier
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 26 17:58:54 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15370
Bug ID: 15370
Summary: Assertion when object returned by value is assigned to
an identifier with an address_space qualifier
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: sschiffli at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10091
--> http://llvm.org/bugs/attachment.cgi?id=10091&action=edit
Test case
I'm seeing the following assertion when using the head of clang:
Assertion failed: Elt->getType() == FTy->getParamType(ArgNo), file
..\..\..\..\..\..\llvm\tools\clang\lib\CodeGen\CGCall.cpp, line 1789
Using the following command line:
clang -S -emit-llvm test.cpp -o test.ll -O0
--
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/20130227/7410c158/attachment.html>
More information about the llvm-bugs
mailing list