Hi,
> Is there any special reason why the main program does not get a call graph
> or is not included in any caller graphs?
> This situation refers to a fortran program.
I haven't looked into it but fortran modules are essentially C++
namespaces in the implementation. And because the latter may not
contain executable code it is presumably not handled inside reference
resolution. But it may also be a problem of fortrancode.l - I do not
know, have to look into it at some point.
> Should I fill a bug?
Yes, I think in any case it is a bug and you may fill it.
Oleg
|