aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/Regression/C/gcc-c-torture/README
diff options
context:
space:
mode:
Diffstat (limited to 'SingleSource/Regression/C/gcc-c-torture/README')
-rw-r--r--SingleSource/Regression/C/gcc-c-torture/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/SingleSource/Regression/C/gcc-c-torture/README b/SingleSource/Regression/C/gcc-c-torture/README
new file mode 100644
index 00000000..a1691be5
--- /dev/null
+++ b/SingleSource/Regression/C/gcc-c-torture/README
@@ -0,0 +1,17 @@
+# GCC C Torture Suite
+
+This directory contains a checkout of
+svn://gcc.gnu.org/svn/gcc/trunk/gcc/testsuite/gcc.c-torture/execute .
+
+Last checked at SVN version 275024
+
+CMake Build configuration added by the LLVM project. The tests in
+`execute/builtins` are not run, and each CMakeLists.txt contains a list of tests
+to skip. These are both general and architecture-specific.
+
+There are not Makefiles for this part of the test suite.
+
+# Platform-specific concerns:
+
+RISC-V: The list of tests to exclude on RISC-V was devised using glibc and qemu.
+You may have to exclude additional tests when running with newlib and/or spike.