SIMD & reduction on signed types emits sign-conversion diagnostic #45304
Labels
bugzilla
Issues migrated from bugzilla
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
confirmed
Verified by a second party
openmp
Extended Description
With -Wsign-conversion, an & reduction on an integer value will emit a diagnostic. Here is a simple test case:
When compiling:
The text was updated successfully, but these errors were encountered: