From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A3D23858C35; Thu, 8 Feb 2024 21:26:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A3D23858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707427596; bh=aqr3gomvNCuiDE1AbuFqpmfmoL1yeGIe9At8aQsQ4IE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PbAGo0KcpvV0hwfwHIz/t00+GDXBtZKBj8R3BJXTTHDwxyCnwn7wIKbsy7ZF7Rs24 8syB/27xXhl2mkKRAwlH4lSIJ/C2PxL86or9Lg4v/PtbuRoy2qxRAdlISPmpDyZS4T muaV7mnDDlZ9zErvWCodPHwOJk93cfaifSXu9Nuk= From: "sgk at troutmask dot apl.washington.edu" 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 21:26:32 +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: sgk at troutmask dot apl.washington.edu 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 #7 from Steve Kargl -= -- On Thu, Feb 08, 2024 at 08:43:08PM +0000, dcb314 at hotmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113823 >=20 > --- 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 >=20 > bug1006.f90 is my local file name for it.=20 >=20 > It is just a copy of the original file > Lower/HLFIR/array-ctor-derived.f90 in the flang test suite. >=20 > That has an URL of=20 > https://github.com/llvm/llvm-project/tree/main/flang/test/Lower/HLFIR/arr= ay-ctor-derived.f90 >=20 Thanks. This may allow a gfortran contributor to see how other developers handled the code. Although not with this bug report, some contain an analysis of what the Fortran standard requires with a particular piece of code.=