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/30834] ICE with kind=8 exponentiaton



------- Comment #10 from tkoenig at gcc dot gnu dot org  2007-03-17 22:06 -------
Hi FX,

I'll look at this.

Looking at your patch, I have identified one
compile-time hog in complex_pow_ui:

$ time gfortran complex.f90

real    3m35.506s
user    3m35.329s
sys     0m0.156s
$ cat complex.f90
program main
  print *,(1.0, 0.0)**(2**30)
end program main

We should use the same algorithm as in the library
(in pow.m4).


-- 


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


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