https://llvm.org/bugs/show_bug.cgi?id=23721

            Bug ID: 23721
           Summary: "double indirection not handled" crash with
                    -fsanitize=address
           Product: clang
           Version: 3.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

clang:
/usr/global/zeev/llvm-3.6.1.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:781:
void llvm::DwarfCompileUnit::addComplexAddress(const llvm::DbgVariable&,
llvm::DIE&, llvm::dwarf::Attribute, const llvm::MachineLocation&): Assertion
`!DV.getVariable().isIndirect() && "double indirection not handled"' failed.
#0 0x7fcc900713b2 llvm::sys::PrintStackTrace(_IO_FILE*)
(/usr/global/zeev/install/jpm/ro/3rd/llvm/3.6.1/x86_64-linux-2.6-libc6/bin/../lib/libLLVM-3.6.so+0xcd23b2)
 

Compiles fines without the sanitizer. Also compiles fine when I remove the
always_inline attribute from one of the functions in the call chain.

-- 
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