Commit 206c8300 by Richard Biener Committed by Richard Biener

pr83435.c: Restrict to target pthread.

2018-01-16  Richard Biener  <rguenther@suse.de>

	* gcc.dg/graphite/pr83435.c: Restrict to target pthread.

From-SVN: r256724
parent 453ec1ad
2018-01-16 Richard Biener <rguenther@suse.de> 2018-01-16 Richard Biener <rguenther@suse.de>
* gcc.dg/graphite/pr83435.c: Restrict to target pthread.
2018-01-16 Richard Biener <rguenther@suse.de>
PR testsuite/82132 PR testsuite/82132
* gcc.dg/vect/vect-tail-nomask-1.c: Copy posix_memalign boiler-plate * gcc.dg/vect/vect-tail-nomask-1.c: Copy posix_memalign boiler-plate
from gcc.dg/torture/pr60092.c. from gcc.dg/torture/pr60092.c.
......
/* { dg-do compile } */ /* { dg-do compile { target pthread } } */
/* { dg-options "-O -ftree-parallelize-loops=2 -floop-parallelize-all" } */ /* { dg-options "-O -ftree-parallelize-loops=2 -floop-parallelize-all" } */
int yj, ax; int yj, ax;
......
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