From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15836 invoked by alias); 2 Nov 2015 14:38: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 15826 invoked by uid 89); 2 Nov 2015 14:38:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f47.google.com Received: from mail-qg0-f47.google.com (HELO mail-qg0-f47.google.com) (209.85.192.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 02 Nov 2015 14:38:44 +0000 Received: by qgbb65 with SMTP id b65so116956561qgb.2 for ; Mon, 02 Nov 2015 06:38:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=AXgtozMl7gCyuCVy+NoZyVUGQygfdstm7zfiRz5daY4=; b=GBIrhtMfPZR3+U5uua5xKmd7mEalfa/PfLG6QqQmGSDQ+5bhvQkfR0yuTTIn8b3PY0 1FnTY/fF62bfqT8W+2owFCoLkrFB1Osr+9XI2SWMu1lPfrtu8OxFedC+tdrd1A3aUcC+ 4g80mK02J6+WT4GFm5gnaXMH+XjV70VnQXJn6SQ8G8PC2UHqbr226mZGa8Qpi2Ym+3jG yHCjVYIb5Z+KP5CIJ/I27PQNVzxWnc2TXN6/Gjyocer3VFKlW3tsp6i9UxmhGxcPq63j ekm5iqYbAeUGu3WXk8QLq+Y6ogEeWFsoTrf3phhIcxpkJL42ZVjII1tpHdL8XbDi+e4M GPsQ== X-Gm-Message-State: ALoCoQngunqkvivesk3DFm4kaqeNxhnYeeNi53sVtMf7G66Ex2UP9/Ku5UWADHMt/wPgUrzGgl/l MIME-Version: 1.0 X-Received: by 10.140.39.199 with SMTP id v65mr29904405qgv.62.1446475122322; Mon, 02 Nov 2015 06:38:42 -0800 (PST) Received: by 10.140.29.136 with HTTP; Mon, 2 Nov 2015 06:38:42 -0800 (PST) In-Reply-To: <5637713F.6080109@foss.arm.com> References: <1432757747-4891-1-git-send-email-christophe.lyon@linaro.org> <5637713F.6080109@foss.arm.com> Date: Mon, 02 Nov 2015 14:38:00 -0000 Message-ID: Subject: Re: Re: [Patch ARM-AArch64/testsuite Neon intrinsics 00/20] Executable tests From: Christophe Lyon To: Jiong Wang Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00072.txt.bz2 On 2 November 2015 at 15:20, Jiong Wang wrote: > On 27 May 2015 at 22:15, Christophe Lyon wrote: >>> >>> * gcc.target/aarch64/advsimd-intrinsics/vtbX.c: Likewise. >>> > > Noticed this testcase failed on big-endian on my local test > > gcc.target/aarch64/advsimd-intrinsics/vtbX.c line 188 in buffer > 'expected_vtbl3') at type int8x8 index 0: got 0x0 != 0xfff8 > which version of trunk are you using? This with the case indeed when I committed the tests, but I fixed those intrinsics a few weeks ago, as commit 228716.