<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:aprantl@apple.com" title="Adrian Prantl <aprantl@apple.com>"> <span class="fn">Adrian Prantl</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp:171: void llvm::DwarfFile::addScopeVariable(llvm::LexicalScope *, llvm::DbgVariable *): Assertion `CurNum != ArgNum && "Duplicate argument"' failed."
   href="http://llvm.org/bugs/show_bug.cgi?id=22502">bug 22502</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>ASSIGNED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp:171: void llvm::DwarfFile::addScopeVariable(llvm::LexicalScope *, llvm::DbgVariable *): Assertion `CurNum != ArgNum && "Duplicate argument"' failed."
   href="http://llvm.org/bugs/show_bug.cgi?id=22502#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp:171: void llvm::DwarfFile::addScopeVariable(llvm::LexicalScope *, llvm::DbgVariable *): Assertion `CurNum != ArgNum && "Duplicate argument"' failed."
   href="http://llvm.org/bugs/show_bug.cgi?id=22502">bug 22502</a>
              from <span class="vcard"><a class="email" href="mailto:aprantl@apple.com" title="Adrian Prantl <aprantl@apple.com>"> <span class="fn">Adrian Prantl</span></a>
</span></b>
        <pre>Both failures should now be fixed:

Author: adrian <adrian@91177308-0d34-0410-b5e6-96231b3b80d8>
Date:   Tue Feb 10 23:18:28 2015 +0000

    Debug Info: Support variables that are described by more than one MMI
    table entry. This happens when SROA splits up an alloca and the resulting
    allocas cannot be lowered to SSA values because their address is passed
    to a function.

    Fixes PR22502.

    git-svn-id: <a href="https://llvm.org/svn/llvm-project/llvm/trunk@228764">https://llvm.org/svn/llvm-project/llvm/trunk@228764</a>

Author: adrian <adrian@91177308-0d34-0410-b5e6-96231b3b80d8>
Date:   Tue Feb 10 23:32:56 2015 +0000

    Add the missing testcase for r228764.

    git-svn-id: <a href="https://llvm.org/svn/llvm-project/llvm/trunk@228766">https://llvm.org/svn/llvm-project/llvm/trunk@228766</a></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>