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, gfortran] common blocks getting mangled in nested modules


(again, sorry for the broken threading)

Paul Thomas wrote:
> !     /* A use associated common block is only needed to correctly layout
> !        the variables it contains.  Thus we give it a mangled name with
> !        a series number of 0.  Making sure that this mangled name does
> !        not feed through to the mod files is done by write_module.  */

What if one uses different modules which contain the same common block, will
they not interfere?

- Tobi


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