From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15034 invoked by alias); 11 Jul 2011 06:49:12 -0000 Received: (qmail 15026 invoked by uid 22791); 11 Jul 2011 06:49:11 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta07.emeryville.ca.mail.comcast.net (HELO qmta07.emeryville.ca.mail.comcast.net) (76.96.30.64) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jul 2011 06:48:56 +0000 Received: from omta07.emeryville.ca.mail.comcast.net ([76.96.30.59]) by qmta07.emeryville.ca.mail.comcast.net with comcast id 6WnZ1h0011GXsucA7Wota4; Mon, 11 Jul 2011 06:48:53 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta07.emeryville.ca.mail.comcast.net with comcast id 6Wou1h00K0BKwT48UWouY5; Mon, 11 Jul 2011 06:48:55 +0000 Subject: Re: PATCH: Check ia32 in GCC tests Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <20110710022218.GA6203@intel.com> Date: Mon, 11 Jul 2011 07:48:00 -0000 Cc: gcc-patches@gcc.gnu.org, Uros Bizjak Content-Transfer-Encoding: 7bit Message-Id: References: <20110707172953.GA6453@intel.com> <20110710022218.GA6203@intel.com> To: "H.J. Lu" X-IsSubscribed: yes 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 X-SW-Source: 2011-07/txt/msg00779.txt.bz2 On Jul 9, 2011, at 7:22 PM, H.J. Lu wrote: > On Thu, Jul 07, 2011 at 10:29:53AM -0700, H.J. Lu wrote: >> Hi, >> >> On Linux/x86-64, when we pass >> >> RUNTESTFLAGS="--target_board='unix{-mx32}'" >> >> to GCC tests, we can't check lp64/ilp32 for availability of 64bit x86 >> instructions. This patch adds ia32 and x32 effetive targets. OK for >> trunk? >> > > Here is a followup patch to use ia32 effetive target. OK for trunk? Ok.