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/47266] Optimization: Declare PRIVATE module procedures as "TREE_PUBLIC = 0" ("static function")


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

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-15 11:05:06 UTC ---
Another note: Seemingly, the current patch does not work, if the default access
mode is "PRIVATE" and only if one explicitly sets the privacy. (Which is a
missed optimization.)


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