https://gcc.gnu.org/g:55e2804be05d29a6331dc820571979ef7b9aba19

commit r16-5769-g55e2804be05d29a6331dc820571979ef7b9aba19
Author: Jose E. Marchesi <[email protected]>
Date:   Sat Oct 11 19:58:04 2025 +0200

    a68: testsuite: revised MC Algol 68 test set
    
    We cannot distribute the MC Test Set with GCC as of now, due to not
    clear distribution terms of the stuff.  Until this gets clarified with
    the CWI (then Mathematical Centrum) a README.mcts file explains how to
    manually fetch and install the test set.
    
    gcc/testsuite/ChangeLog
    
            * algol68/README.mcts: New file.

Diff:
---
 gcc/testsuite/algol68/README.mcts | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gcc/testsuite/algol68/README.mcts 
b/gcc/testsuite/algol68/README.mcts
new file mode 100644
index 000000000000..cdf95ce628b2
--- /dev/null
+++ b/gcc/testsuite/algol68/README.mcts
@@ -0,0 +1,18 @@
+The mcts testsuite is not distributed along with GCC due to unclear
+distribution terms of its contents, which have to be clarified with
+the CWI.
+
+In the meanwhile, you can find the testset at:
+
+  https://git.sr.ht/~jemarch/a68-mcts
+
+In order to install them in the GCC sources, just copy the file and
+two directories to the testsuite/algol68 directory, like:
+
+  $ git clone https://git.sr.ht/~jemarch/a68-mcts
+  $ cd a68-mcts
+  $ cp README.mcts  /path/to/gcc/gcc/testsuite/algol68/
+  $ cp -r compile/* /path/to/gcc/gcc/testsuite/algol68/compile/
+  $ cp -r execute/* /path/to/gcc/gcc/testsuite/algol68/execute/
+
+Then make check-algol68 will include the evil MCTS as well.

Reply via email to