2018-08-01  Uros Bizjak  <ubiz...@gmail.com>

    * gcc.dg/tree-ssa/pr84512.c: Xfail on alpha*-*-*.

Tested on alphaev68-linux-gnu, committed to mainline SVN.

Uros.

Index: gcc.dg/tree-ssa/pr84512.c
===================================================================
--- gcc.dg/tree-ssa/pr84512.c   (revision 263193)
+++ gcc.dg/tree-ssa/pr84512.c   (working copy)
@@ -12,5 +12,5 @@
   return res;
 }

-/* Target nvptx xfail due to PR84958.  */
-/* { dg-final { scan-tree-dump "return 285;" "optimized" { xfail {
nvptx*-*-* || { sparc*-*-* && lp64 } } } } } */
+/* Listed targets xfailed due to PR84958.  */
+/* { dg-final { scan-tree-dump "return 285;" "optimized" { xfail { {
alpha*-*-* nvptx*-*-* } || { sparc*-*-* && lp64 } } } } } */

Reply via email to