<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 - ompt/misc/control_tool.c failing on AArch64"
href="https://bugs.llvm.org/show_bug.cgi?id=40131">40131</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>ompt/misc/control_tool.c failing on AArch64
</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>Runtime Library
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>greened@obbligato.org
</td>
</tr>
<tr>
<th>CC</th>
<td>hahnjo@hahnjo.de, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>I am seeing the following running the OMPT tests on AArch64:
/ptmp/dag/cce-clang/openmp/runtime/test/ompt/misc/control_tool.c:26:17: error:
CHECK-NEXT: expected string not found in input
// CHECK-NEXT: {{^}}[[MASTER_ID]]: current_address={{.*}}[[RETURN_ADDRESS]]
^
<stdin>:9:1: note: scanning from here
281474976710657: current_address=0x403594 or 0x403590
^
<stdin>:9:1: note: with variable "MASTER_ID" equal to "281474976710657"
281474976710657: current_address=0x403594 or 0x403590
^
<stdin>:9:1: note: with variable "RETURN_ADDRESS" equal to "0x40358c"
281474976710657: current_address=0x403594 or 0x403590
^
<stdin>:9:13: note: possible intended match here
281474976710657: current_address=0x403594 or 0x403590
Originally, other OMPT tests will failing in the same way. Removing
-fno-experimental-isel from the OMP testing flags caused those tests to start
passing.</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>