From: Nathan Sidwell Date: Fri, 11 Dec 2015 15:55:48 +0000 (+0000) Subject: * gcc.dg/pr59605-1.c: Reduce iterations for nvptx. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=603853643fccce945ae6ab2f72adb4b02051fe97;p=gcc.git * gcc.dg/pr59605-1.c: Reduce iterations for nvptx. From-SVN: r231570 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1372d841305..af682a95af0 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 d7567accf5d..6d6ff2397f4 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"