From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60810 invoked by alias); 3 Mar 2015 09:46:45 -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 60791 invoked by uid 89); 3 Mar 2015 09:46:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ie0-f178.google.com Received: from mail-ie0-f178.google.com (HELO mail-ie0-f178.google.com) (209.85.223.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 03 Mar 2015 09:46:43 +0000 Received: by iecar1 with SMTP id ar1so55655866iec.0 for ; Tue, 03 Mar 2015 01:46:41 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.94.199 with SMTP id de7mr22210055oeb.23.1425376001529; Tue, 03 Mar 2015 01:46:41 -0800 (PST) Received: by 10.76.98.137 with HTTP; Tue, 3 Mar 2015 01:46:41 -0800 (PST) In-Reply-To: <3767387.bpTxfRPWdO@polaris> References: <3767387.bpTxfRPWdO@polaris> Date: Tue, 03 Mar 2015 09:46:00 -0000 Message-ID: Subject: Re: [IA-64] Fix gcc.dg/torture/vshuf-v8qi.c From: Richard Biener To: Eric Botcazou Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00126.txt.bz2 On Tue, Mar 3, 2015 at 9:56 AM, Eric Botcazou wrote: > Hi, > > the test fails at -O2 because of the assertion recently added to gen_reg_rtx > that crtl->emit.regno_pointer_align_length is non-zero. Now the function > expand_vec_perm_interleave_2 can be invoked at the GIMPLE level in "testing" > mode and crtl->emit is not initialized by that time. > > Tested on ia64-linux-gnu, OK for mainline and 4.9 branch? Ok. Thanks, Richard. > > 2015-03-03 Eric Botcazou > > * config/ia64/ia64.c (expand_vec_perm_interleave_2): Use gen_raw_REG > to create a register in testing mode. > > > -- > Eric Botcazou