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]

gfortran MAIN__ symbol not marked TREE_PUBLIC


	When gfortran synthesizes the MAIN__ symbol, the decl is not
receiving the attribute TREE_PUBLIC, which is causing problems on AIX
because the symbol is not being globalized.

	I assume that some bit is missing from
trans.c:gfc_generate_code().

	I have opened PR fortran/17091 to track the bug.

David


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