Tested on x86_64-darwin, pushed to trunk, thanks
Iain

--- 8< ---

Although this is a small testsuite, waiting for it to complete
when debugging Objective-C issues is unproductive.  Keep the number
of parallel tests to 6, as per Objective-C.

gcc/objcp/ChangeLog:

        * Make-lang.in: Test in parallel with up to 6 instances.

Signed-off-by: Iain Sandoe <[email protected]>
---
 gcc/objcp/Make-lang.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/objcp/Make-lang.in b/gcc/objcp/Make-lang.in
index 92e90bf44bd..7beb9379817 100644
--- a/gcc/objcp/Make-lang.in
+++ b/gcc/objcp/Make-lang.in
@@ -140,6 +140,8 @@ obj-c++.tags: force
        $(ETAGS) --include TAGS.sub --include ../TAGS.sub
 
 lang_checks += check-obj-c++
+lang_checks_parallelized += check-obj-c++
+check_obj-c++_parallelize = 6
 
 # No objc-c++-specific selftests
 selftest-obj-c++:
-- 
2.50.1 (Apple Git-155)

Reply via email to