From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62424 invoked by alias); 22 Jun 2015 17:07:47 -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 62411 invoked by uid 89); 22 Jun 2015 17:07:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 Jun 2015 17:07:46 +0000 Received: from svr-orw-fem-06.mgc.mentorg.com ([147.34.97.120]) by relay1.mentorg.com with esmtp id 1Z75CA-0005qV-68 from Nathan_Sidwell@mentor.com ; Mon, 22 Jun 2015 10:07:42 -0700 Received: from [127.0.0.1] (147.34.91.1) by SVR-ORW-FEM-06.mgc.mentorg.com (147.34.97.120) with Microsoft SMTP Server id 14.3.224.2; Mon, 22 Jun 2015 10:07:41 -0700 Message-ID: <558840DD.30100@codesourcery.com> Date: Mon, 22 Jun 2015 17:10:00 -0000 From: Nathan Sidwell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Marek Polacek CC: GCC Patches Subject: Re: [gomp4] Remove some ptxness from middle end References: <55883F43.2080604@codesourcery.com> <20150622170449.GL10139@redhat.com> In-Reply-To: <20150622170449.GL10139@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-06/txt/msg01479.txt.bz2 On 06/22/15 13:04, Marek Polacek wrote: > On Mon, Jun 22, 2015 at 01:00:51PM -0400, Nathan Sidwell wrote: >> + if (GET_CODE (arg) != CONST_INT >> + || (unsigned HOST_WIDE_INT)INTVAL (arg) >= OACC_HWM) > > Don't we have UINTVAL for this? So UINTVAL (arg). Oh, thanks! will fix nathan -- Nathan Sidwell