From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.CeBiTec.Uni-Bielefeld.DE (smtp.CeBiTec.Uni-Bielefeld.DE [129.70.160.84]) by sourceware.org (Postfix) with ESMTPS id 176103858C41 for ; Wed, 15 Nov 2023 12:04:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 176103858C41 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=CeBiTec.Uni-Bielefeld.DE Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cebitec.uni-bielefeld.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 176103858C41 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=129.70.160.84 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700049870; cv=none; b=gj4XovinXl2TEWmuFkC72MTqLtjZtIC5WfPPx4gSHQyzZ/i9Pgvg+J4q5bhEh54Z6RXY5PJaULK5AiArwONqXTKUSZnJlsPhYf7rEoP+MPQAEF4kAGyQNwiwCjC+yeMZjN0Q35JxZP1Q6HMpsSZbuWO3vKTXixGbg5aAZAUyQqQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700049870; c=relaxed/simple; bh=DrgsfUiEem4+kTMNqOR2sbTHTMBWAqz0HMumkmtd7Q0=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=HB7KuBTRexy2qZ4MD9P5eA8wn9qUb6ZH+g9f33B9Vstx8s8AE1dPXDZCJLPsysp1LNU90IBV1gidYHpSYMB1ZlFGHjZ+34MWRaNHIB3iw6QtuRPe5al1AQSQwXTmjWrrIWz1yEeUiOrnXHcOOs+CTWAEFWJEU/JevBTT/oVbvKI= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (localhost [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id BF5E2A8998; Wed, 15 Nov 2023 13:04:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= cebitec.uni-bielefeld.de; h=content-transfer-encoding :content-type:content-type:mime-version:user-agent:message-id :in-reply-to:date:date:references:subject:subject:from:from :received:received; s=20200306; t=1700049865; bh=DrgsfUiEem4+kTM NqOR2sbTHTMBWAqz0HMumkmtd7Q0=; b=i1NKPpeE00PxRZNE38ouwDHJ2fA0rDL eAQ/Kd3orc/cVFuPTdiXC3XrYQ7zYPl+Ii1xltNjiDW/qsbmo9xV2kjDMQMfnSYj jt74OhbVSkVvV0qMjNslUjsF3Sw3HWtoPKHGtxzfiIg+PnNLWCD9VDU9ePsrUsGF CIZsHCHjm4JZHi3W3ZvQgWbPmCxq9yXyajCl88zaMXZZnsuZfr7fJPNRL8F1m7v/ t5cWmsiHQCmYtk7a5REvpG8uCrg1RKVdewlFjKuyS0AFLtgkiOqY/bWz4gjJZjUP TPxvEQPp920Xb1VK5fQzCgritnXGXgrg+EmYCkSVt/Bq9hK8UmM+w5w== X-Virus-Scanned: amavisd-new at cebitec.uni-bielefeld.de Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (smtp.cebitec.uni-bielefeld.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id rbdQ4akuDabC; Wed, 15 Nov 2023 13:04:25 +0100 (CET) Received: from manam.CeBiTec.Uni-Bielefeld.DE (p4fddb508.dip0.t-ipconnect.de [79.221.181.8]) (Authenticated sender: ro) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPSA id A69E9A83FD; Wed, 15 Nov 2023 13:04:25 +0100 (CET) From: Rainer Orth To: FX Coudert Cc: Iain Sandoe , GCC Patches Subject: Re: gfortran.dg/dg.exp debug messages pollute test output References: Date: Wed, 15 Nov 2023 13:04:25 +0100 In-Reply-To: (FX Coudert's message of "Wed, 15 Nov 2023 11:29:20 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3785.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KAM_SHORT,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: Hi FX, >> FX submitted the patch series, I can find the reference if you need it. > > Patch was submitted in this thread: > https://gcc.gnu.org/pipermail/gcc-patches/2023-September/630096.html ah, I see. I'd been looking for the patch summary and Iain's name in my searches; that's why I came up blank. >>> Besides, >>> it's unclear if those messages can just be removed (they are pretty >>> cryptic as is) or at least changed to use verbose instead of puts. >>> Please fix. > > I don=E2=80=99t see value in this output, so I think it=E2=80=99s best to= remove the puts > calls entirely. Attached patch does that. > Testing under progress, OK if it passes? (or does that count as obvious > fix-up of the previous patch) Ok for trunk. However, this perfectly fits the obvious criteria, too. Thanks. Rainer --=20 ---------------------------------------------------------------------------= -- Rainer Orth, Center for Biotechnology, Bielefeld University