]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Skip target not support -pthread [PR104676].
authorJia-Wei Chen <jiawei@iscas.ac.cn>
Tue, 19 Apr 2022 03:11:24 +0000 (11:11 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Thu, 28 Apr 2022 03:22:39 +0000 (11:22 +0800)
commitd5b66a905322262483af5c4ca6cb6676c24e1f3f
tree9034dde9c829463a709327e8cc65753ce13861c0
parentd1ee29fd7fb972fee141a0e475f780be4253758a
testsuite: Skip target not support -pthread [PR104676].

The "ftree-parallelize-loops=" imply -pthread option in gcc/gcc.cc,
some target are not support pthread like elf target use newlib,
and will get an error:

"*-*-elf-gcc: error: unrecognized command-line option '-pthread'"

so we add an additional condition "{target pthread}" to make sure the
dg-additional-options runs on support targets.

gcc/testsuite/ChangeLog

PR target/104676
* gcc.dg/torture/pr104676.c: Add "{target pthread}" check.
gcc/testsuite/gcc.dg/torture/pr104676.c