From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by sourceware.org (Postfix) with ESMTPS id BE4CC385354D for ; Tue, 6 Sep 2022 16:31:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BE4CC385354D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x529.google.com with SMTP id u6so15826662eda.12 for ; Tue, 06 Sep 2022 09:31:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date; bh=DFkrS/NeSWv0RGbgdlYVAEi6eUKayQ8xXF1jL6LlGOo=; b=ag2FRbtikiypwrBnkUW6ihAAp1X+H8jCWzKXcYVhVoOIxs1/XzsZjXUm2H2d0z59ZP a8LsvS2BBCr62gfhqGI0UZIvZZ3t5cRRswNuRrnqZs/ijozUAN7FnvKQ2JrReTNaXHkh Uj2qrVocu0qJI78NjHOaGpl6b2mOOw00s8BpDOfoQTpmvTYwJKN9mVFN6OGhrO6QNDFw 47fTwRWIdkKsxbrtCyPmC+qDeLtELP5N/t793t4jXjhPAMRdtTJka21GmlnB2/UtVNF+ io7vUiDIP1PhVpNc/NjJ1l9nO2P17IHYTGXGgfjMc7b037uXP40DtD2NNEgVcwKLZo3+ 5Bsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=DFkrS/NeSWv0RGbgdlYVAEi6eUKayQ8xXF1jL6LlGOo=; b=O2W+PrI6mtLuuJ7ccv1eJTC3tXJmUuDRNIVthG/8HtW/BpHsLT5gQdUJN/JPmD5aw9 BgzCqgzpn4pFTKvrCi1GbRU+o2//f45IFP9krBRJ19xGsLsDrucMnvzq0HphkAeu4cnv egBMmfdEeebO6puYUYl1XGzQGhPuIbb5qwgPw/MEdQ4OFw8Uau5j+sDdFcYRnlqFcTVF 26J5U//u5vvmyV0/cMtLEakbwusRE1wn0uEbbHsjaUR2rWJa6D05IRWLatTksaAcw235 +wziFnh/MfnCzSNq3/G+tCJbL3Go1RxuQgYvksvuLlJxcVM0Lf4jhHCdB7dvkFiBEE+P 2bAA== X-Gm-Message-State: ACgBeo1OiQPj206+9JLWugBfJiDbIzPmBC5sleRPjaGED4dptej7bWf/ dJylZjYJXpyazwEFqWZWAErCsmckQnmC/N8ICG4= X-Google-Smtp-Source: AA6agR5aE1svLF4Vfx+4aXGfHUMPJUGdTFKBMVwb+CbOlP4t91+KxA4XerCc4PA976VS6YQkWSHa9lz/03yVqls0PME= X-Received: by 2002:a05:6402:1f89:b0:44e:798b:75c6 with SMTP id c9-20020a0564021f8900b0044e798b75c6mr9520886edc.407.1662481918347; Tue, 06 Sep 2022 09:31:58 -0700 (PDT) MIME-Version: 1.0 From: David Edelsohn Date: Tue, 6 Sep 2022 12:31:46 -0400 Message-ID: Subject: Re: [PATCH 1/3] STABS: remove -gstabs and -gxcoff functionality To: Martin Liska , Richard Biener , Jeff Law Cc: GCC Patches Content-Type: multipart/alternative; boundary="0000000000003050ea05e804bcca" X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,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: --0000000000003050ea05e804bcca Content-Type: text/plain; charset="UTF-8" I fully support the plan to remove stabs support, but this patch broke bootstrap on AIX. It seems rather bad policy to remove support for a feature without ensuring that the removal does not negatively impact the targets touched by the patch. I should have been explicitly copied on these patches and I should have been asked to test the patches before they were installed, if for no other reason than politeness and consideration. Thanks, David --0000000000003050ea05e804bcca--