From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31420 invoked by alias); 11 Apr 2008 11:57:58 -0000 Received: (qmail 31411 invoked by uid 22791); 11 Apr 2008 11:57:57 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.187) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Apr 2008 11:57:40 +0000 Received: by nf-out-0910.google.com with SMTP id h3so239070nfh.6 for ; Fri, 11 Apr 2008 04:57:37 -0700 (PDT) Received: by 10.78.154.1 with SMTP id b1mr2393606hue.51.1207915056985; Fri, 11 Apr 2008 04:57:36 -0700 (PDT) Received: by 10.78.120.19 with HTTP; Fri, 11 Apr 2008 04:57:36 -0700 (PDT) Message-ID: Date: Fri, 11 Apr 2008 12:14:00 -0000 From: "=?GB2312?B?zuLq2A==?=" To: gcc-help@gcc.gnu.org, gcc@gcc.gnu.org Subject: GCC-4.3.0 fails to compile SPECint-2006 with control speculation on itanium processor MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 X-SW-Source: 2008-04/txt/msg00165.txt.bz2 Hi: I am working on gcc-4.3.0 and Redhat ES 4. When I uses the compiler to build specint-2006 benchmarks, none passes the make with compiler option: -msched-control-spec (enable control speculation on IA-64) Here is part of the error log: # Error 400.perlbench: Error with make! # # Error 401.bzip2: Error with make! # # Error 403.gcc: Error with make! # # Error 429.mcf: Error with make! # # Error 445.gobmk: Error with make! # # Error 456.hmmer: Error with make! # # Error 458.sjeng: Error with make! # # Error 462.libquantum: Error with make! # # Error 464.h264ref: Error with make! # # Error 471.omnetpp: Error with make! # # Error 473.astar: Error with make! # # Error 483.xalancbmk: Error with make! # So any help ? Thanks