<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - TestConstVariables.py fails on arm/aarch64 linux targets failing frame variable type lookup"
   href="https://llvm.org/bugs/show_bug.cgi?id=27883">27883</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TestConstVariables.py fails on arm/aarch64 linux targets failing frame variable type lookup
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>omair.javaid@linaro.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>TestConstVariables.py fails on arm/aarch64 linux targets failing frame variable
type lookup

Following error is encountered:

(lldb) frame variable index
(int32_t) index = 512
(lldb) expression (index + 512)
(int) $1 = 1024
(lldb) expr (int)getpid(); (index - 256)
error: 'index' has unknown type; cast it to its declared type to use it
error: 1 error parsing expression


This error is compiler specific and visible with > gcc 5.x.x and gcc < 4.9.x.
Seems to be passing with aarch64-linux-gnu-gcc 4.9</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>