<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW " title="NEW --- - &quot;double indirection not handled&quot; crash with -fsanitize=address" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23721&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=yHe1m1ju9z8uRs6hXe93t9InHbQzW-0dej-5VtNawSU&s=IueihNZ4rDeAaWkgUDg6LeBFYa0n8loNqRKzj2-5v84&e=">23721</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>"double indirection not handled" crash with -fsanitize=address
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.6
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>C++
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>oleg00@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>dgregor@apple.com, llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>