From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31237 invoked by alias); 23 Jan 2015 22:34:13 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 31159 invoked by uid 48); 23 Jan 2015 22:34:05 -0000 From: "mike at rilee dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/64757] New: internal compiler error: in fold_convert_loc, at fold-const.c:2353 Date: Fri, 23 Jan 2015 22:34:00 -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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mike at rilee dot net X-Bugzilla-Status: UNCONFIRMED 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 attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-01/txt/msg02634.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64757 Bug ID: 64757 Summary: internal compiler error: in fold_convert_loc, at fold-const.c:2353 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: mike at rilee dot net Created attachment 34557 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34557&action=edit Internal compiler error driver for fold_convert_loc at fold-const.c:2353 The following yields an internal compiler error. Driver attached with complete information. type(Test) :: aTest type(TestReference), allocatable :: testList(:) testList = [TestReference(aTest)] The error: ! testList = [TestReference(aTest)] ! 1 ! internal compiler error: in fold_convert_loc, at fold-const.c:2353 ! ! t00.F90:27:0: internal compiler error: Abort trap: 6 ! gfortran-mp-5: internal compiler error: Abort trap: 6 (program f951) ! Abort trap: 6 The system: gfortran-mp-5 bash-3.2$ uname -a ! Darwin rstllc5 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64 ! bash-3.2$ ${FC} --version ! GNU Fortran (MacPorts gcc5 5-20150118_0) 5.0.0 20150118 (experimental) ! [...]