Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 0bfeb65

Browse files
jdoerfertlenary
authored andcommitted
[test-suite] Exclude another UB tests from the gcc-torture suite
Reviewed By: lenary Patch by Johannes Doerfert <[email protected]> Differential Revision: https://reviews.llvm.org/D77988
1 parent 8502ef5 commit 0bfeb65

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
@@ -99,6 +99,10 @@ file(GLOB UnsupportedTests CONFIGURE_DEPENDS
9999
# UB: Creates two `restrict` pointers that alias in the same scope.
100100
pr38212.c
101101

102+
# UB: Each comparisons in (cyx != cyy || mpn_cmp (dx, dy, size + 1) != 0 ||
103+
# dx[size] != 0x12345678) is UB on its own.
104+
921202-1.c
105+
102106
# The following all expect very specific optimiser behavior from the compiler
103107

104108
# __builtin_return_address(n) with n > 0 not guaranteed to give expected result

0 commit comments

Comments
 (0)