<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 - Compiling coroutine library crashes backend in debug build"
href="https://bugs.llvm.org/show_bug.cgi?id=47850">47850</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Compiling coroutine library crashes backend in debug build
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>9.0
</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>Backend: X86
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>dhayim1@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>craig.topper@gmail.com, llvm-bugs@lists.llvm.org, llvm-dev@redking.me.uk, pengfei.wang@intel.com, spatel+llvm@rotateright.com
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=24062" name="attach_24062" title="debug filed build">attachment 24062</a> <a href="attachment.cgi?id=24062&action=edit" title="debug filed build">[details]</a></span>
debug filed build
Hello all.
I'm trying to compile my library, concurrencpp, on Linux.
The library is coroutine centric, so a lot of compilation errors/bugs happen
there.
On linux (both real one and wsl) I cannot build the tests on debug mode.
Everything compiles fine on release mode.
To reproduce (use linux and clang9 or above)
git clone <a href="https://github.com/David-Haim/concurrencpp.git">https://github.com/David-Haim/concurrencpp.git</a>
cd concurrencpp
mkdir build ; cd build
cmake ..
make
Attached: output from debug build (wsl/ubuntu)</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>