From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id 438843858C54; Fri, 2 Sep 2022 16:03:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 438843858C54 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-ej1-x62b.google.com with SMTP id bj12so4715746ejb.13; Fri, 02 Sep 2022 09:03:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:references :in-reply-to:subject:cc:to:from:date:from:to:cc:subject:date; bh=stV5yys2fsBrKnPDGadtRiZGYTHh6ErYSkv18zdO2y8=; b=q6ad/kKCOSOcpozzrGBP29DoOMrUYyB/Qn2HXtgzf41hoQQb62lxiwj9daq0xgxgQ8 fMjTD7R5oSXx0pNoA0VjgMJUgiEe4drT8uZo5A7RFMygIZORF6rnaOKtBda5sW/I5L8o fC37raIdcGcl5KjpnFix/1NDS611JCQSt6cre1bjf5VdS8dYgtehsKGcwScqSH7P3xGQ fGlMAqeZ+pI7CnSiSaPMfsGIugVp2a009/THxFyUcasM4rgki4GUyLsMTdWAcyn1G+/x d5fx9l2XMwXlpF3tAVirH7wmy1GLd2EtvSpyFBPzakUFWg/bon0GoD3sezaBUUUJc9sc cJOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:references :in-reply-to:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date; bh=stV5yys2fsBrKnPDGadtRiZGYTHh6ErYSkv18zdO2y8=; b=rN7/UDExu/gTZzRP2pLnTWkXkqHT4HKkDIMDBZ/vRKVg+IsStRcBjjQcSaLGcKmTva 9tC+IflIhJWGNqmz8WIyy6RiggqwB6LvcNrLaTfFqTDz645ZLU0lcasYEHzkibMQFvbf IinKiyhcjemMXlr44EW08Cnnyy0AE6S3FMz/TeE+unpA78cxI8R1WwerP5GbL9o5Krlg pNHLHgvAfIporAfBiirKrRVW6NZJTXE9TPTRjElmrGB9Ve5FggUszDLxOdNcNKPnIPBl hQ7J9zBRF2ctq2cdq5LgRKX+ARsk0vLcfBQpiJDWeXvqPLZbPRBBfX5Ed8m2cKhumD88 scNA== X-Gm-Message-State: ACgBeo3BZXwWLqGBcE/K8mYPiC4DgwqxHbkX0UGbF74MpminjEDO5TLl jRPxBES1B3uheC3fFzrP840= X-Google-Smtp-Source: AA6agR7FQCWnEa/OQE9mxuuYQnnMNLV7x7oE7ntKfWmqECEk25pgosSZ53QEm5Gi25ZpmmNqDRR7RA== X-Received: by 2002:a17:907:75f7:b0:741:8fb7:66e9 with SMTP id jz23-20020a17090775f700b007418fb766e9mr17280042ejc.248.1662134609954; Fri, 02 Sep 2022 09:03:29 -0700 (PDT) Received: from ?IPv6:::1? ([2001:871:227:1d92:406c:6a0b:78a5:fc7e]) by smtp.gmail.com with ESMTPSA id d2-20020a056402400200b0043a61f6c389sm1724929eda.4.2022.09.02.09.03.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 02 Sep 2022 09:03:29 -0700 (PDT) Date: Fri, 02 Sep 2022 18:03:29 +0200 From: Bernhard Reutner-Fischer To: FX CC: FX via Fortran , gcc-patches@gcc.gnu.org Subject: =?US-ASCII?Q?Re=3A_=5BPATCH=5D_Fortran=3A_add_IEEE=5FQUIET?= =?US-ASCII?Q?=5F*_and_IEEE=5FSIGNALING=5F*_comparisons?= In-Reply-To: References: <4E0DC1F3-FE18-4C6A-A767-E03A1BA6FCC6@gmail.com> <65426ABA-0FC4-4A25-B167-EA188B34C1DD@gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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: On 2 September 2022 17:54:00 CEST, FX wrote: >Hi Bernhard, > >> Please do not call the non-standard abort, but use stop N=2E > >Is there a specific reason? It=E2=80=99s a well-documented GNU extension,= and it=E2=80=99s useful because it can easily display a backtrace and give= line info for the failure, unlike STOP=2E >I=E2=80=99ll replace if there is consensus, but apart from aesthetics I d= on=E2=80=99t see why=2E IIRC there was discussion about abort on the ML some years ago where folks= decided to switch to stop N=2E I don't think I participated in that discussion, maybe somebody remembers = the reasoning or is able to find the thread=2E thanks,