<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:glider@google.com" title="Alexander Potapenko <glider@google.com>"> <span class="fn">Alexander Potapenko</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - -ffreestanding affects name mangling in C++"
   href="http://llvm.org/bugs/show_bug.cgi?id=12396">bug 12396</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>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>WORKSFORME
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - -ffreestanding affects name mangling in C++"
   href="http://llvm.org/bugs/show_bug.cgi?id=12396#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - -ffreestanding affects name mangling in C++"
   href="http://llvm.org/bugs/show_bug.cgi?id=12396">bug 12396</a>
              from <span class="vcard"><a class="email" href="mailto:glider@google.com" title="Alexander Potapenko <glider@google.com>"> <span class="fn">Alexander Potapenko</span></a>
</span></b>
        <pre>I see the same output for __INTPTR_TYPE__ on my machine, yet the original
problem is still reproducible for me:

$ bin/clang++ --version
clang version 3.4 (193352)
Target: x86_64-apple-darwin12.5.0
Thread model: posix

$ bin/clang++   -c t.cc -ffreestanding && nm t.o 

0000000000000040 s EH_frame0
0000000000000000 T __Z3Bary
0000000000000058 S __Z3Bary.eh
                 U __Z3Fooy

$ bin/clang++   -c t.cc  && nm t.o 
0000000000000040 s EH_frame0
0000000000000000 T __Z3Barm
0000000000000058 S __Z3Barm.eh
                 U __Z3Foom</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>