[llvm-bugs] [Bug 40131] New: ompt/misc/control_tool.c failing on AArch64

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Dec 21 08:38:39 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=40131

            Bug ID: 40131
           Summary: ompt/misc/control_tool.c failing on AArch64
           Product: OpenMP
           Version: unspecified
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Runtime Library
          Assignee: unassignedbugs at nondot.org
          Reporter: greened at obbligato.org
                CC: hahnjo at hahnjo.de, llvm-bugs at lists.llvm.org

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181221/8c271adc/attachment.html>


More information about the llvm-bugs mailing list