From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72575 invoked by alias); 12 Mar 2015 00:52:58 -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 72010 invoked by uid 89); 12 Mar 2015 00:52:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 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-f182.google.com Received: from mail-ie0-f182.google.com (HELO mail-ie0-f182.google.com) (209.85.223.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 12 Mar 2015 00:52:56 +0000 Received: by iecvj10 with SMTP id vj10so5457289iec.0 for ; Wed, 11 Mar 2015 17:52:54 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.107.167.145 with SMTP id q139mr70648878ioe.16.1426121574657; Wed, 11 Mar 2015 17:52:54 -0700 (PDT) Received: by 10.36.107.85 with HTTP; Wed, 11 Mar 2015 17:52:54 -0700 (PDT) In-Reply-To: <20150311222120.GA16631@ibm-tiger.the-meissners.org> References: <20150305200638.GA3059@ibm-tiger.the-meissners.org> <20150311222120.GA16631@ibm-tiger.the-meissners.org> Date: Thu, 12 Mar 2015 00:52:00 -0000 Message-ID: Subject: Re: [PATCH] PR target/65240, Fix Power{7,8} insn constraint issue with -O3 -ffast-math From: David Edelsohn To: Michael Meissner , GCC Patches Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2015-03/txt/msg00656.txt.bz2 On Wed, Mar 11, 2015 at 6:21 PM, Michael Meissner wrote: > On Wed, Mar 11, 2015 at 01:02:06PM -0400, David Edelsohn wrote: >> I am concerned with the create_TOC_reference use for TARGET_TOC. Has >> this been tested with big endian -mcmodel=small? > > Yes, that was a problem. Patch coming up soon. Thanks. Can you call rs6000_emit_move_directly? Thanks, David