IMPORT or C Binding bug?

Steve Kargl sgk@troutmask.apl.washington.edu
Thu Jun 28 21:25:00 GMT 2007


On Thu, Jun 28, 2007 at 01:59:56PM -0700, Steve Kargl wrote:
> !
> !  This fails!
> !
> !      integer(kind=c_int) function pthread_cond_init(cond, attr) bind(c)
> !         import :: c_ptr, c_int
> !         type(c_ptr), value :: cond
> !         type(c_ptr), value :: attr
> !      end function pthread_cond_init
> 

After spending some quality time with bugzilla, I see that
Tobias has already recorded this as PR 31154.

-- 
Steve



More information about the Fortran mailing list