<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 - bug_taskwait_detach failing on 32-bit x86 Linux"
   href="https://bugs.llvm.org/show_bug.cgi?id=49356">49356</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>bug_taskwait_detach failing on 32-bit x86 Linux
          </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>normal
          </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>lukebenes@hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Since tasking/bug_taskwait_detach.cpp was added in 3c31b78455da, I'm seeing the
failure below on x86 but not on x86-64. I've confirmed this issue on clang
built by both gcc 10 and clang 12. 

FAIL: libomp :: tasking/bug_taskwait_detach.cpp (71140 of 71323)
******************** TEST 'libomp :: tasking/bug_taskwait_detach.cpp' FAILED
********************
Script:
--
: 'RUN: at line 1';   /llvm-project/build/./bin/clang++ -fopenmp -pthread
-fno-experimental-isel  -I /llvm-project/openmp/runtime/test -I
/llvm-project/build/projects/openmp/runtime/src -L /llvm-project/build/lib  -I
/llvm-project/openmp/runtime/test/ompt -std=c++14
/llvm-project/openmp/runtime/test/tasking/bug_taskwait_detach.cpp -o
/llvm-project/build/projects/openmp/runtime/test/tasking/Output/bug_taskwait_detach.cpp.tmp
-lm -latomic &&
/llvm-project/build/projects/openmp/runtime/test/tasking/Output/bug_taskwait_detach.cpp.tmp
--
Exit Code: -11

Command Output (stdout):
--
$ ":" "RUN: at line 1"
$ "/llvm-project/build/./bin/clang++" "-fopenmp" "-pthread"
"-fno-experimental-isel" "-I" "/llvm-project/openmp/runtime/test" "-I"
"/llvm-project/build/projects/openmp/runtime/src" "-L"
"/llvm-project/build/lib" "-I" "/llvm-project/openmp/runtime/test/ompt"
"-std=c++14"
"/llvm-project/openmp/runtime/test/tasking/bug_taskwait_detach.cpp" "-o"
"/llvm-project/build/projects/openmp/runtime/test/tasking/Output/bug_taskwait_detach.cpp.tmp"
"-lm" "-latomic"
$
"/llvm-project/build/projects/openmp/runtime/test/tasking/Output/bug_taskwait_detach.cpp.tmp"
note: command had no output on stdout or stderr
error: command failed with exit status: -11

--


<span class="quote">> uname -a</span >
Linux linux-645r 5.10.16-1-pae #1 SMP Sat Feb 13 16:20:19 UTC 2021 (11381f3)
i686 i686 i386 GNU/Linux

<span class="quote">> lsb_release -a</span >
Description:    openSUSE Tumbleweed
Release:        20210218</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>