From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 6CE0C3858C54; Wed, 26 Apr 2023 20:24:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6CE0C3858C54 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 943C71FDDC; Wed, 26 Apr 2023 20:24:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1682540662; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ThQaVcdQqfM+sTI/iQbmsAuehU9MwMa8OyxcJDxmZjI=; b=AASDuj0W7lkwd5VbRdm3mkElSAcsoMlxyxoRiMGnK2l3UmjqHwzD3OcvDn+WO9CM4WBhCB f9plIV83Ta/waMh4UfBo8iGDLB14u2wWfsRFxtXa7/teT/8iS6eb+V4DpraaVjNezEmmmN VECUyGDA9IDXtSBDM1ulRyu+mFyL9TA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1682540662; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ThQaVcdQqfM+sTI/iQbmsAuehU9MwMa8OyxcJDxmZjI=; b=I+C5vXSR1vc6IpQr/5SnhF/wXfXt1OpefePLY2z47nTu7BwStB1PvWfoqLrX0fwFc4xB7N Rt/BlhDhpDQ4MYAw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 5B71A138F0; Wed, 26 Apr 2023 20:24:22 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 0CBsFXaISWTkFwAAMHmgww (envelope-from ); Wed, 26 Apr 2023 20:24:22 +0000 Message-ID: <08680f15-3e2b-7b3a-a0dd-3cef657925f6@suse.cz> Date: Wed, 26 Apr 2023 22:24:22 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: libsanitizer: sync from master To: "H.J. Lu" Cc: Jakub Jelinek , Xi Ruoyao , gcc@gcc.gnu.org, fortran@gcc.gnu.org, Richard Biener , gcc-patches@gcc.gnu.org, Lulu Cheng References: <6a8c0966-139a-1536-4ef3-ec99542bdf02@suse.cz> <02a9e4ef-4d83-e4c4-cfeb-5e94fe63f1b3@suse.cz> Content-Language: en-US From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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 4/26/23 21:23, H.J. Lu wrote: > On Wed, Apr 26, 2023 at 6:52 AM Martin Liška wrote: >> >> On 11/15/22 16:47, Martin Liška wrote: >>> Hi. >>> >>> I've just pushed libsanitizer update that was tested on x86_64-linux and ppc64le-linux systems. >>> Moreover, I run bootstrap on x86_64-linux and checked ABI difference with abidiff. >> >> Hello. >> >> And I've done the same now and merged upstream version 3185e47b5a8444e9fd. > > It caused the bootstrap failure: > > https://gcc.gnu.org/pipermail/gcc-regression/2023-April/077674.html Can you see what's the build error in the build log? I can't see it from the sent link? Martin > >> Martin >> >>> >>> Pushed as r13-4068-g3037f11fb86eda. >>> >>> Cheers, >>> Martin >> > >