<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 - Use of omp atomic causes a compile-time error"
   href="https://bugs.llvm.org/show_bug.cgi?id=48394">48394</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Use of omp atomic causes a compile-time error
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>trunk
          </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>OpenMP
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>a335pate@uwaterloo.ca
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=24236" name="attach_24236" title="This is an MWE that produces the relevant crash backtrace, the one that passes is commented out.">attachment 24236</a> <a href="attachment.cgi?id=24236&action=edit" title="This is an MWE that produces the relevant crash backtrace, the one that passes is commented out.">[details]</a></span>
This is an MWE that produces the relevant crash backtrace, the one that passes
is commented out.

In Clang 11.x, the attached code samples compile fine, but one causes a compile
time error in trunk. Both samples increment a variable in a taskloop with
#pragma omp atomic, but one declares the variable as shared and the other
doesn't, and the one that doesn't crashes clang (trunk).</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>