From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by sourceware.org (Postfix) with ESMTPS id 1BA9F3858D39 for ; Tue, 18 Jan 2022 10:41:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1BA9F3858D39 Received: by mail-wm1-x32b.google.com with SMTP id l35-20020a05600c1d2300b0034d477271c1so2742931wms.3 for ; Tue, 18 Jan 2022 02:41:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=vnL031sODYh7sVHPGhhzk4iqdoMUS32ku4SjcV18qOI=; b=MyyzzWqZAJVJ05MVbClc4+PmiUYg2gP66Je8J0iBha7UDCHojGfjW6fD35lKdP0+Dx JSaR3mf8o4IIsPx33aCtRZ8ReMiMd2Im2J8SybosAhxwKuy4ZpNa8+r70Lfy6h5wGVU/ 1/6SdJT7ZLfVXV/3L8j6MOFhmzq2u6FPEyPIKSn5WTlIlt4enPPf7BFQVpLimT7MLD79 CoCiGh1pG1dQDNzyrEZQj35eqilLevU++q231fnL4fwaRJDqzGAmzAyi9mNpsyCCEkVP ZymKJ5ppvzD0on/iaG0TedErxOw1LHcpQtA40YeTPV9Qu2dhtpAYDApO7YZlVPBs+gJx k3RQ== X-Gm-Message-State: AOAM530SAtMlycyWxo2A3+XIx33f/rMTk7f+BKcvo1aZkodeJgYQmluV tMEieHMvHAlmXL+QUkFTHK5SUA== X-Google-Smtp-Source: ABdhPJyErt58RSDdQJTjO2cLEFvjdUMKm42VqHXlO4YnAGQtsYYFKMqRExV33RjF8cBWmOjEkWk6wQ== X-Received: by 2002:adf:80f1:: with SMTP id 104mr573349wrl.200.1642502490001; Tue, 18 Jan 2022 02:41:30 -0800 (PST) Received: from localhost ([45.147.211.82]) by smtp.gmail.com with ESMTPSA id h17sm15897190wro.68.2022.01.18.02.41.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jan 2022 02:41:29 -0800 (PST) Date: Tue, 18 Jan 2022 10:41:29 +0000 From: Arnaud Charlet To: Thomas Schwinge Cc: Arnaud Charlet , Pierre-Marie de Rodat , gcc-patches@gcc.gnu.org Subject: Re: [gcc r12-6398] [Ada] Reduce runtime dependencies on stage1 Message-ID: <20220118104129.GA1409907@adacore.com> References: <20220110094108.2755D3891C1E@sourceware.org> <87ee5574t8.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87ee5574t8.fsf@euler.schwinge.homeip.net> X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2022 10:41:32 -0000 Thomas, > OK to push (after more testing) the attached > 'Revert parts of "[Ada] Reduce runtime dependencies on stage1"', for the > reason detailed therein? Should the comment before 'GNAT1_C_OBJS' be > re-instated/adjusted, too? Would appreciate a careful review, as I don't > really know what I'm doing there. ;-) Unfortunately it's not OK, these are the most annoying/delicate dependencies, so we'd rather not reintroduce them. I'll instead update prerequisites to document that GCC 5.1 or later is required to build GNAT. Sorry for the inconvenience! Arno