-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Labels
clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"clang:openmpOpenMP related changes to ClangOpenMP related changes to ClanghangCompiler hang (infinite loop)Compiler hang (infinite loop)
Description
Compiler Explorer: https://gcc.godbolt.org/z/7c9dKMGcW
When compile this program with option -O0 -fopenmp-simd, Clang hangs:
static int a;
#pragma omp declare target
b = b ^ 3 + a;Metadata
Metadata
Assignees
Labels
clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"clang:openmpOpenMP related changes to ClangOpenMP related changes to ClanghangCompiler hang (infinite loop)Compiler hang (infinite loop)