[Bug testsuite/84049] libgomp.c++/for-[56].C and libgomp.c/for-[56].c take a long time to run

2018-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84049 --- Comment #3 from Jakub Jelinek --- What's expensive on for-6.C? #pragma omp parallel for with 10 iterations each, doing #pragma omp atomic in there. For capping the number of threads, you can always just export OMP_NUM_THREADS=32 or something

[Bug testsuite/84049] libgomp.c++/for-[56].C and libgomp.c/for-[56].c take a long time to run

2018-01-26 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84049 --- Comment #2 from H.J. Lu --- FAIL: libgomp.c++/for-11.C execution test FAIL: libgomp.c++/for-13.C execution test have the same issue. They just lead to WARNING: program timed out. WARNING: program timed out.

[Bug testsuite/84049] libgomp.c++/for-[56].C and libgomp.c/for-[56].c take a long time to run

2018-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84049 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|