<html>
<head>
<base href="https://llvm.org/bugs/" />
</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 --- - unknown .eh_frame augmentation string: zPLR problem with OpenMP"
href="https://llvm.org/bugs/show_bug.cgi?id=26541">26541</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>unknown .eh_frame augmentation string: zPLR problem with OpenMP
</td>
</tr>
<tr>
<th>Product</th>
<td>lld
</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>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ismail@i10z.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=15860" name="attach_15860" title="Testcase">attachment 15860</a> <a href="attachment.cgi?id=15860&action=edit" title="Testcase">[details]</a></span>
Testcase
λ clang++ -fopenmp -O0 mandelbrot-mp.cpp
mandelbrot-mp.cpp:38:12: warning: declaration shadows a local variable
[-Wshadow]
char c = ' ';
^
mandelbrot-mp.cpp:29:13: note: previous declaration is here
complex c = begin + complex(x * span.real() / (width + 1.0),
^
mandelbrot-mp.cpp:41:21: warning: implicit conversion changes signedness: 'int'
to 'unsigned long' [-Wsign-conversion]
c = charset[n % (sizeof(charset) - 1)];
^ ~
2 warnings generated.
unknown .eh_frame augmentation string: zPLR
clang-3.9: error: linker command failed with exit code 1 (use -v to see
invocation)
λ clang++ -v
clang version 3.9.0 (trunk 260076)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/clang/bin
Found candidate GCC installation: /usr/lib64/gcc/x86_64-suse-linux/5
Selected GCC installation: /usr/lib64/gcc/x86_64-suse-linux/5
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Selected multilib: .;@m64
Works fine if we don't use -fopenmp.</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>