Skip to content

tests: fix intel/compiler/test_fs_scoreboard.cpp when building on RHEL7 / Amazon Linux 2

Henry Goffin requested to merge AMZN-hgoffin/mesa:fixtests_gcc7 into main

Without this change, test_fs_scoreboard.cpp does not compile on GCC 7 due to the use of C99 initializers in a C++ source file.

Merge request reports