llvm/llvm-project

[OpenMP] Assertion `llvm::isUIntN(BitWidth, val) && "Value is not an N-bit unsigned value"' failed.

Open

#139.268 aperta il 9 mag 2025

Vedi su GitHub
 (9 commenti) (0 reazioni) (1 assegnatario)C++ (10.782 fork)batch import
clang:frontendclang:openmpconfirmedcrashgood first issue

Metriche repository

Star
 (26.378 star)
Metriche merge PR
 (Merge medio 1g 2h) (1000 PR mergiate in 30 g)

Descrizione

Reproducible on Godbolt: https://godbolt.org/z/xzM7oEf33

void f(void) {
#pragma omp unroll partial(0xFFFFFFFFF)
  for (int i = 0; i < 10; i++)
    ;
}

Guida contributor