Skip to content

Commit 530a35c

Browse files
committed
Remove test with undefined behavior for -fshort-enums
1 parent 0bd88a6 commit 530a35c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,9 @@ if(ARCH STREQUAL "MOS")
452452
# Bizarre use of computed goto (LLVM bug 45818).
453453
920302-1.c
454454

455+
# Undefined behavior with short enums and short == int.
456+
enum-3.c
457+
455458
# Temporarily disabled tests.
456459
# ---------------------------
457460

0 commit comments

Comments
 (0)