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: inline fortran module functions


--- Sa Liu <SALIU@de.ibm.com> wrote:

> 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
> 


read this bug report:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29648

it should explain they how's and the why not's...

--bud



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