From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25713 invoked by alias); 27 Feb 2007 17:07:25 -0000 Received: (qmail 21745 invoked by uid 48); 27 Feb 2007 17:07:08 -0000 Date: Tue, 27 Feb 2007 17:07:00 -0000 Message-ID: <20070227170708.21740.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/30981] Program "Hangs" In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "burnus 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: 2007-02/txt/msg02966.txt.bz2 ------- Comment #1 from burnus at gcc dot gnu dot org 2007-02-27 17:07 ------- Could you post an example? pow_r4_i4 means that you have x**a = ** I don't see how the exponent "a" can be infinity if it is an integer(4). And the following program executes in <4 ms with gfortran 4.3.0 20070227 and 4.1.3 20070218 (prerelease) (SUSE Linux). You might want to try an newer GCC (4.1.2 or 4.2 or 4.3). Nightly builds of the latter two are available from: http://gcc.gnu.org/wiki/GFortranBinaries#GNU/Linux -- burnus at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30981