From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x12f.google.com (mail-il1-x12f.google.com [IPv6:2607:f8b0:4864:20::12f]) by sourceware.org (Postfix) with ESMTPS id 20ED63857726 for ; Wed, 27 Sep 2023 17:22:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 20ED63857726 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-il1-x12f.google.com with SMTP id e9e14a558f8ab-3513c435465so18964315ab.0 for ; Wed, 27 Sep 2023 10:22:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1695835329; x=1696440129; darn=gcc.gnu.org; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Hm3vlB1MG+jZrRgTIx7yAUorCObdW2Lu5jzjR29nyaU=; b=ku/vxM78kvpHXWAjBd0TAtosgOAhkbseUyZCus2G1/gT/KugUZQhI0Y+J2Xx70CRpp KWeqMlHPMr0LWc3sjWtWVZSIqWLnfJ85NMDHhfBD+sgX4/mWGhuStbO1xiSu2RozzIp/ yP/Q/1zclAFDmD4M0wybFtjc6PqqnGj7L13vVOk08liGhb4z8h0CkP5G+kDNsBSlHIJW X/6Z+RLOJ2lMb+3rKfUxo4+6kFMix0kporh7vEnN1Jl687KZEy0t6o0eoEkF7gDu3hCE ePnASVw3+cpY9XXKuFxTCmOTclFuua0zncyNAuW27CPo4SNVomFzWnfiktxcaxlb0Rv9 Jd5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695835329; x=1696440129; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Hm3vlB1MG+jZrRgTIx7yAUorCObdW2Lu5jzjR29nyaU=; b=S+q0dii8uHBuUc0q6JwQFM5CbPHspQLaodTVC6CHW4IrIdS8u19J/YVfYq1M8vUioH QRzLMuJ6eaVmr2BnC7rI4Z+iFgHQ7RqXlFjHNzm+gjd8GiUqg2irjocSTzbO1W0zBsun oyQE4Kqvu/UpPZm0GlWmJZRI9YKWG1NwGz+tX6TyNIwMNhaoI6z2gOoAuMLeIaS/NY0p 0ZlQ5UiO9lmZvs30uoXNMMsRz5UZWXX8Fd4g7b0fKbaxGNW2lv0NghZYNbY6R4XrlBHj LegY9L560Nh/7CaIEmSoPB4aJbJ0dnzsXB41I7htLHBZV89/qv7Z7PpUVEzx887Eae9n xIMQ== X-Gm-Message-State: AOJu0YwUloGO0RZcKowLWMlXk6Uu+dWlqvvmz8AX1NeD6aRZTV4n/+4y scI5VdLjW0cT5jClPSIMqDc= X-Google-Smtp-Source: AGHT+IEbdoGjUqedHqPnO/Csj/BoKf5NdBcaOo0M7DhkWTIdu9GbTbq2Ozt+tSw/Rb2Csq9KiU152w== X-Received: by 2002:a05:6e02:4cd:b0:34f:7e2f:b837 with SMTP id f13-20020a056e0204cd00b0034f7e2fb837mr2691033ils.2.1695835329179; Wed, 27 Sep 2023 10:22:09 -0700 (PDT) Received: from [172.31.0.109] ([136.36.130.248]) by smtp.gmail.com with ESMTPSA id c18-20020a056e020cd200b003515cdb8f23sm737779ilj.32.2023.09.27.10.22.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 27 Sep 2023 10:22:08 -0700 (PDT) Message-ID: <2501e6a4-6f02-429f-8497-226a6b22403c@gmail.com> Date: Wed, 27 Sep 2023 11:22:06 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: committed [RISC-V]: Harden test scan patterns Content-Language: en-US To: Joern Rennecke , GCC Patches References: From: Jeff Law In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,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 9/27/23 03:26, Joern Rennecke wrote: > I got tired of scan tests failing when they have an underspecified > pattern that matches LTO information, so I did a global replace for > the most common form of such scan patterns in the gcc.target/riscv > testsuite. > > regression tested for: > riscv-sim > riscv-sim/-march=rv32gcv_zfh/-mabi=ilp32d/-ftree-vectorize/--param=riscv-autovec-preference=scalable > riscv-sim/-march=rv32imac/-mabi=ilp32 > riscv-sim/-march=rv64gcv_zfh_zvfh_zba_zbb_zbc_zicond_zicboz_zawrs/-mabi=lp64d/-ftree-vectorize/--param=riscv-autovec-preferenc > e=scalable > riscv-sim/-march=rv64imac/-mabi=lp64 > > Committed as obvious. It would help to describe how these patterns were under specified so that folks don't continue to make the same mistake as new tests get added. Jeff