public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dominiq at lps dot ens.fr" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/59160] New: The test c-c++-common/cilk-plus/PS/reduction-3.c fails on x86_64-apple-darwin1(0|3)*.
Date: Sun, 17 Nov 2013 11:43:00 -0000	[thread overview]
Message-ID: <bug-59160-4@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59160

            Bug ID: 59160
           Summary: The test c-c++-common/cilk-plus/PS/reduction-3.c fails
                    on x86_64-apple-darwin1(0|3)*.
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: aldyh at gcc dot gnu.org, iains at gcc dot gnu.org
              Host: x86_64-apple-darwin1(0|3)*
            Target: x86_64-apple-darwin1(0|3)*
             Build: x86_64-apple-darwin1(0|3)*

The test c-c++-common/cilk-plus/PS/reduction-3.c (r204863) fails on
x86_64-apple-darwin1(0|3)* with the error:

/opt/gcc/_clean/gcc/testsuite/c-c++-common/cilk-plus/PS/reduction-3.c:10:20:
fatal error: malloc.h: No such file or directory

It succeeds with the following patch

--- ../_clean/gcc/testsuite/c-c++-common/cilk-plus/PS/reduction-3.c   
2013-11-15 23:09:51.000000000 +0100
+++ gcc/testsuite/c-c++-common/cilk-plus/PS/reduction-3.c    2013-11-17
12:29:18.000000000 +0100
@@ -7,7 +7,8 @@
 #if HAVE_IO
 #include <stdio.h>
 #endif
-#include <malloc.h>
+/* #include <malloc.h> */
+#include <stdlib.h>

 int
 reduction_simd (int *a)

Is the line

/* FIXME: This test has been xfailed until reductions are fixed.  */

still relevant? I don't see any xfail in the source.


             reply	other threads:[~2013-11-17 11:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-17 11:43 dominiq at lps dot ens.fr [this message]
2013-11-18 15:49 ` [Bug testsuite/59160] " aldyh at redhat dot com
2013-11-18 16:02 ` dominiq at lps dot ens.fr
2013-11-18 16:05 ` aldyh at redhat dot com
2013-11-18 16:45 ` dominiq at lps dot ens.fr
2013-11-18 16:48 ` aldyh at redhat dot com
2013-11-18 16:53 ` dominiq at lps dot ens.fr
2013-11-18 16:58 ` iains at gcc dot gnu.org
2013-11-18 17:13 ` dominiq at lps dot ens.fr
2013-11-18 18:22 ` iains at gcc dot gnu.org
2013-11-18 18:47 ` law at redhat dot com
2013-11-18 18:49 ` dominiq at lps dot ens.fr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-59160-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).