diff --git a/SingleSource/Regression/C/gcc-c-torture/execute/ieee/CMakeLists.txt b/SingleSource/Regression/C/gcc-c-torture/execute/ieee/CMakeLists.txt --- a/SingleSource/Regression/C/gcc-c-torture/execute/ieee/CMakeLists.txt +++ b/SingleSource/Regression/C/gcc-c-torture/execute/ieee/CMakeLists.txt @@ -35,6 +35,14 @@ compare-fp-3.c ) +if(TEST_SUITE_PROFILE_GENERATE OR TEST_SUITE_PROFILE_USE) + file(GLOB UnsupportedWithPGO CONFIGURE_DEPENDS + # Fails to compile when compiling with instrumentation + compare-fp-3.c + ) + list(APPEND TestsToSkip ${UnsupportedWithPGO}) +endif() + ## ## Architecture-specific Test Blacklists ##