From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27427 invoked by alias); 22 Dec 2013 13:45:45 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 27412 invoked by uid 89); 22 Dec 2013 13:45:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,KAM_MXURI,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 X-HELO: omr-d03.mx.aol.com Received: from omr-d03.mx.aol.com (HELO omr-d03.mx.aol.com) (205.188.109.200) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 22 Dec 2013 13:45:43 +0000 Received: from mtaout-mac02.mx.aol.com (mtaout-mac02.mx.aol.com [172.26.222.206]) by omr-d03.mx.aol.com (Outbound Mail Relay) with ESMTP id 3778B70000097 for ; Sun, 22 Dec 2013 08:45:41 -0500 (EST) Received: from [192.168.0.5] (cpe-69-133-204-177.cinci.res.rr.com [69.133.204.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-mac02.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id D1357380000A2 for ; Sun, 22 Dec 2013 08:45:40 -0500 (EST) Message-ID: <52B6ED00.6050809@aol.com> Date: Sun, 22 Dec 2013 13:45:00 -0000 From: Tim Prince Reply-To: tprince@computer.org User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: disable cilk build/test on unsupported target? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit x-aol-global-disposition: G x-aol-sid: 3039ac1adece52b6ed042dac X-AOL-IP: 69.133.204.177 X-SW-Source: 2013-12/txt/msg00140.txt.bz2 I built gcc with partial success: Platform: x86_64-unknown-cygwin configure flags: --prefix=/usr/local/gcc4.9/ --enable-languages='c c++ fortran' --enable-libgomp --enable-threads=posix --disable-libmudflap --disable-__cxa_atexit --with-dwarf2 --without-libiconv-prefix --without-libintl-prefix --with-system-zlib As far as I've been able to find out, there's no support for cilkrts on this target, so I would have thought there would be a way to skip those tests. I do have the Intel supplied library for ICL/visual studio. Apparently there's also a problem with stabs ( relocation truncated to fit: R_X86_64_32 against `.text'), at least according to the options chosen in make check: ..... FAIL: gcc.dg/debug/20020220-1.c -gstabs1 (test for excess errors) UNRESOLVED: gcc.dg/debug/20020220-1.c -gstabs1 compilation failed to produce executable I'm surprised not to find any test result quoted for this target, so the configure is my own guess. gfortran seems to run well enough; gcc builds have a tendency to hang when running tests involving ? operator and attempted vectorization. -- Tim Prince