This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: IMPORT or C Binding bug?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]