From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 39568385B805; Wed, 10 Mar 2021 06:32:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 39568385B805 From: "furue at hawaii dot edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/99506] New: internal compiler error: in record_reference, at cgraphbuild.c:64 Date: Wed, 10 Mar 2021 06:32:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: furue at hawaii dot edu X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 06:32:37 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99506 Bug ID: 99506 Summary: internal compiler error: in record_reference, at cgraphbuild.c:64 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: furue at hawaii dot edu Target Milestone: --- Created attachment 50346 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D50346&action=3Dedit tar including all the source files. The internal compiler error happens with GNU Fortran (Homebrew GCC 10.2.0_4) 10.2.0 . The homebrew maintainer confirms this error and further reports t= hat the same error occurs on Ubuntu, too (I don't know the version of gfortran). See https://github.com/Homebrew/homebrew-core/issues/72865 . The maintainer recommends submitting this report here. Expand the attached tar file, cd to that directory, and on the command line: ```` $ gfortran -c numeric_kinds.f90 $ gfortran -c indices.f90 $ gfortran fix-track-partials-00.f90 indices.o f951: internal compiler error: in record_reference, at cgraphbuild.c:64 libbacktrace could not find executable to open Please submit a full bug report, with preprocessed source if appropriate. See for instructions. ```` In the above the dollar symbols is the command prompt.=