[llvm-bugs] [Bug 25817] New: Expected an OpenMP directive on #pragma omp declare simd

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 14 01:10:13 PST 2015


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

            Bug ID: 25817
           Summary: Expected an OpenMP directive on #pragma omp declare
                    simd
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Clang Compiler Support
          Assignee: unassignedclangbugs at nondot.org
          Reporter: yukariin at yandex.ru
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15438
  --> https://llvm.org/bugs/attachment.cgi?id=15438&action=edit
Test file content and compilation result

Hi!
Today I'm tried to build a Blender (with enabled OpenMP and Cycles render
engine) with Clang, LLVM and libomp 3.7.0 on my Gentoo Linux laptop.
But I get `Expected an OpenMP directive` error on macro `#pragma omp declare
simd notinbranch` and compilation fails.
I'm also tried to compile small test file with `#pragma omp declare simd` - and
get same error.
So, this macro is not implemented yet or something?

-- 
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/20151214/ec752642/attachment.html>


More information about the llvm-bugs mailing list