This is the mail archive of the gcc-bugs@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]

[Bug fortran/17091] gfortran MAIN__ symbol not marked TREE_PUBLIC


------- Additional Comments From dje at gcc dot gnu dot org  2004-08-19 04:33 -------
BTW, I don't know the cause, but adding the "-v" verbose flag causes the symbol
to become public:

(gdb) run -v foo.f90
(gdb) print decl->common.public_flag
$3 = 1
(gdb) run foo.f90
(gdb) print decl->common.public_flag
$4 = 0


-- 


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


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