diff --git a/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt b/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt --- a/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt +++ b/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt @@ -136,6 +136,10 @@ # Clang at -O0 does not enable -finstrument-functions # (https://bugs.llvm.org/show_bug.cgi?id=49143) eeprof-1.c + + # Size of array element is not a multiple of its alignment. + pr36093.c + pr43783.c ) list(APPEND TestsToSkip ${UnsupportedTests})