From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22035 invoked by alias); 31 Mar 2017 15:36:04 -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 22003 invoked by uid 89); 31 Mar 2017 15:36:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=HTo:U*pthaugen, cell X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 Mar 2017 15:36:01 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id v2VFZw5j008102; Fri, 31 Mar 2017 10:35:58 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id v2VFZvMV008101; Fri, 31 Mar 2017 10:35:57 -0500 Date: Fri, 31 Mar 2017 15:38:00 -0000 From: Segher Boessenkool To: Pat Haugen Cc: GCC Patches , David Edelsohn Subject: Re: [PATCH rs6000] Fix PR target/80107, ICE in final_scan_insn Message-ID: <20170331153556.GC4402@gate.crashing.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg01578.txt.bz2 On Fri, Mar 31, 2017 at 10:25:00AM -0500, Pat Haugen wrote: > float2_internal uses gen_extendhidi2 on a VSX > register but extendhidi2 only supports GPRs if -mno-gen-cell-microcode > is in effect. Fixed by adding a check of TARGET_VSX_SMALL_INTEGER. Yuck :-) > Bootstrap/regtest on powerpc64le-linux with no regressions, ok for > trunk? The -mvsx-small-integer option/code was introduced in GCC 7 so no > need for backport. With this line removed: > +! { dg-prune-output "-mno-gen-cell-microcode requires -mcpu=cell" } Okay, thanks! Segher