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] | |
Christopher D. Rickett schrieb:did you apply your proposed patch for bind(c) dummy procedures?Yes, I applied the big patch.And I read here too fast: No, I reverted all my patches before applying your patch. If I re-add my patch, it works. (It was not completely clear to me whether you patch included something like that already.)
also, i wanted comments about binding labels in general. right now, i only consider the binding label field if the symbol is BIND(C) or from the iso_c_binding module. however, if the compiler wants to assign a binding label w/o being either of these, then i can simply consider the binding label if it's non-null. this should easily allow setting of binding labels for library routines. does anyone have objections or comments?I'm not sure whether I understood this. What do you mean by "if the compiler wants to assign a binding label" and "consider the binding label if it's non-null". How do you get a binding label without using bind(c,name="label") ?
In any case I'm slightly opposed to adding compiler-specific extensions, but maybe it makes sense after I understood the proposal.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |