From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 56C493889E04; Tue, 15 Nov 2022 10:02:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 56C493889E04 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-out1.suse.de (Postfix) with ESMTPS id 3B3782253C; Tue, 15 Nov 2022 10:02:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1668506574; 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=GC29LRxGBptxKyVMT8fqP8laLz9C9Ih11rgYBibYihA=; b=l3P5xS28jbrR98C25F5h4pE3J62QH9QpgWdC7dLjjUuUm0DxPxbPT1BZkpxh57G/4VaaFr RGY8MVKnfZA1JXwWPqI8t78pcxH6VYvU8sx2XVUkmusSQ/XmA5RalgQWP0jXNk+vS4bPMv cSK1l3FgSzpnovmuNEix76mxvMj9f8c= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1668506574; 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=GC29LRxGBptxKyVMT8fqP8laLz9C9Ih11rgYBibYihA=; b=Dpg7/gWPtp6lxYXrq7ndqs/W8hGgTkmbdyUyBg5GpqhXv2Dt/kMsClTWW7NCBuKQ9V8eEp 7g+KU/a/uvdssODg== 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 133D213273; Tue, 15 Nov 2022 10:02:54 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 75rVA85jc2MHcQAAMHmgww (envelope-from ); Tue, 15 Nov 2022 10:02:54 +0000 Message-ID: Date: Tue, 15 Nov 2022 11:02:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: GCC 13.0.0 Status Report (2022-11-14), Stage 3 in effect now Content-Language: en-US To: Xi Ruoyao Cc: gcc@gcc.gnu.org, fortran@gcc.gnu.org, Richard Biener , gcc-patches@gcc.gnu.org, Lulu Cheng , Jakub Jelinek References: 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=-4.4 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,NICE_REPLY_A,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 11/14/22 18:21, Xi Ruoyao wrote: > Hi Martin, > Hello. > Is it allowed to merge libsanitizer from LLVM in stage 3? If not I'd > like to cherry pick some commits from LLVM [to fix some stupid errors > I've made in LoongArch libasan :(]. I'm sorry but I was really busy with the porting of the documentation to Sphinx. Anyway, yes, we should make one one libsanitizer merge, but RM should likely approve it: Richi, Jakub, do you support it? Thanks, Martin > > On Mon, 2022-11-14 at 13:21 +0000, Richard Biener via Gcc-patches wrote: >> Status >> ====== >> >> The GCC development branch which will become GCC 13 is now in >> bugfixing mode (Stage 3) until the end of Jan 15th. >> >> As usual the first weeks of Stage 3 are used to feature patches >> posted late during Stage 1.  At some point unreviewed features >> need to be postponed for the next Stage 1. >> >> >> Quality Data >> ============ >> >> Priority          #   Change from last report >> --------        ---   ----------------------- >> P1              33    >> P2              473 >> P3              113   +  29 >> P4              253   +   6 >> P5              25   >> --------        ---   ----------------------- >> Total P1-P3     619   +  29 >> Total           897   +  35 >> >> >> Previous Report >> =============== >> >> https://gcc.gnu.org/pipermail/gcc/2022-October/239690.html >