You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit af00019
[OpenMP] Always inline the OpenMP outlined function
void a() {
#pragma omp parallel if (0)
;
}
Attributes 'noinline and alwaysinline' are incompatible!
void (i32*, i32*)* @.omp_outlined.
in function .omp_outlined.
fatal error: error in backend: Broken function found, compilation aborted!
Extended Description
Presumably after:
commit af00019
[OpenMP] Always inline the OpenMP outlined function
void a() {
#pragma omp parallel if (0)
;
}
Attributes 'noinline and alwaysinline' are incompatible!
void (i32*, i32*)* @.omp_outlined.
in function .omp_outlined.
fatal error: error in backend: Broken function found, compilation aborted!
See: https://godbolt.org/z/W1nnr7e8G
The text was updated successfully, but these errors were encountered: