------- Comment #1 from tkoenig at gcc dot gnu dot org  2007-02-17 15:22 -------
The test case was missing :-)

Here it is:

$ cat pow.f90
program pow
  print *,1.0**(2_8**33_8)
end program pow


-- 


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

Reply via email to