Re: [Patch, Fortran] Permit allocatable/pointer attributes with BIND(C)

2013-05-04 Thread Thomas Koenig
Hi Tobias, TS29113 permits the allocatable/pointer attribute with BIND(C); this patch allows it now with -std=f2008ts. Build and regtested on x86-84-gnu-linux. OK for the trunk? OK. Thanks for the patch! Thomas

[Patch, Fortran] Permit allocatable/pointer attributes with BIND(C)

2013-04-30 Thread Tobias Burnus
TS29113 permits the allocatable/pointer attribute with BIND(C); this patch allows it now with -std=f2008ts. While the TS allows it also for scalars, this patch only permits it for arrays. The reason is that TS29113 requires the use of the array descriptor - and adding the support for scalars i