From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61495 invoked by alias); 5 Dec 2018 18:59:31 -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 61479 invoked by uid 89); 5 Dec 2018 18:59:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm1-f44.google.com Received: from mail-wm1-f44.google.com (HELO mail-wm1-f44.google.com) (209.85.128.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Dec 2018 18:59:29 +0000 Received: by mail-wm1-f44.google.com with SMTP id f81so11571116wmd.4 for ; Wed, 05 Dec 2018 10:59:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=9CgxEnsYr43DiUqgDjaLLGKA4QYMb066+vRWmx1ZeMA=; b=aAsbtgtAgFZRHpxuAEBMHVxWrtJzMisEDYiMcJ9tAsvv7DmD+dRiMSb0BlZIp98ipo 35V1tQG2p/+Fgm3fAMOaS4hsGH20zwHzEb5HQYovg5UiiAnc+Tj53sS0sI1ftBLsSDjq UAAzrKtxcSUhRQ2PekBFBJI1iBzvmSUe/WFL/tutwJzDhlys5pug6VPO0aoQqbnrDuTx 3fGR1g8eD7caJDEBP397Two0YV16MFZCKrGCG2yNjjKOgErfJ4ts++S/vSIcCC4IhCfh /2tsgwGwp5eufocEqui4CeIMdmsPbVMgChQTcpSRPPOTJYNM25gMnchSJCZU6hcHmAAp A+gA== MIME-Version: 1.0 From: David Edelsohn Date: Wed, 05 Dec 2018 18:59:00 -0000 Message-ID: Subject: Re: [committed] Handle targets with 2 byte wchar_t better in strlenopt-58.c To: Jeffrey Law Cc: GCC Patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-12/txt/msg00305.txt.bz2 Jeff, Thanks for the patch. I continue to see a failure on AIX 32 bit mode (2 byte wchar). FAIL: gcc.dg/strlenopt-58.c scan-tree-dump-times optimized "call_in_true_branch_not_eliminated" 0 I'm not certain if this is AIX-specific or more fallout from wchar size. I could ignore with target powerpc-ibm-aix* or with target ! 4byte_wchar_t. Any further insight / preference? Thanks, David