From 603853643fccce945ae6ab2f72adb4b02051fe97 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Fri, 11 Dec 2015 15:55:48 +0000 Subject: [PATCH] * gcc.dg/pr59605-1.c: Reduce iterations for nvptx. From-SVN: r231570 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/pr59605-2.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" -- 2.30.2