This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [Patch, libgfortran] PR 27740 Versioned symbols, bump so version


Paul Brook <paul@codesourcery.com> wrote on Tue, 23 May 2006:
Yes. Seems many of these functions are implemented in F90, so that's
why they were left out of this export_proto business. Shouldn't be too
hard to fix.

What about the f2c entry points? Should they also be renamed
_gfortran_f2c_*, or is the current f2c_* good?

I don't remember what these are for. I'd guess _gfortran_f2c_

They're used when the user passes around specifics as procedure arguments and compiles with -ff2c. They're the subset of specifics where A) this is allowed and B) the interface is changed by -ff2c.


I believe there's nothing wron with changing the name to _gfortran_f2c.

- Tobi

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



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