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/32489] Endless loop when compiling



------- Comment #4 from pault at gcc dot gnu dot org  2008-01-11 19:12 -------
(In reply to comment #3)
Breaking up the expression for h1, thusly:

         hh = (/(exp(-2*pi*(0,1)*mod(k*L,N)/N)*h2(L),L=0,N-1)/)
         h1 = (/(sum(hh),k=0,N-1)/)

cures the problem.

Paul


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32489


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