From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31074 invoked by alias); 17 Jun 2009 12:58:12 -0000 Received: (qmail 30428 invoked by uid 48); 17 Jun 2009 12:57:57 -0000 Date: Wed, 17 Jun 2009 12:58:00 -0000 Message-ID: <20090617125757.30427.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/40472] Problem with spread intrinsic In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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: 2009-06/txt/msg01184.txt.bz2 ------- Comment #2 from dominiq at lps dot ens dot fr 2009-06-17 12:57 ------- > Without checking, I'd think that it doesn't hang, but would complete after a > significant amount of time. My guess: the time is spent to traverse the list to > append new elements to the constructor ... You're right! on a Core2Duo 2.1Ghz it compiles in more than 12': [ibook-dhum] f90/bug% time gfc pr40472.f90 750.531u 1.899s 12:33.20 99.8% 0+0k 0+28io 0pf+0w Probably a duplicate of pr34554 (see also pr19925). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40472