<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 --- - [release 3.4] utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp fails on x86_64-darwin11"
   href="http://llvm.org/bugs/show_bug.cgi?id=18913">18913</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[release 3.4] utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp fails on x86_64-darwin11
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libc++
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.4
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

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

        <tr>
          <th>Assignee</th>
          <td>hhinnant@apple.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>fang@csl.cornell.edu
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu, mclow.lists@gmail.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>With a 4-stage bootstrapped clang, I get only 1 failing test with "make
check-libcxx" (cmake):

******************** TEST 'libc++ ::
utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp' FAILED
********************
Command: '/sw/src/fink.build/llvm34-3.4-0e/opt-bin/cc-st2-clang++' '-o'
'/tmp/tmpxbWboMexe'
'/sw/src/fink.build/llvm34-3.4-0e/libcxx-3.4/test/utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp'
'' '-nostdinc++' '-std=c++0x'
'-I/sw/src/fink.build/llvm34-3.4-0e/libcxx-3.4/test/../include'
'-I/sw/src/fink.build/llvm34-3.4-0e/libcxx-3.4/test/../test/support' '' ''
'-L/sw/lib' '-nodefaultlibs'
'-L/sw/src/fink.build/llvm34-3.4-0e/build/stage2.5/lib' '-lc++' '-lc++abi'
'/sw/src/fink.build/llvm34-3.4-0e/build/stage2/bin/../lib/clang/3.4/lib/darwin/libclang_rt.i386.a'
'-lSystem'
Exit Code: 1
Standard Error:
--
/sw/src/fink.build/llvm34-3.4-0e/libcxx-3.4/test/utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp:29:5:
error: static_assert failed ""
    static_assert((std::is_trivially_copy_constructible<std::pair<int, int>
<span class="quote">>::value), "");</span >
    ^            
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
--

Compilation failed unexpectedly!
********************</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>