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 64CE23858C53; Wed, 26 Apr 2023 13:51:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 64CE23858C53 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 7229F1FDD0; Wed, 26 Apr 2023 13:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1682517078; 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=yL6d27EKejoAS48AUhNGF2i/LWI0+OJ/AdOtJL3gUc8=; b=WOuIK/6kfLxgIUpxvkeaJr0byN0Aibw/IqMjE9OmDFFHq21lRruxnBKe0QFyqtB4T3rUyC MSHjEuQ3QEOCF7JX031qbvMN0Yz3H3YdAJ+EPhWJEy4bbCn3+Wf1cDrGbih9KECxDsDX9M LVQ4DodjE7t3gh2aT4HafJ9kdwqL6h0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1682517078; 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=yL6d27EKejoAS48AUhNGF2i/LWI0+OJ/AdOtJL3gUc8=; b=iUOf4th8Mm97P466eUI4Xgqr2urxEQzpq+M8CsFNh3sxBREveyTuF/FStmTUwOrrBa8933 O3xHAvRBDIk7VqDw== 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 46F72138F0; Wed, 26 Apr 2023 13:51:18 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id e7NNEFYsSWRrSwAAMHmgww (envelope-from ); Wed, 26 Apr 2023 13:51:18 +0000 Message-ID: Date: Wed, 26 Apr 2023 15:51:17 +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 From: =?UTF-8?Q?Martin_Li=c5=a1ka?= To: Jakub Jelinek Cc: 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 In-Reply-To: <02a9e4ef-4d83-e4c4-cfeb-5e94fe63f1b3@suse.cz> 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,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 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. Martin > > Pushed as r13-4068-g3037f11fb86eda. > > Cheers, > Martin