<html>
    <head>
      <base href="http://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.3 rc1 testing result"
   href="http://llvm.org/bugs/show_bug.cgi?id=15935">15935</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>3.3 rc1 testing result
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>rafael.espindola@gmail.com
          </td>
        </tr>

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

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I did an LTO bootstrap and most things work. The issues I know of that I think
need to be fixed before the release are:

* <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - opt -loop-vectorize breaks this function"
   href="show_bug.cgi?id=15882">Bug 15882</a> is present. r181286 needs to be ported.
* With optimizations clang will still "miscompile"

extern "C" {
  __attribute__((used)) static void f() {
  }
}

by not having a 'f' symbol. I say "miscompile" because that is not actually
required by the standard, but has the potential to break quiet a bit of code.

The patch to fix this in under review at

<a href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130506/173920.html">http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130506/173920.html</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>