OSDN Git Service

* Make-lang.in (check-go): Remove.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Dec 2010 22:45:54 +0000 (22:45 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Dec 2010 22:45:54 +0000 (22:45 +0000)
(lang_checks_parallelized): Add check-go.
(check_go_parallelize): Set.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168137 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/go/ChangeLog
gcc/go/Make-lang.in

index c98bb27..11fdd49 100644 (file)
@@ -1,3 +1,9 @@
+2010-12-21  Ian Lance Taylor  <iant@google.com>
+
+       * Make-lang.in (check-go): Remove.
+       (lang_checks_parallelized): Add check-go.
+       (check_go_parallelize): Set.
+
 2010-12-13  Ian Lance Taylor  <iant@google.com>
 
        * gospec.c (lang_specific_driver): Add a -o option if not linking
index 4d00816..48799f4 100644 (file)
@@ -119,8 +119,12 @@ go.man: doc/gccgo.1
 go.srcman: doc/gccgo.1
        -cp -p $^ $(srcdir)/doc
 
-check-go:
 lang_checks += check-go
+lang_checks_parallelized += check-go
+check_go_parallelize = go-test.exp=*/test/\[0-57-9a-bd-hj-zA-Z\]* \
+                      go-test.exp=*/test/c* \
+                      go-test.exp=*/test/i* \
+                      go-test.exp=*/test/6*
 
 # Install hooks.