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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to