[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:
parent
143f00e112
commit
df1f46241d
@ -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
|
||||
|
@ -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*-*-* } } } */
|
||||
|
Loading…
Reference in New Issue
Block a user