From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105748 invoked by alias); 8 May 2015 16:52:14 -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 105701 invoked by uid 48); 8 May 2015 16:52:10 -0000 From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/66073] [6 Regression] 465.tonto in SPEC CPU 2006 failed to build Date: Fri, 08 May 2015 16:52:00 -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: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail 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: 6.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_reconfirmed_on cc everconfirmed Message-ID: In-Reply-To: References: 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-05/txt/msg00709.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66073 H.J. Lu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2015-05-08 CC| |tkoenig at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from H.J. Lu --- It is caused by r222864: gfortran -c -o cluster.fppized.o -O2 -ffast-math cluster.fppized.f90 cluster.fppized.f90:1199:0: in_pos = matmul(self%crystal%unitcell%direct_matrix,self%geometry(:,in_atom)) 1 internal compiler error: in gfc_walk_array_ref, at fortran/trans-array.c:8900 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. specmake: *** [cluster.fppized.o] Error 1 specmake: *** Waiting for unfinished jobs....