<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 --- - 3.9 compilation failure on valid code: array type mismatch"
   href="https://llvm.org/bugs/show_bug.cgi?id=31725">31725</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>3.9 compilation failure on valid code: array type mismatch
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>3.9
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>All
          </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>-New Bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>jeremyhu@apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Clang 3.9 incorrectly errors out with some legacy static assert macros (eg:
libunwind).  This issue was addressed in 4.0 with r280330.

Please consider cherry-picking this commit into release_39 in case there is
ever a 3.9.2.

commit 0c1c1751472348ead92a1c5ffd6a7db08dd446e7
Author: Akira Hatanaka <<a href="mailto:ahatanaka@apple.com">ahatanaka@apple.com</a>>
Date:   Thu Sep 1 01:03:21 2016 +0000

    [Sema] Don't diagnose an array type mismatch when the new or previous
    declaration has a dependent type.

    This fixes a bug where clang errors out on a valid code.

    rdar://problem/28051467

    Differential Revision: <a href="https://reviews.llvm.org/D24110">https://reviews.llvm.org/D24110</a>


    git-svn-id: <a href="https://llvm.org/svn/llvm-project/cfe/trunk@280330">https://llvm.org/svn/llvm-project/cfe/trunk@280330</a>
91177308-0d34-0410-b5e6-96231b3b80d8</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>