From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24913 invoked by alias); 12 Jan 2008 09:43:56 -0000 Received: (qmail 24843 invoked by uid 48); 12 Jan 2008 09:43:14 -0000 Date: Sat, 12 Jan 2008 12:37:00 -0000 Message-ID: <20080112094314.24842.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/32489] Endless loop when compiling In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pault at gcc dot gnu dot org" 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 X-SW-Source: 2008-01/txt/msg01111.txt.bz2 ------- Comment #8 from pault at gcc dot gnu dot org 2008-01-12 09:43 ------- (In reply to comment #4) Dominique, Indeed - I found all those regressions when I got up this morning. However, the patch indicates which way to go. The compiler is repeatedly trying to expand an array that it cannot. I need to write an equivalent to gfc_is_constant_expr that will test if the array can be expanded or not. Thanks! Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32489