[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
This commit is contained in:
Tom de Vries 2018-03-19 19:12:53 +00:00 committed by Tom de Vries
parent 143f00e112
commit df1f46241d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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>
PR c++/84835

View File

@ -1,6 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O3 -fdump-tree-optimized" } */
/* { dg-require-effective-target vect_int_mult } */
int foo()
{
@ -13,4 +12,5 @@ int foo()
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*-*-* } } } */