https://gcc.gnu.org/g:f5d723ae07924307e5e9e6939112aed886f4aceb
commit r17-1858-gf5d723ae07924307e5e9e6939112aed886f4aceb Author: Iain Sandoe <[email protected]> Date: Tue Jun 23 10:53:18 2026 +0100 Objective-C++: Parallelize the tests. 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]> Diff: --- 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 92e90bf44bd9..7beb93798179 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++:
