Skip to content

Commit 48adf16

Browse files
committed
[GCC torture tests] Disable 2 tests with array alignment issues
Since https://reviews.llvm.org/D133711 clang has been rejecting code in these two tests. Recent GCC also rejects this code. Differential Revision: https://reviews.llvm.org/D134417
1 parent 4b482df commit 48adf16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ file(GLOB UnsupportedTests CONFIGURE_DEPENDS
136136
# Clang at -O0 does not enable -finstrument-functions
137137
# (https://bugs.llvm.org/show_bug.cgi?id=49143)
138138
eeprof-1.c
139+
140+
# Size of array element is not a multiple of its alignment.
141+
pr36093.c
142+
pr43783.c
139143
)
140144
list(APPEND TestsToSkip ${UnsupportedTests})
141145

0 commit comments

Comments
 (0)