From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by sourceware.org (Postfix) with ESMTPS id E2A583858C27; Mon, 25 Oct 2021 09:25:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E2A583858C27 Received: by mail-wm1-x32a.google.com with SMTP id o4-20020a1c7504000000b0032cab7473caso3239569wmc.1; Mon, 25 Oct 2021 02:25:40 -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=uSAcjhOYejHtKdPqhnq01oIwbMHwUjTaDhJq/D64Vvw=; b=3dNqwiwo5nDekzLRa/HvPK8KpZ7p038PWuqujlAPjrfxJvFGKTByGCxrJ5q03QMR0Q NrepQOzEHEnUnuhD425J6mxfYyBxG7ZyZf4tkhiHWK2EgN2c1/dNLkf0zdhyZw0UxHYu AkdK5bbiwJ2pP2sKnK9BIOQN5Su6YRSkuiGfXVXx7r60T1fPWJc4R7QS8ntfWv/F3trx f9A8YkrafTgjdSwKHaXzMFo0TlKXXWw0xpJzFJshdexp/t0cjidZXGhDXBbDgKpL5XED d7q14arjxKjwx1caunQ9VuGQkLmHEidRKO14XvrKJMz2nHx0dbGP4rwVP/U5rjguBeLx QiOA== X-Gm-Message-State: AOAM532r+MfHwKwxlqVu6dnCbR8XPV4yxWMx4mXDWRIuctQFloOosmiZ ejVL/Uqekbv0GPa+9XB8WkY= X-Google-Smtp-Source: ABdhPJzLECmobaRQZM3hUNw1fn5Kmq9uQtBjurfikuVtmaMTO59JtdgHLtbNWE87QudZm69Iozs8WA== X-Received: by 2002:a05:600c:289:: with SMTP id 9mr17357728wmk.99.1635153940019; Mon, 25 Oct 2021 02:25:40 -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 f18sm15487487wrg.3.2021.10.25.02.25.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Oct 2021 02:25:39 -0700 (PDT) Date: Mon, 25 Oct 2021 11:25:36 +0200 From: Bernhard Reutner-Fischer To: fortran@gcc.gnu.org Cc: rep.dot.nop@gmail.com, gcc-patches@gcc.gnu.org, Tobias Burnus Subject: Re: [PATCH,Fortran 0/7] delete some unused decls, make static Message-ID: <20211025112536.4a0f19e9@nbbrfq> In-Reply-To: <20211024223023.1410274-1-rep.dot.nop@gmail.com> References: <20211024223023.1410274-1-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=-3.8 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 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: Mon, 25 Oct 2021 09:25:42 -0000 On Mon, 25 Oct 2021 00:30:16 +0200 Bernhard Reutner-Fischer wrote: > Hi! > > Quickly skimming through the frontend headers. > There are a couple of declarations for functions that do not have > definitions. And there are a couple of functions that can be static. > Bootstraps fine, regression tests running over night. > Ok for trunk if it passes? Tested with no regressions on x86_64-unknown-linux {-m32,-m64}. Ok for trunk?