From patchwork Mon Nov 30 14:24:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 1408336 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Cl6vR6p4dz9ryj for ; Tue, 1 Dec 2020 01:25:07 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6E11B389203C; Mon, 30 Nov 2020 14:25:05 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id B52F6385702E; Mon, 30 Nov 2020 14:25:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B52F6385702E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Tobias_Burnus@mentor.com IronPort-SDR: bJzzKgEfFpOnkagnJ3QTNrKrwkyKAqufyjO9lKxct3iSzi98T9ovXXEK7ZPdX8FIsOYiVHujVo Sy1nTW4I4KNdaONeu0wK6mFMp1+1CMHpioRnTzBShShpFbgdjl47P80QnuZa91I/2sH4yM3nTq lgs8XgemzuE3aB4uvxvj0IEa3h6x2X70f5SMuu+U6ldccyA6w4IUN3YevxTI2c7u+5vtInWT7e o+lrz8DNtsVnK/mkUa639Zl8dXzhiiPrAHAmy3n9AJBoGC6Uwnt3kq2p6NujEquSvc8IxMZ6Dc e5E= X-IronPort-AV: E=Sophos;i="5.78,381,1599552000"; d="diff'?scan'208";a="57902309" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 30 Nov 2020 06:25:00 -0800 IronPort-SDR: d+CdAkAJbcqDiLwxVa1ee4cf7Z1WTXRMc70238iq5Ht55V8aIvYpOEnks+WnlP0CYP4zlr9TLp h7ucUsDlxH87rs+cY+Jh/EbfqBOZkK8Vljdav6HgHbYYIlr/x6pOOj79r8vn9aNk36wNHEMtaH 4104Ji5ZQzYzL3inwWYeAPlrrcHs0EoA7EZBdo1mH2SV/V/6JWBYQXtUCqgLOsO7CQU2mWPxXF K9qMkGH7lfdPWZpsDRQXqg9gy5tRCFYHbQTmH+Dh9AFYjhsBCHGLp4PZtY59A4fYG94YNAyPie +A0= To: gcc-patches , fortran From: Tobias Burnus Subject: [Patch, committed] Fortran's dump-parse-tree.c: Use '==' not '=' for '.eq.'. Message-ID: <992cedd0-c56f-5d55-eec4-52a61fce17f4@codesourcery.com> Date: Mon, 30 Nov 2020 15:24:54 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 Content-Language: en-US X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: , Errors-To: gcc-patches-bounces@gcc.gnu.org Sender: "Gcc-patches" I was a bit confused by the '=' (assignment?) in the dump; hence, in line with /=, >= etc. it now is '==' for '==' or '.eq.'. Committed as r11-5570-g2610c786f7496c5006bb68d6801ef7450bd231a9 Tobias ----------------- Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Alexander Walter commit 2610c786f7496c5006bb68d6801ef7450bd231a9 Author: Tobias Burnus Date: Mon Nov 30 15:19:39 2020 +0100 Fortran's dump-parse-tree.c: Use '==' not '=' for '.eq.'. gcc/fortran/ * dump-parse-tree.c (show_expr): Use '==' not '=' for '.eq.'. diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index cab0fb2979f..1012b11fb98 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -647,9 +647,9 @@ show_expr (gfc_expr *p) fputs ("NEQV ", dumpfile); break; case INTRINSIC_EQ: case INTRINSIC_EQ_OS: - fputs ("= ", dumpfile); + fputs ("== ", dumpfile); break; case INTRINSIC_NE: case INTRINSIC_NE_OS: fputs ("/= ", dumpfile);