gcc/
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 May 2015 23:39:06 +0000 (23:39 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 May 2015 23:39:06 +0000 (23:39 +0000)
* Makefile.in (check_gcc_parallelize): Delete.
(lang_checks_parallelized): Update comment.
gcc/c
* Make-lang.in (check_gcc_pallelize): Define.
gcc/cp
* Make-lang.in (check_g++_parallelize): Update comment.
gcc/fortran
* Make-lang.in (check_gfortran_parallelize): Update comment.

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

gcc/ChangeLog
gcc/Makefile.in
gcc/c/ChangeLog
gcc/c/Make-lang.in
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/fortran/ChangeLog
gcc/fortran/Make-lang.in

index 233763c..41dde61 100644 (file)
@@ -1,3 +1,8 @@
+2015-05-22  Jim Wilson  <jim.wilson@linaro.org>
+
+       * Makefile.in (check_gcc_parallelize): Delete.
+       (lang_checks_parallelized): Update comment.
+
 2015-05-22  Mikhail Maltsev  <maltsevm@gmail.com>
 
        PR rtl-optimization/66237
index ab9b637..45f210a 100644 (file)
@@ -528,10 +528,6 @@ xm_include_list=@xm_include_list@
 xm_defines=@xm_defines@
 lang_checks=
 lang_checks_parallelized=
-# Upper limit to which it is useful to parallelize this lang target.
-# It doesn't make sense to try e.g. 128 goals for small testsuites
-# like objc or go.
-check_gcc_parallelize=10000
 lang_opt_files=@lang_opt_files@ $(srcdir)/c-family/c.opt $(srcdir)/common.opt
 lang_specs_files=@lang_specs_files@
 lang_tree_files=@lang_tree_files@
@@ -3743,7 +3739,9 @@ check_p_subdirs=$(wordlist 1,$(check_p_count),$(wordlist 1, \
 #
 # To parallelize some language check, add the corresponding check-$lang
 # to lang_checks_parallelized variable and define check_$lang_parallelize
-# variable (see above check_gcc_parallelize description).
+# variable.  This is the upper limit to which it is useful to parallelize the
+# check-$lang target.  It doesn't make sense to try e.g. 128 goals for small
+# testsuites like objc or go.
 $(lang_checks_parallelized): check-% : site.exp
        -rm -rf $(TESTSUITEDIR)/$*-parallel
        @if [ "$(filter -j, $(MFLAGS))" = "-j" ]; then \
index 8af417b..bcad7b7 100644 (file)
@@ -1,3 +1,7 @@
+2015-05-22  Jim Wilson  <jim.wilson@linaro.org>
+
+       * Make-lang.in (check_gcc_pallelize): Define.
+
 2015-05-22  Marek Polacek  <polacek@redhat.com>
 
        PR c/47043
index 64285d9..85365fd 100644 (file)
@@ -95,6 +95,8 @@ c.srcman:
 # List of targets that can use the generic check- rule and its // variant.
 lang_checks += check-gcc
 lang_checks_parallelized += check-gcc
+# For description see the check_$lang_parallelize comment in gcc/Makefile.in.
+check_gcc_parallelize=10000
 
 # 'make check' in gcc/ looks for check-c.  Redirect it to check-gcc.
 check-c : check-gcc
index 047b0a1..7c9b77e 100644 (file)
@@ -1,3 +1,7 @@
+2015-05-22  Jim Wilson  <jim.wilson@linaro.org>
+
+       * Make-lang.in (check_g++_parallelize): Update comment.
+
 2015-05-22  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/65598
index 07568e1..a0847be 100644 (file)
@@ -155,7 +155,7 @@ check-c++-subtargets : check-g++-subtargets
 # List of targets that can use the generic check- rule and its // variant.
 lang_checks += check-g++
 lang_checks_parallelized += check-g++
-# For description see comment above check_gcc_parallelize in gcc/Makefile.in.
+# For description see the check_$lang_parallelize comment in gcc/Makefile.in.
 check_g++_parallelize = 10000
 #\f
 # Install hooks:
index 860f8f9..9ce4b56 100644 (file)
@@ -1,3 +1,7 @@
+2015-05-22  Jim Wilson  <jim.wilson@linaro.org>
+
+       * Make-lang.in (check_gfortran_parallelize): Update comment.
+
 2015-05-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/66176
index 2dc294f..807c29e 100644 (file)
@@ -167,7 +167,7 @@ check-f95-subtargets : check-gfortran-subtargets
 check-fortran-subtargets : check-gfortran-subtargets
 lang_checks += check-gfortran
 lang_checks_parallelized += check-gfortran
-# For description see comment above check_gcc_parallelize in gcc/Makefile.in.
+# For description see the check_$lang_parallelize comment in gcc/Makefile.in.
 check_gfortran_parallelize = 10000
 
 # GFORTRAN documentation.