From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by sourceware.org (Postfix) with ESMTPS id C1B5B3858C5E; Fri, 3 Mar 2023 23:11:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C1B5B3858C5E 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-wm1-x331.google.com with SMTP id p26so2512978wmc.4; Fri, 03 Mar 2023 15:11:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1677885071; h=content-transfer-encoding:mime-version:message-id:references :in-reply-to:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=h8M10lswj3KFJhvPfnv7fqgJJ7NKqw6O4hoiBO3kDe4=; b=kbsGO+xlgSZEbdYGfV7lA5n1fEskI4bJ7JPWl9kBAYEsX6r8zHfTrs53oVo6dP3wwT cM4vkY3RTx58u5mYs9oC8VAGxvevnfv6yrBuCiMuZbC9O1bUpXnSNW188S2jO42W0rsz q8WWHAzfCeqRqhDrXG3D64djWya5Ijlt59C3R0IMEb5eV33Ih5nqcc3oGwLHH9l7zoPD Mly32pxey1FfxSavtjxFXK+bysc/4z5voey2MaTn011fh6qc7KLgmrOH/elmZ77WU++y hskSzr105L6umiC3hKQ2WYM5b6N6kSh1p7ukpg3FTwAZx4ZaSfDsl3fHOEDyK/N9o54v JKIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677885071; 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:message-id:reply-to; bh=h8M10lswj3KFJhvPfnv7fqgJJ7NKqw6O4hoiBO3kDe4=; b=ukLCdmEMBAJjFYqIrKKI35QmG3xWlpQVWpUVq0+5C2EJJh5/mPfC/ywrahGpwvIl/9 pdlnvvsvhhHGSNHs2dy/2+biVrPnJMQsoIdL2fg7CwjJLgYFw45tW71w16y5MgypUUua UhJ1lS5FlUDlzg1TThaOw8NYb08LorjTCj1OktZMJ5EZMXiOxGNzCcPjvwBTRj76wIB3 +2b/0YA/03mEfevX1N25Hw7hBLLjeVSpklIAnq3ZCSaOdzU9ExOoDmmDQzwnDSJM5s1c yoy62sopW0N79jLUaZLp5qSFKPvYZN+OGEJoWjDlMfvEjBSZfIhkMkvchtAfoeUUnL6s aMvg== X-Gm-Message-State: AO0yUKWw2a1Gc6QcI+zy7lA+2cSovn1P4RhTKKzRI8jkh/3hc4hjFGVI COestd0qJEmUicSHjx3kKxg= X-Google-Smtp-Source: AK7set8NgTy0KFCznTty5v+bP8wZgz7r5xS+tbq7E47VPG0PonNgABJ7eAwVfWDYpN0IOdiAj31PZw== X-Received: by 2002:a05:600c:3b22:b0:3e2:1d1e:78d6 with SMTP id m34-20020a05600c3b2200b003e21d1e78d6mr2954916wms.7.1677885071251; Fri, 03 Mar 2023 15:11:11 -0800 (PST) Received: from ?IPv6:::1? ([2001:871:227:1e16:1586:9d44:8f0:fe5d]) by smtp.gmail.com with ESMTPSA id v16-20020a05600c471000b003e9ded91c27sm8045532wmo.4.2023.03.03.15.11.10 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 03 Mar 2023 15:11:10 -0800 (PST) Date: Sat, 04 Mar 2023 00:11:05 +0100 From: Bernhard Reutner-Fischer To: Jerry D , sgk@troutmask.apl.washington.edu, Bernhard Reutner-Fischer via Fortran CC: gcc-patches@gcc.gnu.org, ian@airs.com, charlet@adacore.com Subject: Re: [PATCH][stage1] Remove conditionals around free() In-Reply-To: References: <20230301222856.12300c64@nbbrfq> Message-ID: <30E6853A-2633-4483-A2B5-8691C7AD9F95@gmail.com> 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 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 March 2023 02:23:10 CET, Jerry D wrote: >On 3/1/23 4:07 PM, Steve Kargl via Fortran wrote: >> On Wed, Mar 01, 2023 at 10:28:56PM +0100, Bernhard Reutner-Fischer via = Fortran wrote: >>> libgfortran/caf/single=2Ec | 6 ++---- >>> libgfortran/io/async=2Ec | 6 ++---- >>> libgfortran/io/format=2Ec | 3 +-- >>> libgfortran/io/transfer=2Ec | 6 ++---- >>> libgfortran/io/unix=2Ec | 3 +-- >>=20 >> The Fortran ones are OK=2E >>=20 > >The only question I have: Is free posix compliant on all platforms? > >For example ming64 or mac? It seems sometimes we run into things like th= is once in a while=2E I think we have the -liberty to cater even for non compliant systems eithe= r way, if you please excuse the pun=2E That's not an excuse on POSIX system= s, imho=2E > >Otherwise I have no issue at all=2E It is a lot cleaner=2E > >Jerry