[llvm-bugs] [Bug 24430] New: clang hangs on invalid input with openmp directive

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 11 12:57:54 PDT 2015


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

            Bug ID: 24430
           Summary: clang hangs on invalid input with openmp directive
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: hans at chromium.org
                CC: a.bataev at hotmail.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

Clang hangs on the source below when invoked with -fopenmp:

$ clang -cc1 -triple x86_64-unknown-freebsd10.2 -fopenmp a.i 2>/dev/null

a.i:

  typedef struct BVHNode {
  #pragma omp parallel for private(j) schedule(static) if (tree1->totleaf >
1024)

-- 
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/20150811/8a816e78/attachment.html>


More information about the llvm-bugs mailing list