From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.axis.com (smtp1.axis.com [195.60.68.17]) by sourceware.org (Postfix) with ESMTPS id E5C803858D28 for ; Fri, 31 Mar 2023 23:31:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E5C803858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=axis.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=axis.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1680305484; x=1711841484; h=from:to:cc:in-reply-to:subject:mime-version: content-transfer-encoding:references:message-id:date; bh=Buo6biObRXPf6LCyfYtvtCUABPulXX4dWCVpfnGbNFE=; b=i8INNExPs18tjwoa95UQPTzHtQXAZ3J2u+pfwUPypCnmA4tZ80kU+O8o sCpEYXVnzDFMmH1CjwUNsqIbRN7JcX2Lgu6PQDHy9oKvLGZYI8PjnGr2B N6psNo/uJGl7HSZpxblqL0vq7HL340JN0jJu3AVNhDQjk8+/cEEsp+1Yc XjaA6K3/D/4JTHY4u4OUzmR0dh7FenHkoa5lrwZPoXETEa4WZ5xefQx+2 uh3aqwmlLCzwDBR09x82xknM9RaLDmRxFJ/pLKY9PpPwtTU7pv4ebrzJx lRdE0640QtSRqgEwq72+aGOM8zBdu5zMnw/liljQs1tiGmvrecgVSejqI w==; From: Hans-Peter Nilsson To: Andrew MacLeod CC: , , , , In-Reply-To: <929816f5-885c-a17b-219d-ddffd88a83e4@redhat.com> (message from Andrew MacLeod via Gcc-patches on Fri, 31 Mar 2023 15:48:22 -0400) Subject: Re: Regression with "recomputation and PR 109154" MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT References: <54bb3bc9-e0c1-b5ab-4447-5908b09fd19f@redhat.com> <20230331161207.DB49620444@pchp3.se.axis.com> <5c5825b2-c4f0-8aa7-c324-8256829e52f5@gmail.com> <929816f5-885c-a17b-219d-ddffd88a83e4@redhat.com> Message-ID: <20230331233122.177D32042C@pchp3.se.axis.com> Date: Sat, 1 Apr 2023 01:31:22 +0200 X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,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: > Date: Fri, 31 Mar 2023 15:48:22 -0400 > From: Andrew MacLeod via Gcc-patches > Reply-To: Andrew MacLeod > commit 55bf4f0d443e5adbacfcdbbebf4b2e0c74d1dcc8 > Author: Andrew MacLeod > Date: Fri Mar 31 15:42:43 2023 -0400 > > Adjust testcases to not produce errors.. > > tree-optimization/109363 > gcc/testsuite/ > * g++.dg/warn/Wstringop-overflow-4.C: Always cehck bogus message. > * gcc.dg/tree-ssa/pr23109.c: Disable better recomputations. (Needs to be spelled "PR tree-optimization/109363" for the bugzilla-marker hook to react. I'll mark manually though.) Thanks! I was about to push the --param adjustment as obvious, seeing consensus equivalent of approval in this mail thread. brgds, H-P