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
[649/1195] Building CXX object tests/sub_group/CMakeFiles/test_sub_group_objects.dir/sub_group_semantics.cpp.o
../tests/sub_group/sub_group_semantics.cpp:123:15: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
123 | bool result[code_count];
| ^~~~~~~~~~
../tests/sub_group/sub_group_semantics.cpp:123:15: note: read of non-const variable 'code_count' is not allowed in a constant expression
../tests/sub_group/sub_group_semantics.cpp:121:10: note: declared here
121 | size_t code_count =
| ^
1 warning generated.
The text was updated successfully, but these errors were encountered:
SYCL-CTS/tests/sub_group/sub_group_semantics.cpp
Lines 120 to 123 in 9691bc0
Build log:
The text was updated successfully, but these errors were encountered: