This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/40472] Problem with spread intrinsic



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]