Commit 663305df by Wilco Dijkstra Committed by Wilco Dijkstra

[testsuite] Add target pthread to pr86076.c

Add missing target pthread to ensure test doesn't fail on bare-metal
targets. Committed as obvious.

    testsuite/
	PR tree-optimization/86076
	* gcc.dg/pr86076.c: Add target pthread for bare-metal targets.

From-SVN: r261699
parent 8422c296
2018-06-18 Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/86076
* gcc.dg/pr86076.c: Add target pthread for bare-metal targets.
2018-06-18 Wilco Dijkstra <wdijkstr@arm.com>
PR tree-optimization/64946
* gcc.target/aarch64/vect-abs-compile.c: Remove xfail.
......
/* { dg-do compile } */
/* { dg-do compile { target pthread } } */
/* { dg-options "-O2 -ftree-parallelize-loops=2 -fno-tree-dce -fno-tree-pre -fno-tree-vrp --param max-loop-header-insns=1" } */
int __attribute__ ((noinline))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment