From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arjuna.pair.com (arjuna.pair.com [209.68.5.131]) by sourceware.org (Postfix) with ESMTPS id D5B87384640E for ; Wed, 24 Apr 2024 23:40:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D5B87384640E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bitrange.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bitrange.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D5B87384640E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.131 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714002025; cv=none; b=nW6K97NVnD1GGZlBfnsvxCuE4TTOZVoPuhalmdxQI7Cz7QQuzKmMb5UNWgmwaP+w6aPvObb6CCFEa5InQyl8aOMZD1thrSXzWeaEAXKVTCEm/KzhTyup6eyqj4SDAvTjtK54CTAVD1QTn8cClcyYWM35nLpolOtfVU5zOI7rEcg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714002025; c=relaxed/simple; bh=rEj2vd7cf5ocY47GbadTkkQof1q4fg21SkDpJhbDLsM=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=uXLepPnqZDT+EHMcxm3h55/Qq75xEoBDLMuAd/+Oprd91IAowQSECPZrJwdWO0WaBMcY4aKv1AMdn5dD6RCA62Y6oRu9X3wMFvFTXWXMKVaeX4RTPnaaQ//lmD3Pt/cWeGcRCgHBtUAOObmaY7nwi7S2ueLq+xb/acuhwZZ2qMY= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by arjuna.pair.com (Postfix, from userid 3006) id 276B98A65C; Wed, 24 Apr 2024 19:40:23 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by arjuna.pair.com (Postfix) with ESMTP id 26D4A8A597; Wed, 24 Apr 2024 19:40:23 -0400 (EDT) Date: Wed, 24 Apr 2024 19:40:23 -0400 (EDT) From: Hans-Peter Nilsson X-X-Sender: hp@arjuna.pair.com To: Manolis Tsamis cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH v4 2/3] [RFC] ifcvt: Allow more operations in multiple set if conversion In-Reply-To: <20240423104740.4027243-3-manolis.tsamis@vrull.eu> Message-ID: References: <20240423104740.4027243-1-manolis.tsamis@vrull.eu> <20240423104740.4027243-3-manolis.tsamis@vrull.eu> User-Agent: Alpine 2.20.16 (BSF 172 2016-09-29) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.131 X-Spam-Status: No, score=-9.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, 23 Apr 2024, Manolis Tsamis wrote: > diff --git a/gcc/testsuite/gcc.target/aarch64/ifcvt_multiple_sets_arithm.c b/gcc/testsuite/gcc.target/aarch64/ifcvt_multiple_sets_arithm.c ... > +/* { dg-final { scan-rtl-dump-times "if-conversion succeeded through noce_convert_multiple_sets" 6 "ce1" } } */ > \ No newline at end of file This and the other new test-case both miss a newline at the end of the file. brgds, H-P