<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:dblaikie@gmail.com" title="David Blaikie <dblaikie@gmail.com>"> <span class="fn">David Blaikie</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - .debug_lines wrong when inlined functions are used."
   href="https://llvm.org/bugs/show_bug.cgi?id=24716">bug 24716</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>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>dblaikie@gmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - .debug_lines wrong when inlined functions are used."
   href="https://llvm.org/bugs/show_bug.cgi?id=24716#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - .debug_lines wrong when inlined functions are used."
   href="https://llvm.org/bugs/show_bug.cgi?id=24716">bug 24716</a>
              from <span class="vcard"><a class="email" href="mailto:dblaikie@gmail.com" title="David Blaikie <dblaikie@gmail.com>"> <span class="fn">David Blaikie</span></a>
</span></b>
        <pre>What's incorrect about the zero line number?

It looks like these instructions may be associated with the global ctor for
this file, so there's no particular line to associate it with.

Here's a simpler example:

  int f();
  int x = f();
  int y = f();

this produces 3 functions:

__cxx_global_var_init, with code associated with line 2
__cxx_global_var_init.1, with code associated with line 3
_GLOBAL__sub_I_x.cpp, with code associated with line 0, and calls init and
init.1

So there doesn't seem like there's any good line to associate that function
with, just with the file in general.</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>