From 5a7c60e7e35fd7df48c2e3ddd678b1bbc9c124a1 Mon Sep 17 00:00:00 2001 From: law Date: Mon, 18 Nov 2013 18:44:49 +0000 Subject: [PATCH] * c-c++-common/cilk-plus/PS/reduction-3.c: Use stdlib.h. Remove spurious FIXME. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204977 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/c-c++-common/cilk-plus/PS/reduction-3.c | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index af4631f437cf..9dd4e626d1da 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-11-18 Dominique d'Humieres + + * c-c++-common/cilk-plus/PS/reduction-3.c: Use stdlib.h. + Remove spurious FIXME. + 2013-11-18 Kyrylo Tkachov * c-c++-common/cilk-plus/PS/body.c: Add fopenmp effective target check. diff --git a/gcc/testsuite/c-c++-common/cilk-plus/PS/reduction-3.c b/gcc/testsuite/c-c++-common/cilk-plus/PS/reduction-3.c index 26822d633ffa..35cb904a540f 100644 --- a/gcc/testsuite/c-c++-common/cilk-plus/PS/reduction-3.c +++ b/gcc/testsuite/c-c++-common/cilk-plus/PS/reduction-3.c @@ -1,13 +1,11 @@ /* { dg-do run } */ /* { dg-options "-O3 -fcilkplus" } */ -/* FIXME: This test has been xfailed until reductions are fixed. */ - #define N 256 #if HAVE_IO #include #endif -#include +#include int reduction_simd (int *a) -- 2.47.2