From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 33A523858C35; Thu, 8 Feb 2024 20:43:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33A523858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707424989; bh=dLPD5SJgYGYBzu/JtQPiF2eydee66QTWyQVbW6dAO2w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KQ/99qjc2WoHMYVycOa7cbeFMPfes+F2BWX2ASCGnWCEzkmtsBppQkaHq02QWrgxM HDXaHPTOBy00gxSz5NglNaJQpFarbgXBoOoNvPnNTiawo/MMCwoZrCQcTGqGvG9hb9 /NKiPE1D22I1KkMsWAxzVfV7dhZmrGEXQ9+nzHZ0= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/113823] ice in gfc_get_element_type, at fortran/trans-types.cc:1286 Date: Thu, 08 Feb 2024 20:43:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113823 --- Comment #6 from David Binderman --- (In reply to Steve Kargl from comment #5) > That's not what I meant. There is no bug1006.f90 in > the llvm-project repo. What is the actual URL to the > actual testcase? It should look something like >=20 > https://github.com/llvm/llvm-project/tree/main/flang/test/bug1006.f90 bug1006.f90 is my local file name for it.=20 It is just a copy of the original file Lower/HLFIR/array-ctor-derived.f90 in the flang test suite. That has an URL of=20 https://github.com/llvm/llvm-project/tree/main/flang/test/Lower/HLFIR/array= -ctor-derived.f90=