From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118185 invoked by alias); 4 Dec 2015 13:49:18 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 117085 invoked by uid 89); 4 Dec 2015 13:49:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qk0-f178.google.com Received: from mail-qk0-f178.google.com (HELO mail-qk0-f178.google.com) (209.85.220.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 04 Dec 2015 13:49:16 +0000 Received: by qkdb5 with SMTP id b5so3281040qkd.0 for ; Fri, 04 Dec 2015 05:49:14 -0800 (PST) X-Received: by 10.55.221.4 with SMTP id n4mr2576020qki.5.1449236954415; Fri, 04 Dec 2015 05:49:14 -0800 (PST) Received: from ?IPv6:2601:181:c000:c497:a2a8:cdff:fe3e:b48? ([2601:181:c000:c497:a2a8:cdff:fe3e:b48]) by smtp.googlemail.com with ESMTPSA id g3sm5144802qhg.12.2015.12.04.05.49.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Dec 2015 05:49:13 -0800 (PST) To: GCC Patches From: Nathan Sidwell Subject: [graphite] test needs pthreads Message-ID: <566199D9.1050106@acm.org> Date: Fri, 04 Dec 2015 13:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020309000503020104060200" X-SW-Source: 2015-12/txt/msg00562.txt.bz2 This is a multi-part message in MIME format. --------------020309000503020104060200 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-length: 121 The recently added test graphite/id-28.c requires pthreads due to its use of -fcilkplus. Committed as obvious. nathan --------------020309000503020104060200 Content-Type: text/x-patch; name="graphite.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="graphite.patch" Content-length: 470 2015-12-04 Nathan Sidwell * gcc.dg/graphite/id-28.c: Requires pthreads. Index: testsuite/gcc.dg/graphite/id-28.c =================================================================== --- testsuite/gcc.dg/graphite/id-28.c (revision 231265) +++ testsuite/gcc.dg/graphite/id-28.c (working copy) @@ -1,4 +1,5 @@ /* { dg-options "-fcilkplus -floop-nest-optimize -O3" } */ +/* { dg-require-effective-target pthread } */ #if HAVE_IO #include --------------020309000503020104060200--