[Bug fortran/52751] private module variable are not exported as local
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 3 14:45:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52751
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |missed-optimization
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-04-03
CC| |burnus at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-04-03 14:44:30 UTC ---
Confirmed.
Though one needs to be careful about submodules. (But it is known at compile
time whether there are any.) And one should think a second or so about issues
with private module variables and TARGET. (There is probably no issue.)
Side note: (Only) NAG f95 seems to mark your variable as local.
More information about the Gcc-bugs
mailing list