We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
assigned to @alexey-bataev
Sorry, something went wrong.
Committed revision 244719. Hans, could you backport it to 3.7?
Hans, could you backport it to 3.7?
Sure, merged in r244766.
alexey-bataev
No branches or pull requests
Extended Description
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)
The text was updated successfully, but these errors were encountered: