From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by sourceware.org (Postfix) with ESMTPS id A5A4B3856DFA; Thu, 21 Apr 2022 16:29:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A5A4B3856DFA Received: by mail-pj1-x1029.google.com with SMTP id w5-20020a17090aaf8500b001d74c754128so942314pjq.0; Thu, 21 Apr 2022 09:29:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+pBsWBp7MPcL5WpNyS17Ro7anWgtZguS1Z/u53a0xrg=; b=CSxOzvRpz1apJWkKZDzFrhhEy4N3T6Dy8vj6SE9F+YenQDmWaayknLLoov2O9N87dW 7KfEElmNVScRM6TJOuG3FpkrYhZ1ar8Y5Xel6K7syPz2tiWzJqF2hufu1QA463jrtr0j gFNwVG6aWCU8KSg4G804lw6qHWaqkJlApMKp92UqaNEuVvGrg0NztURcvuuY4HjiM8kq BjqgqOHbFJ9Xge8338kIMQpjD0Cx3pitFyWHVOXQcXWeOCMpszGuvH6tbC/oWe8Zjb5T uFpMLRj7X86R92i6KJJb3C3JrHTd88jVtHMBbaPsaoxcvRhr+r0PURUNztxciYzUVh0S 59jA== X-Gm-Message-State: AOAM531vB08D338Um7xqoioNJyghefiph6EW8Oa9lqcu+bxTZMWRaMal D0QbIPg0HwWDo0Mz/arzON0B7esk6bqR5lPTW1c= X-Google-Smtp-Source: ABdhPJxDbNpjcAfI1cpLpwT1BAH95h3sumZSROxTnEvscfAPNqjrDXOYL/v4/1RoE/HyGj8RdQeCtMAoK+P5l9CXzYU= X-Received: by 2002:a17:902:854c:b0:158:35ce:9739 with SMTP id d12-20020a170902854c00b0015835ce9739mr252878plo.150.1650558582569; Thu, 21 Apr 2022 09:29:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Fritz Reese Date: Thu, 21 Apr 2022 12:29:31 -0400 Message-ID: Subject: Re: [PATCH] PR fortran/105310 - ICE when UNION is after the 8th field in a DEC STRUCTURE with -finit-derived -finit-local-zero To: Harald Anlauf Cc: fortran , gcc-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.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.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: Thu, 21 Apr 2022 16:29:45 -0000 On Wed, Apr 20, 2022, 16:27 Harald Anlauf wrote: > > Hi Fritz, > > Am 20.04.22 um 20:03 schrieb Fritz Reese via Fortran: > > See the bug report at gcc dot gnu dot org/bugzilla/show_bug.cgi?id=105310 . > > OK if you add a/the testcase. .. > > As this affects all branches, you may backport the patch as far as > you feel reasonable. (No, I do not use DEC extensions personally.) > > Thanks for the patch! > > Harald Thanks for taking a look Harald. I've committed the test case along with the patch and backported to 9, 10, 11. I would love to backport to 8 as well but I think that branch is closed by now. Cheers, Fritz