pr84512.c: Xfail on alpha*-*-*.
* gcc.dg/tree-ssa/pr84512.c: Xfail on alpha*-*-*. From-SVN: r263204
This commit is contained in:
parent
7f87c8dae2
commit
4bbea04470
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-08-01 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* gcc.dg/tree-ssa/pr84512.c: Xfail on alpha*-*-*.
|
||||
|
||||
2018-08-01 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* gcc.dg/tree-prof/stringop-1.c: Adjust scanned pattern.
|
||||
|
|
|
@ -12,5 +12,5 @@ int foo()
|
|||
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 } } } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue