From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128528 invoked by alias); 13 Nov 2015 11:18:53 -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 128471 invoked by uid 89); 13 Nov 2015 11:18:52 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f43.google.com Received: from mail-wm0-f43.google.com (HELO mail-wm0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 13 Nov 2015 11:18:51 +0000 Received: by wmvv187 with SMTP id v187so76320365wmv.1 for ; Fri, 13 Nov 2015 03:18:48 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.189.68 with SMTP id gg4mr20872676wjc.146.1447413528618; Fri, 13 Nov 2015 03:18:48 -0800 (PST) Received: by 10.194.137.208 with HTTP; Fri, 13 Nov 2015 03:18:48 -0800 (PST) In-Reply-To: References: <56337FD6.5040602@foss.arm.com> Date: Fri, 13 Nov 2015 11:18:00 -0000 Message-ID: Subject: Re: [PATCH] [ARM] neon-testgen.ml typo From: Ramana Radhakrishnan To: Christophe Lyon Cc: Ramana Radhakrishnan , Jim Wilson , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg01661.txt.bz2 > Hmm. I hadn't noticed that the crypto intrinsics tests where generated by > neon-testgen.ml, I thought they were hand-written. > The tests I added do not cover the crypto intrinsics, so I'm going > to revert r230274 and restore all the tests generated by neon-testgen.ml > until we have better coverage in advsimd-intrinsics. >From what I remember from a few days back I thought it was generally ok to get rid of the lot as we had test coverage for everything else in gcc.target/arm . Thus don't bother reverting. Ramana > > Sorry for the oversight. > > Christophe. > > >> Christophe. >> >>>> >>>> regards >>>> Ramana >>>> >>>> >>>> >>>>> >>>>> Christophe. >>>>> >>>>>> regards >>>>>> Ramana