<html>
    <head>
      <base href="https://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 - Inconsistent setting of is_stmt in .debug_line"
   href="https://llvm.org/bugs/show_bug.cgi?id=15962">bug 15962</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;">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 - Inconsistent setting of is_stmt in .debug_line"
   href="https://llvm.org/bugs/show_bug.cgi?id=15962#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Inconsistent setting of is_stmt in .debug_line"
   href="https://llvm.org/bugs/show_bug.cgi?id=15962">bug 15962</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>I think this is fixed, at least it looks like it on a quick glance. If not,
feel free to reopen:

Address            Line   Column File   ISA Discriminator Flags
------------------ ------ ------ ------ --- ------------- -------------
0x0000000000000000      7      0      1   0             0  is_stmt
0x0000000000000000      7     26      1   0             0
0x000000000000000c      8      3      1   0             0  is_stmt prologue_end
0x0000000000000044      9     11      1   0             0  is_stmt
0x0000000000000050     10     11      1   0             0  is_stmt
0x000000000000005c     11     11      1   0             0  is_stmt
0x0000000000000068     12     12      1   0             0  is_stmt
0x0000000000000074     14      1      1   0             0  is_stmt
0x0000000000000090     16      0      1   0             0  is_stmt
0x00000000000000a4     18     10      1   0             0  is_stmt prologue_end
0x00000000000000b4     18      8      1   0             0
0x00000000000000b8     19      3      1   0             0  is_stmt
0x00000000000000c4     20      3      1   0             0  is_stmt
0x00000000000000dc      3      0      1   0             0  is_stmt
0x00000000000000dc      3     21      1   0             0
0x00000000000000f4      4     10      1   0             0  is_stmt prologue_end
0x00000000000000f8      4     16      1   0             0
0x0000000000000100      4     21      1   0             0
0x0000000000000118     23      0      1   0             0  is_stmt
0x0000000000000118     23     41      1   0             0
0x0000000000000124     24      5      1   0             0  is_stmt prologue_end
0x000000000000012c     24      5      1   0             2
0x0000000000000130     24      5      1   0             2  end_sequence

where we have an initial is_stmt on the definition line of the various
functions and then an is_stmt at the end of the prologue (no is_stmt during the
prologue).</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>