Restrict 'c-c++-common/goacc/mdc-1.c' to LP64, LLP64
The tree dump scanning has certain expectations. gcc/testsuite/ * c-c++-common/goacc/mdc-1.c: Restrict to LP64, LLP64. From-SVN: r279720
This commit is contained in:
parent
b8c9cc5100
commit
c36371aa34
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2019-12-23 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* c-c++-common/goacc/mdc-1.c: Restrict to LP64, LLP64.
|
||||
|
||||
2019-12-23 Richard Sandiford <richard.sandiford@arm.com>
|
||||
|
||||
PR c++/92789
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
/* Test OpenACC's support for manual deep copy, including the attach
|
||||
and detach clauses. */
|
||||
|
||||
/* { dg-do compile { target int32 } } */
|
||||
/* TODO The tree dump scanning has certain expectations.
|
||||
{ dg-do compile { target { lp64 || llp64 } } } */
|
||||
/* { dg-additional-options "-fdump-tree-omplower" } */
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue