From: nathan Date: Fri, 11 Dec 2015 15:55:48 +0000 (+0000) Subject: * gcc.dg/pr59605-1.c: Reduce iterations for nvptx. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e7fa9b0d2aec65a2e8042679ee25c425594ee54;p=thirdparty%2Fgcc.git * gcc.dg/pr59605-1.c: Reduce iterations for nvptx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231570 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1372d8413054..af682a95af02 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-12-11 Nathan Sidwell + + * gcc.dg/pr59605-1.c: Reduce iterations for nvptx. + 2015-12-11 Jan Beulich * gcc.c-torture/execute/stkalign.c: New. diff --git a/gcc/testsuite/gcc.dg/pr59605-2.c b/gcc/testsuite/gcc.dg/pr59605-2.c index d7567accf5de..6d6ff2397f4d 100644 --- a/gcc/testsuite/gcc.dg/pr59605-2.c +++ b/gcc/testsuite/gcc.dg/pr59605-2.c @@ -1,6 +1,6 @@ /* { dg-do run } */ /* { dg-options "-O2" } */ -/* { dg-additional-options "-DMAX_COPY=1025" { target simulator } } */ +/* { dg-additional-options "-DMAX_COPY=1025" { target { { simulator } || { nvptx-*-* } } } } */ /* { dg-additional-options "-minline-stringops-dynamically" { target { i?86-*-* x86_64-*-* } } } */ #include "pr59605.c"