------- 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
tkoenig at gcc dot gnu dot org Sat, 17 Feb 2007 07:22:46 -0800
------- 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