From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x134.google.com (mail-lf1-x134.google.com [IPv6:2a00:1450:4864:20::134]) by sourceware.org (Postfix) with ESMTPS id DE5FF3857C65 for ; Mon, 11 Jan 2021 18:18:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DE5FF3857C65 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=structura.bio Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=hsnyder@structura.bio Received: by mail-lf1-x134.google.com with SMTP id m12so906250lfo.7 for ; Mon, 11 Jan 2021 10:18:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=structura.bio; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9U70oMFxUXkWEzUcxhb8dpX03PTKG550GqcagtL1JbM=; b=tPQ78yA8+k9gbWscK+fydmZQHQcEGc53yUPZIkpHaBx5QcZap5dpurldY9rtefFNlw h7EPGoIK2X1rp2DnXt4ho5uMvR3KK230qSNqz8KFO55RlVp32TjxrVZ1xX2mHso+eksU lJKJpoBYUSjF8ePZpJ33MvdrPEsKooYHpobd2x6W7A8B4NxDL86NWSq/GJbhIIPNhsel 6e85saJZAuqC06RpzF5oD097BNigOLyldUNm2IZr5Jkt+wO3Z1hyBJRgx1AJMKny2aLO pCQaDxxeh9o9YzJSRiHxMlCxsMDXUmbb4/TVjjd1EAbkGMAchlUKEBvq4KPl6AJbV4Nj 480Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9U70oMFxUXkWEzUcxhb8dpX03PTKG550GqcagtL1JbM=; b=P893PaOQvTQrow9/38M7iDc1XS/F6CRKHm2ZhkUsZPNclvj2yu/4OMTvZBC98jfOJM 36g9HlMAGv6LehkB0GmA+SUrp9c6HhE0Cm2ijDz41f4VepudYxClgOtTqFjXKcYTO1BI ZitUK9u13SfpH2+F19wrc4vLO3Vf4ja8ckKn88zJ+N1qM4j72jvcC6dL54RceUajEL3G SLsTSvpWeFrVaDWq3htvwZIKeSfz13lEOp4ZEThEHVgnkRA6LT9S+GzBROEQvfpBBVjN 1BYysTozQHI1ikI0UZGtB3GBETSoTTi7kwpk0Omt/rxa+oSZcm2mJggP+36YyN91m76U ox0A== X-Gm-Message-State: AOAM532XGhrzfFKEu4n0g/qwP1e2E8TDgMlgRLsDX6naE9Ewrpq7yzbw MYUtQ2yqcdDGMIXpY5Vks+aJ2PLYsh9wOjPy/ol0Kg== X-Google-Smtp-Source: ABdhPJznnqNU3S7+LEKaCtqiVlg0aQlPDW5kpYmFT3JJofuqCxm3c15N6Z/VmwLQe+a80y/4EMAOehJMw4tmUAYvZR4= X-Received: by 2002:a19:705:: with SMTP id 5mr344018lfh.478.1610389111427; Mon, 11 Jan 2021 10:18:31 -0800 (PST) MIME-Version: 1.0 References: <9083d771-7ca5-472f-93a7-f6e4adc9687d@codesourcery.com> <9d207d0d-5ee9-5578-78fa-dc94373ab80e@codesourcery.com> In-Reply-To: <9d207d0d-5ee9-5578-78fa-dc94373ab80e@codesourcery.com> From: Harris Snyder Date: Mon, 11 Jan 2021 13:18:20 -0500 Message-ID: Subject: Re: Possible bug re: ISO_Fortran_binding.h To: Tobias Burnus Cc: fortran@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, 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: 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, 11 Jan 2021 18:18:34 -0000 Hi Tobias, No problem! Would it be appropriate for me to submit a patch for this? It's only a small part of the bug you linked (I think), but worth fixing in it's own right IMO. Harris