From patchwork Wed Aug 1 09:25:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew Malcomson X-Patchwork-Id: 952899 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-483039-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="nfAazLRI"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=armh.onmicrosoft.com header.i=@armh.onmicrosoft.com header.b="U75GudGh"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41hHDZ2cRmz9s2g for ; Fri, 3 Aug 2018 03:27:26 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:from:to:cc:date:subject:message-id; q=dns; s=default; b=u8hGI+6if904hUTPVoHQjgM0WqPC+WDcOFLPfJ7czLV G2d+5LULBG7VkQKwe9mR2lOVpUhZVLEBKLkh3Jp3XSDapMLmgIaWPsocFQ8k9WJj aARiqgONYDdfImz+WxHyDK1RbN5OBxplWHs0fQsa+W+tAKh8Chy1EDfMQ/F5+/ZY = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:from:to:cc:date:subject:message-id; s=default; bh=ddXjptqUjmLqBELg1OfvzDZRBfk=; b=nfAazLRI/pezpdJ0M Ol+bhgLA9tLPa3pPgdJKqwk99OVuxfQBKShDQINKp+dp5rHAkoVqx4ZcRSI15Fhp z1Q+9nI4TLavxsdp/bO2J5DbBfmmJv/RfJvGh46hmDKuUy6WE3EE+V3z3lIdSC12 DNvEVr0gD4unaW/4ROBny1a+pY= Received: (qmail 10975 invoked by alias); 2 Aug 2018 17:27:13 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 10818 invoked by uid 89); 2 Aug 2018 17:27:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.6 required=5.0 tests=BAYES_00, DATE_IN_PAST_24_48, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 spammy=sk:vect_su, Matthew, matthew X-HELO: EUR04-DB3-obe.outbound.protection.outlook.com Received: from mail-eopbgr60078.outbound.protection.outlook.com (HELO EUR04-DB3-obe.outbound.protection.outlook.com) (40.107.6.78) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 02 Aug 2018 17:27:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector1-arm-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=KLT4/FCkZzSCyDbDFIqybSe3whPTvWrAp3wv3nyp/y8=; b=U75GudGhVhvdIvIsoZj8oEuVg8yoMNs0N15kkQmD52sPteeo2xyQpAFWsVtS60eRtD53hNA3EBcg5JfbNvlm1ZDaziIx9sEvx7pxeEGZVW4g4SpIsHdFBHQyTHgBh10dt172nbRGgS8PJqqpycxy9cJf7BM50OtA8kpfgHqFBQU= Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Matthew.Malcomson@arm.com; Received: from e120487-lin.cambridge.arm.com (217.140.106.49) by VI1PR0801MB2014.eurprd08.prod.outlook.com (2603:10a6:800:8b::7) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1017.15; Thu, 2 Aug 2018 17:27:07 +0000 MIME-Version: 1.0 From: matthew.malcomson@arm.com To: gcc-patches@gcc.gnu.org Cc: nd@arm.com Date: Wed, 01 Aug 2018 10:25:43 +0100 Subject: [PATCH][GCC] Correct name of file in ChangeLog Message-ID: Received-SPF: None (protection.outlook.com: arm.com does not designate permitted sender hosts) X-IsSubscribed: yes My first patch included an incorrect ChangeLog entry -- the filename was misspelt. This corrects it. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 76f935a48adbcbab2ec765372f48a4599ad85966..6e56ba2d2f081b5e755b2ff834c7878a1268a3ba 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -18,7 +18,7 @@ 2018-07-24 Matthew Malcomson - * gcc.target/aarch64/vect-su-add-sub.c: New. + * gcc.target/aarch64/simd/vect_su_add_sub.c: New. 2018-07-24 Jakub Jelinek