From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by sourceware.org (Postfix) with ESMTPS id 184AF3858430; Fri, 29 Oct 2021 18:58:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 184AF3858430 Received: by mail-wr1-x430.google.com with SMTP id b12so13467296wrh.4; Fri, 29 Oct 2021 11:58:15 -0700 (PDT) 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=0jZHV8zJ0+LWNiCvC4McoDfpqsev/L1xIyAnxVTx/f4=; b=O5KZ/1e4h9UJZ8R5Bcyu73yKBEA4RM2bsxxYl2xfFMQw1V+cAZErBtyiBBaHMTSIta WoP7+z3q0V3gA4cT5Brpt9tSS/qGRRKWfdyhbaWTMbBEPWcNmfN6tOmYE2owFcXgjtXf +8oYkd9JKKsMBH96GSeFneTflKQ6qvdwtWMWX2S32k0N4h1vrCr+lMi2wetmfQ8e+ygf RtgvnRKdTxaYaj/EQDeZdSK/13TThzWcz0qP2OZh4rsT+i528sVNrAR6VFAbCudqBnUe 7tXhQMy1YmHVh4X6xCvivQXOdFjuAHAYKdT+3ptIS/aKvSd766S+XRNpfbXpLxWxZ8xM R4oQ== X-Gm-Message-State: AOAM533B4BXQ0MjidoNCVCSgU+hPIK5bgDrYo6lh0ATG+D+Q3i9aASj6 SIpW+mWSt4eyeOehC6a7ZB8= X-Google-Smtp-Source: ABdhPJyc5cT75IRW1NArw6slpR9FEScQhY2EuCsLxL6+hd0ZrOW5nerZRF8+K55EzLUBHLgG26Xqow== X-Received: by 2002:a5d:404e:: with SMTP id w14mr9703743wrp.428.1635533893764; Fri, 29 Oct 2021 11:58:13 -0700 (PDT) Received: from nbbrfq (dynamic-2bq7di4u2lfl4qjka9-pd01.res.v6.highway.a1.net. [2001:871:227:33a8:f6a3:c58c:7641:e771]) by smtp.gmail.com with ESMTPSA id h7sm1991376wrt.64.2021.10.29.11.58.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 Oct 2021 11:58:13 -0700 (PDT) Date: Fri, 29 Oct 2021 20:58:09 +0200 From: Bernhard Reutner-Fischer To: fortran@gcc.gnu.org Cc: rep.dot.nop@gmail.com, Bernhard Reutner-Fischer , gcc-patches@gcc.gnu.org Subject: Re: [PATCH,FORTRAN 01/29] gdbinit: break on gfc_internal_error Message-ID: <20211029205809.61a65f2c@nbbrfq> In-Reply-To: <20180905145732.404-2-rep.dot.nop@gmail.com> References: <20180905145732.404-2-rep.dot.nop@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-9.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2021 18:58:16 -0000 ping On Wed, 5 Sep 2018 14:57:04 +0000 Bernhard Reutner-Fischer wrote: > From: Bernhard Reutner-Fischer > > Aids debugging the fortran FE. > > gcc/ChangeLog: > > 2017-11-12 Bernhard Reutner-Fischer > > * gdbinit.in: Break on gfc_internal_error. > --- > gcc/gdbinit.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in > index 4db977f0bab..ac4d7c42e21 100644 > --- a/gcc/gdbinit.in > +++ b/gcc/gdbinit.in > @@ -227,6 +227,7 @@ b fancy_abort > > # Put a breakpoint on internal_error to help with debugging ICEs. > b internal_error > +b gfc_internal_error > > set complaints 0 > # Don't let abort actually run, as it will make