<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 - GOMP interface: missing 5.0 symbols"
   href="https://bugs.llvm.org/show_bug.cgi?id=46579">46579</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>GOMP interface: missing 5.0 symbols
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>OpenMP
          </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>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Runtime Library
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>protze@itc.rwth-aachen.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Starting with gcc9, libgomp implements the following GOMP_5.0 symbols, which
are not exported by the LLVM/OpenMP rumtime:

GOMP_loop_doacross_start
GOMP_loop_maybe_nonmonotonic_runtime_next
GOMP_loop_maybe_nonmonotonic_runtime_start
GOMP_loop_nonmonotonic_runtime_next
GOMP_loop_nonmonotonic_runtime_start
GOMP_loop_ordered_start
GOMP_loop_start
GOMP_loop_ull_doacross_start
GOMP_loop_ull_maybe_nonmonotonic_runtime_next
GOMP_loop_ull_maybe_nonmonotonic_runtime_start
GOMP_loop_ull_nonmonotonic_runtime_next
GOMP_loop_ull_nonmonotonic_runtime_start
GOMP_loop_ull_ordered_start
GOMP_loop_ull_start
GOMP_parallel_loop_maybe_nonmonotonic_runtime
GOMP_parallel_loop_nonmonotonic_runtime
GOMP_parallel_reductions
GOMP_sections2_start
GOMP_taskgroup_reduction_register
GOMP_taskgroup_reduction_unregister
GOMP_task_reduction_remap
GOMP_taskwait_depend
GOMP_teams_reg
GOMP_workshare_task_reduction_unregister

Especially the missing nonmonotonic symbols let linking of codes fail, which
successfully linked when compiled with gcc <=8.</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>