This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [OT] __builtin_cpow((0,0),(0,0))
- From: Joost VandeVondele <jv244 at hermes dot cam dot ac dot uk>
- To: fortran at sources dot redhat dot com
- Date: Tue, 8 Mar 2005 13:31:13 +0000 (GMT)
- Subject: Re: [OT] __builtin_cpow((0,0),(0,0))
Great now I have taken the silliest thread I've ever seen on
gcc@gcc.gnu.org to fortran@gcc.gnu.org.
not quite that silly, as you can see running this program with and without
the line commented.
integer :: i=0
real :: a=0.0
!write(6,*) 0.0**0
write(6,*) a**i
END
Cheers,
Joost