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]

inline fortran module functions


I have defined a tiny function A in module B. In user program I used 
module B and called function A. 
Then I always get a branch to funciton __B_MOD_A. 
Is that possible to get the module function inlined in user program?

Thanks!
Sa


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