[test-suite] Exclude gcc-c-torture/execute/pr38212.c due to UB
diff --git a/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt b/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
index c3fbfb2..6cc689e 100644
--- a/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
+++ b/SingleSource/Regression/C/gcc-c-torture/execute/CMakeLists.txt
@@ -96,6 +96,9 @@
   # clang is not obliged to replicate.
   pr64242.c
 
+  # UB: Creates two `restrict` pointers that alias in the same scope.
+  pr38212.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