[llvm-bugs] [Bug 26541] New: unknown .eh_frame augmentation string: zPLR problem with OpenMP

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Feb 9 02:30:33 PST 2016


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

            Bug ID: 26541
           Summary: unknown .eh_frame augmentation string: zPLR problem
                    with OpenMP
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: ismail at i10z.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15860
  --> https://llvm.org/bugs/attachment.cgi?id=15860&action=edit
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.

-- 
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/20160209/3b4500ca/attachment.html>


More information about the llvm-bugs mailing list