From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk1-xa2b.google.com (mail-vk1-xa2b.google.com [IPv6:2607:f8b0:4864:20::a2b]) by sourceware.org (Postfix) with ESMTPS id 0AA7538717EF; Fri, 9 Dec 2022 21:58:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0AA7538717EF 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-vk1-xa2b.google.com with SMTP id z23so2799175vkb.12; Fri, 09 Dec 2022 13:58:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=tZWLQ4Qh21z79C4PCFtIc3N5hQMNLk8F1mzN0LH0EDc=; b=VltAqnPkVM6X1l8vn+jm6p4gwGXjHIi0/i8gDLSsI3h66Fc+eTE7EjUqpdSaoMHCQ0 ZxaeHOT/5acXh27Vqky6ixEdtik7UDpWpmWJ9M9vO0x1dpMRGvDkvrnaSrh5bmPRaW+w r+XGKyT2IHlU6YuS2CY7UCXZ7NbYQ1hVxtZJtWDw12YqpWFPQTaLDEABQAENcAP/xxNa WmohpWB+BHZfYsPrUpXJMBQ0BviBNxEo52++9jEC/f7m289gGRH+DQawY3XGPN4pDVeT 47C80gCOCdbnnmoiR9cU1B8mQHIZUwZxB00efKXYYhhF0v3dvvtEW1Wl2odCk3Npd1tK HWwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=tZWLQ4Qh21z79C4PCFtIc3N5hQMNLk8F1mzN0LH0EDc=; b=CQjEVj3+9QIFa5cQ1lcbz7tRR11VHrXWreXc0mx+da3FXbIZmHkS9S/IqrqVpGOKMX +FODFrEv5nqZLDcamxp1HEe5Or7YwEH8ifg3nk8V3tT1eBIBop1bQ5gG/vNt40yPqb4+ OJhS1hzDt8tEIhRx4bw3hbRPW1MYhUaiC+JGTuhMan0apTREHSVaW0qOHILp+1gjZIM3 Bq4VrVYIOaqn1zkHSTQeiR1swYYuttLnyrZjGNd3eku4iG2b88P9cq5NAZx1W3oFnD+I B+aNi7UitWXODsOjdHoP942wT87hxkU+pgy2birkL8LI6YY9IAfEw0dzdxdXnioPX3rI 0/lQ== X-Gm-Message-State: ANoB5pllcRb22DON680p4WpE6yczpIOU+jI2ZEqRgu95ZMEZj4j3ESQm zbLnNkmWfAXVDqGJjf44U9H5Iac+sp19jQHv3xU= X-Google-Smtp-Source: AA0mqf5N8qeoRoX7SKRAUJxCATKTjS8hP7xZNZjDjWgoMBejZffMlDEfxyANekATNVmVRF5D1QLLuO6plYV2Gv6BWpg= X-Received: by 2002:ac5:c55d:0:b0:3bd:9dc9:5c17 with SMTP id d29-20020ac5c55d000000b003bd9dc95c17mr10002534vkl.31.1670623094335; Fri, 09 Dec 2022 13:58:14 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Paul Richard Thomas Date: Fri, 9 Dec 2022 21:58:03 +0000 Message-ID: Subject: Re: [PATCH] Fortran: ICE on recursive derived types with allocatable components [PR107872] To: Harald Anlauf Cc: fortran , gcc-patches Content-Type: multipart/alternative; boundary="000000000000176d9f05ef6c407c" X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,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: --000000000000176d9f05ef6c407c Content-Type: text/plain; charset="UTF-8" Hi Harald, Thanks for doing that. My attention is elsewhere gfortran-wise. Good for mainline. Paul On Fri, 9 Dec 2022 at 21:27, Harald Anlauf via Fortran wrote: > Dear all, > > I am submitting the attached simple - and obvious - patch on > behalf of Paul. It prevents a resource exhaustion due to an > infinite loop, and has been regtested by multiple contributers, ;-) > at least on x86_64-pc-linux-gnu. > > I intend to commit it to mainline within 24 hours, unless > there are further comments. > > Thanks, > Harald > > -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein --000000000000176d9f05ef6c407c--