From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 95F64384BC3A for ; Sun, 13 Nov 2022 13:36:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 95F64384BC3A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=fail 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 E3A7522301; Sun, 13 Nov 2022 13:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1668346614; 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=8NiLZ0Q0CoDW3tUOcw3sakK/RuqAEpNwOLTV0Vh9zPI=; b=s/WpWS15kRbjVPbCynq05ZqxW1XjQrApvfxNiuooITtJBq823eTyR4vw9d1NCMP1ioFPL6 Yqh7kvmr96pshWozdBp49gTx/2Gx2a1XpUNjxgZPYXAFi/lEnlQqnx6PJ10wTh+uhMxeBe kBj6aYV6fwjxBnF//LtC8vk9rn0zBEw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1668346614; 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=8NiLZ0Q0CoDW3tUOcw3sakK/RuqAEpNwOLTV0Vh9zPI=; b=Akzlkv9a5f+eO0Ky9JGNH04Y4npK+gbME+DuahX6xhs0sIqbBmJ5JWw3W8/i4WAUxBo2nC QRIAHxLDtsKBUEAA== 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 BEA2A13273; Sun, 13 Nov 2022 13:36:54 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id A/fNLPbycGPRCgAAMHmgww (envelope-from ); Sun, 13 Nov 2022 13:36:54 +0000 Message-ID: <2c6b4a70-54d5-8463-2a0f-20f5d237ca65@suse.cz> Date: Sun, 13 Nov 2022 14:36:54 +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: [PATCH] doc: Ada: include Indices and Tables in manuals To: Arnaud Charlet Cc: gcc-patches@gcc.gnu.org, Pierre-Marie de Rodat , Marc Poulhies References: 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=-5.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_SOFTFAIL,TXREP 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: On 11/13/22 13:26, Arnaud Charlet wrote: > >> Sorry for the breakage. However, I contacted you (and your colleague) and haven't received >> any feedback for a couple of weeks. > > Right although I did give you feedback that what you sent wasn’t in a suitable form for review wrt Ada. Sure, but sending a patch set to gcc-patches wouldn't have worked either, we've got quite a strict email size limit. Anyway, hope the AdaCore build would be fixable with a reasonable amount of effort? Martin > > Arno