[test-suite] Exclude another UB tests from the gcc-torture suite

Reviewed By: lenary

Patch by Johannes Doerfert <johannes@jdoerfert.de>

Differential Revision: https://reviews.llvm.org/D77988
diff --git a/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt b/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
index a01dfc8..c4ce499 100644
--- a/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
+++ b/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
@@ -99,6 +99,10 @@
   # UB: Creates two `restrict` pointers that alias in the same scope.
   pr38212.c
 
+  # UB: Each comparisons in (cyx != cyy || mpn_cmp (dx, dy, size + 1) != 0 ||
+  #     dx[size] != 0x12345678) is UB on its own.
+  921202-1.c
+
   # The following all expect very specific optimiser behavior from the compiler
 
   # __builtin_return_address(n) with n > 0 not guaranteed to give expected result