Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Fortran > Re: Syntax chec...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 14 Topic 8187 of 8775
Post > Topic >>

Re: Syntax check for IMPLICIT statement

by "James Van Buskirk" <not_valid@[EMAIL PROTECTED] > Apr 28, 2008 at 12:32 AM

"James Van Buskirk" <not_valid@[EMAIL PROTECTED]
> wrote in message 
news:oa-dnXRJnLb6wYjVnZ2dnUVZ_tCrnZ2d@[EMAIL PROTECTED]
> I still haven't gotten to that one, but here is one that was hard
> to isolate:

Still haven't made it to the mythic ICE but I have another stumbling
block:

C:\gfortran\clf\startest>type bug3.f90
program bug3
   use ISO_C_BINDING, only: C_INTPTR_T, C_NULL_PTR, C_NULL_FUNPTR
   use ISO_C_BINDING, only: C_PTR, C_LOC
   implicit none
   type(C_PTR) p1
   integer, target :: i1

   p1 = C_LOC(i1)
   write(*,'(a,z16.16)') 'p1 = ', transfer(p1,0_C_INTPTR_T)
end program bug3

C:\gfortran\clf\startest>gfortran bug3.f90 -obug3
bug3.f90:8.8:

   p1 = C_LOC(i1)
       1
Error: Can't convert TYPE(_gfortran_iso_c_binding_c_ptr) to TYPE(c_ptr) at

(1)

Do I just have a bad build or is everyone else seeing all this stuff?

-- 
write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, &
6.0134700243160014d-154/),(/'x'/)); end
 




 14 Posts in Topic:
Syntax check for IMPLICIT statement
"James Van Buskirk&q  2008-04-27 17:22:05 
Re: Syntax check for IMPLICIT statement
glen herrmannsfeldt <g  2008-04-27 15:46:23 
Re: Syntax check for IMPLICIT statement
"Michael Metcalf&quo  2008-04-27 23:42:29 
Re: Syntax check for IMPLICIT statement
glen herrmannsfeldt <g  2008-04-27 17:45:16 
Re: Syntax check for IMPLICIT statement
"James Van Buskirk&q  2008-04-27 21:15:11 
Re: Syntax check for IMPLICIT statement
"James Van Buskirk&q  2008-04-27 23:11:09 
Re: Syntax check for IMPLICIT statement
"James Van Buskirk&q  2008-04-28 00:32:40 
Re: Syntax check for IMPLICIT statement
"James Van Buskirk&q  2008-04-28 01:10:52 
Re: Syntax check for IMPLICIT statement
Herman D. Knoble <Skip  2008-04-28 07:55:29 
Re: Syntax check for IMPLICIT statement
Janne Blomqvist <foo@[  2008-04-28 10:28:49 
Re: Syntax check for IMPLICIT statement
Herman D. Knoble <Skip  2008-04-28 07:52:59 
Re: Syntax check for IMPLICIT statement
Herman D. Knoble <Skip  2008-04-28 07:57:06 
Re: Syntax check for IMPLICIT statement
Herman D. Knoble <Skip  2008-04-28 07:44:21 
Re: Syntax check for IMPLICIT statement
Steve Lionel <Steve.Li  2008-04-28 12:01:13 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 13 3:25:52 CDT 2008.