<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Debug info for the constructor of a templated class emits file for prototype instead of definition"
   href="http://llvm.org/bugs/show_bug.cgi?id=13518">bug 13518</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 - Debug info for the constructor of a templated class emits file for prototype instead of definition"
   href="http://llvm.org/bugs/show_bug.cgi?id=13518#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Debug info for the constructor of a templated class emits file for prototype instead of definition"
   href="http://llvm.org/bugs/show_bug.cgi?id=13518">bug 13518</a>
              from <span class="vcard"><a class="email" href="mailto:echristo@gmail.com" title="Eric Christopher <echristo@gmail.com>"> <span class="fn">Eric Christopher</span></a>
</span></b>
        <pre>dzur:~/tmp> ~/builds/build-llvm/Debug+Asserts/bin/clang -g Test.cpp 
dzur:~/tmp> gdb a.out
(gdb) run
Starting program: a.out 

Program received signal SIGSEGV, Segmentation fault.
Test<int>::Test (this=0x7fffffffe2b8) at Test.cpp:5
5      *((T *)1) = 0;
(gdb) bt
#0  Test<int>::Test (this=0x7fffffffe2b8) at Test.cpp:5
#1  0x0000000000400588 in main () at Test.cpp:9

Seems reasonable.</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>