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: gfortran patch - g77 record markers


The choice of default record marker is made at link time by linking in different
libraries (with the same API). So for every record marker format, a separate
library is needed. Perhaps it's cludgy, but I don't know of any simpler way.

There are zillions of things we want to do at compile-time that will influence the way the library works (bounds checking, standards, pedanticity, and who-knows-what-other-userful-option). We will have to find a way to do that, although my first round of mails to this list to ask for suggestions for this didn't really seem to raise interest.


I am just wondering whether the same framework could be put up for link-time selections. There are many ways to do that, avoiding the duplication (and then, "quadriplation", "octuplation" ;-) of size.

FX


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