<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:paul_robinson@playstation.sony.com" title="Paul Robinson <paul_robinson@playstation.sony.com>"> <span class="fn">Paul Robinson</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - char[4] variable has no DWARF location at -O2"
   href="https://bugs.llvm.org/show_bug.cgi?id=30641">bug 30641</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 - char[4] variable has no DWARF location at -O2"
   href="https://bugs.llvm.org/show_bug.cgi?id=30641#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - char[4] variable has no DWARF location at -O2"
   href="https://bugs.llvm.org/show_bug.cgi?id=30641">bug 30641</a>
              from <span class="vcard"><a class="email" href="mailto:paul_robinson@playstation.sony.com" title="Paul Robinson <paul_robinson@playstation.sony.com>"> <span class="fn">Paul Robinson</span></a>
</span></b>
        <pre>It looks like "no_location" starts getting a location list with a
constant and DW_OP_stack_value, starting in LLVM 6.0.  Ideally the
constant value would be described as spanning the entire scope, but
this is good enough for me to be willing to resolve as fixed.

0x00000051:     DW_TAG_variable
                  DW_AT_location         (0x00000000
                     0x0000000000000011 - 0x0000000000000034: DW_OP_constu
0x4030201, DW_OP_stack_value)
                  DW_AT_name     ("no_location")
...</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>