Commit df1f4624 by Tom de Vries Committed by Tom de Vries

[testsuite] Add nvptx xfail to pr84512.c

2018-03-19  Tom de Vries  <tom@codesourcery.com>

	* gcc.dg/tree-ssa/pr84512.c: Don't require effective target
	vect_int_mult.  Add nvptx xfail for PR84958.

From-SVN: r258656
parent 143f00e1
2018-03-19 Tom de Vries <tom@codesourcery.com>
* gcc.dg/tree-ssa/pr84512.c: Don't require effective target
vect_int_mult. Add nvptx xfail for PR84958.
2018-03-19 Nathan Sidwell <nathan@acm.org> 2018-03-19 Nathan Sidwell <nathan@acm.org>
PR c++/84835 PR c++/84835
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O3 -fdump-tree-optimized" } */ /* { dg-options "-O3 -fdump-tree-optimized" } */
/* { dg-require-effective-target vect_int_mult } */
int foo() int foo()
{ {
...@@ -13,4 +12,5 @@ int foo() ...@@ -13,4 +12,5 @@ int foo()
return res; return res;
} }
/* { dg-final { scan-tree-dump "return 285;" "optimized" } } */ /* Target nvptx xfail due to PR84958. */
/* { dg-final { scan-tree-dump "return 285;" "optimized" { xfail nvptx*-*-* } } } */
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