Skip to content
New issue

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 invalid input with openmp directive #24804

Closed
zmodem opened this issue Aug 11, 2015 · 3 comments
Closed

clang hangs on invalid input with openmp directive #24804

zmodem opened this issue Aug 11, 2015 · 3 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla clang Clang issues not falling into any other category

Comments

@zmodem
Copy link
Collaborator

zmodem commented Aug 11, 2015

Bugzilla Link 24430
Resolution FIXED
Resolved on Aug 12, 2015 12:02
Version unspecified
OS Linux
CC @alexey-bataev

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)

@zmodem
Copy link
Collaborator Author

zmodem commented Aug 11, 2015

assigned to @alexey-bataev

@alexey-bataev
Copy link
Member

Committed revision 244719.
Hans, could you backport it to 3.7?

@zmodem
Copy link
Collaborator Author

zmodem commented Aug 12, 2015

Hans, could you backport it to 3.7?

Sure, merged in r244766.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla clang Clang issues not falling into any other category
Projects
None yet
Development

No branches or pull requests

2 participants