[gcc/devel/modula-2] Bugfix for 102323 gm2 testsuite is now parallelized.

Gaius Mulley gaius@gcc.gnu.org
Wed Oct 13 16:17:05 GMT 2021


https://gcc.gnu.org/g:f737a5994d132d37e6d83c77088ede6d01e3264d

commit f737a5994d132d37e6d83c77088ede6d01e3264d
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Wed Oct 13 17:16:10 2021 +0100

    Bugfix for 102323 gm2 testsuite is now parallelized.
    
    2021-10-13  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
    
    gcc/m2/ChangeLog:
    
            * m2/Make-lang.in (lang_checks_parallelized): Include check-gm2.
            (check_gm2_parallelize) Set to 10000.
    
    Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>

Diff:
---
 gcc/m2/Make-lang.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/m2/Make-lang.in b/gcc/m2/Make-lang.in
index 5f80c9b7f84..8721879530a 100644
--- a/gcc/m2/Make-lang.in
+++ b/gcc/m2/Make-lang.in
@@ -2253,6 +2253,9 @@ check-modula-2: check-gm2
 check_modula-2: check-gm2
 
 lang_checks += check-gm2
+lang_checks_parallelized += check-gm2
+# For description see the check_$lang_parallelize comment in gcc/Makefile.in.
+check_gm2_parallelize = 10000
 
 check-gm2-local: $(GM2TESTSUITEDIR)/site.exp
 	-(rootme=`${PWD_COMMAND}`; export rootme; \


More information about the Gcc-cvs mailing list