From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 14D273858418 for ; Sat, 3 Feb 2024 22:01:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 14D273858418 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 14D273858418 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.211.166.183 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706997707; cv=none; b=VLtw9UpCkZf0A3qaB9Q4HLXxsL74Z6JbpIGSFRYztSc8onWqS0V37CusJyFfUSeuuFI3zwx1ri1fxVQmk+6qlkSXNSWJhtHqGgBVKW9vaMMwV+TNVWVVWJCsEOwGfxwIzpKNAtdL1quSywYfiFJ524WZmrQDd4ROIOrDFXgNwnA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706997707; c=relaxed/simple; bh=X3IqWFJZXpemBOg6J+Km2FAsgEdBUvYeHZg0u3jQIu8=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=l4CRiHm3IHkJ+N5q9Fb3c4nmcvFzg1Na4qcZyHDbydyYeC7S5suoo3bfrTBLdxhW6PnMpm33t2F9sh6R1k7UvLKGNKIba8B1xU+KHsWJTUwCdrOKmzM9Y0tVEWy4jxMi4ELexF3c/AADz6Gb1CyuwSKx0nON1LEeF0a+XvdTe/4= ARC-Authentication-Results: i=1; server2.sourceware.org References: <1096n2p8-s430-5p01-orn1-ro09s5162o8n@fhfr.qr> <4c19610b-ebc8-4f2b-9b75-167dd9d8b3ce@moene.org> User-agent: mu4e 1.10.8; emacs 30.0.50 From: Sam James To: Toon Moene Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH]middle-end: check memory accesses in the destination block [PR113588]. Date: Sat, 03 Feb 2024 22:00:36 +0000 Organization: Gentoo In-reply-to: <4c19610b-ebc8-4f2b-9b75-167dd9d8b3ce@moene.org> Message-ID: <87r0htb41m.fsf@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Toon Moene writes: > On 2/1/24 22:33, Tamar Christina wrote: > >> Bootstrapped Regtested on aarch64-none-linux-gnu and x86_64-pc-linux-gnu no issues. >> Also checked both with --enable-lto --with-build-config='bootstrap-O3 bootstrap-lto' --enable-multilib >> and --enable-lto --with-build-config=bootstrap-O3 --enable-checking=release,yes,rtl,extra; >> and checked the libcrypt testsuite as reported on PR113467. > > Note that I still run into problems if bootstrapping > --with-build-config=bootstrap-O3 > (https://gcc.gnu.org/pipermail/gcc-testresults/2024-February/806840.html), > but it is not visible. > > That is because it happens in the test suite of gmp, which I build > locally as part of the build. > > It *is* visible in the full log of the bootstrap: Can you file a bug please? The GMP test suite passes for me. It sounds like it _might_ be PR113576? > [...] thanks, sam