<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 - [OpenMP 5.0] Incorrect results for scan directive"
   href="https://bugs.llvm.org/show_bug.cgi?id=49115">49115</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[OpenMP 5.0] Incorrect results for scan directive
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>OpenMP
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>Clang Compiler Support
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>jhdavis@udel.edu
          </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=24506" name="attach_24506" title="Source of reproducer for the OpenMP scan correctness bug.">attachment 24506</a> <a href="attachment.cgi?id=24506&action=edit" title="Source of reproducer for the OpenMP scan correctness bug.">[details]</a></span>
Source of reproducer for the OpenMP scan correctness bug.

Overview: Program using the OpenMP scan directive and reduction(inscan...)
gives incorrect results when compiled with Clang 12.0.0-20210125.

Steps to reproduce:

1. Compile with `clang -lm -fopenmp scan_bug_reproducer.c`.

2. Run with `./a.out`

Actual results:

`Test failed, total errors: 1016.`

Expected results:

`Test passed.`

Build & Hardware:
clang version 12.0.0 (<a href="https://github.com/llvm/llvm-project.git">https://github.com/llvm/llvm-project.git</a>
d36812892c16b551f058774babbc8727737f80cd)
Target: powerpc64le-unknown-linux-gnu
Thread model: posix
InstalledDir: /sw/summit/ums/stf010/llvm/12.0.0-20210125/bin

Additional information:

Reproducer source attached.</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>