[Bug testsuite/47479] make -j 12 RUNTESTFLAGS="--target_board 'unix{-m32,}'" isn't parallelized

2011-01-26 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47479 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug testsuite/47479] make -j 12 RUNTESTFLAGS="--target_board 'unix{-m32,}'" isn't parallelized

2011-01-26 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47479 --- Comment #5 from H.J. Lu 2011-01-26 21:48:10 UTC --- I have to use exactly: RUNTESTFLAGS=--target_board='unix{-m32,}'

[Bug testsuite/47479] make -j 12 RUNTESTFLAGS="--target_board 'unix{-m32,}'" isn't parallelized

2011-01-26 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47479 --- Comment #4 from H.J. Lu 2011-01-26 21:37:19 UTC --- There are $(lang_checks_parallelized): check-% : site.exp @if [ -z "$(filter-out --target_board=%, $(RUNTESTFLAGS))" ] \ && [ "$(filter -j, $(MFLAGS))" = "-j" ]; then \

[Bug testsuite/47479] make -j 12 RUNTESTFLAGS="--target_board 'unix{-m32,}'" isn't parallelized

2011-01-26 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47479 --- Comment #3 from H.J. Lu 2011-01-26 19:11:31 UTC --- I tried RUNTESTFLAGS="--target_board 'unix\{-m32,\}'". It doesn't look like parallelized: [hjl@gnu-32 gcc]$ ls build-x86_64-linux/gcc/testsuite g++ gcc gfortran objc [hjl@gnu-32 gcc]$

[Bug testsuite/47479] make -j 12 RUNTESTFLAGS="--target_board 'unix{-m32,}'" isn't parallelized

2011-01-26 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47479 --- Comment #2 from H.J. Lu 2011-01-26 17:51:36 UTC --- (In reply to comment #1) > Just use RUNTESTFLAGS='--target_board=unix\{-m32,\}' > which is parallelized. Is there a way to paralelize --target_board 'unix{-m32,}'?

[Bug testsuite/47479] make -j 12 RUNTESTFLAGS="--target_board 'unix{-m32,}'" isn't parallelized

2011-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47479 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f