* c-c++-common/cilk-plus/PS/reduction-3.c: Use stdlib.h.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Nov 2013 18:44:49 +0000 (18:44 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Nov 2013 18:44:49 +0000 (18:44 +0000)
        Remove spurious FIXME.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204977 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/cilk-plus/PS/reduction-3.c

index af4631f..9dd4e62 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-18  Dominique d'Humieres  <dominiq@lps.ens.fr>
+
+       * c-c++-common/cilk-plus/PS/reduction-3.c: Use stdlib.h.
+       Remove spurious FIXME.
+
 2013-11-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * c-c++-common/cilk-plus/PS/body.c: Add fopenmp effective target check.
index 26822d6..35cb904 100644 (file)
@@ -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 <stdio.h>
 #endif
-#include <malloc.h>
+#include <stdlib.h>
 
 int
 reduction_simd (int *a)