<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - Clang generates incorrect code when compiling chromium's sql_transaction.cc"
   href="https://bugs.llvm.org/show_bug.cgi?id=39574">39574</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Clang generates incorrect code when compiling chromium's sql_transaction.cc
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </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>C++
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ptworek@vewd.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>dgregor@apple.com, llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I've recently run into strange crashes in a chromium based product compiled
with the recent HEAD versions of clang. After some investigation I've
discovered that blink::SQLTransaction::StateFunctionFor seems to return bad
pointers. This is rather strange since the function itself is pretty trivial
<a href="https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/webdatabase/sql_transaction.cc?q=sql_transaction.cc&sq=package:chromium&dr&l=136">https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/webdatabase/sql_transaction.cc?q=sql_transaction.cc&sq=package:chromium&dr&l=136</a>.
What is even more interesting, the problem occurs only if this one specific
function is compiled with optimizations enabled. Adding "pragma clang optimize
on/off" around the function fixes the problem. Another way to solve it is to
simply comment out the second DCHECK in this function. The DCHECK failure is
not a problem however, only its presence affects the generated code somehow.

The issue happens only on armv7, I cannot reproduce it on x86_64.

So far I've been unable to prepare a minimized TC that reproduces this problem
outside of chromium codebase.</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>