From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4879 invoked by alias); 18 Nov 2014 15:53:04 -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 4599 invoked by uid 48); 18 Nov 2014 15:52:58 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/63937] [5 Regression] Compiling a very simple fortran code fails. Date: Tue, 18 Nov 2014 15:53: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: dominiq at lps dot ens.fr 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: cc 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: 2014-11/txt/msg01715.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63937 Dominique d'Humieres changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fxcoudert at gcc dot gnu.org, | |iains at gcc dot gnu.org --- Comment #1 from Dominique d'Humieres --- Hit return too soon!-( The test is implicit none integer :: v(0:2_8**32-1) v = 0 end On x86_64-apple-darwin14 it compiles in a fraction a second with r216747 (or older) while it fails to compile after more that 4 minutes and grabbing 16Gb of memory at r217100 and above: gfc: internal compiler error: Killed: 9 (program f951) Abort 158.958u 81.130s 4:19.95 92.3% 0+0k 4+2io 5pf+0w Note that due to the many overlapping bootstrap failures, bisecting is a real nightmare.