We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b482df commit 48adf16Copy full SHA for 48adf16
SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
@@ -136,6 +136,10 @@ file(GLOB UnsupportedTests CONFIGURE_DEPENDS
136
# Clang at -O0 does not enable -finstrument-functions
137
# (https://bugs.llvm.org/show_bug.cgi?id=49143)
138
eeprof-1.c
139
+
140
+ # Size of array element is not a multiple of its alignment.
141
+ pr36093.c
142
+ pr43783.c
143
)
144
list(APPEND TestsToSkip ${UnsupportedTests})
145
0 commit comments