This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
inline fortran module functions
- From: Sa Liu <SALIU at de dot ibm dot com>
- To: Fortran List <fortran at gcc dot gnu dot org>
- Date: Tue, 24 Jun 2008 19:52:48 +0200
- Subject: 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