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: unassignedclangb...@nondot.org
          Reporter: h...@chromium.org
                CC: a.bat...@hotmail.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to