[Bug fortran/52751] private module variable are not exported as local

2012-04-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52751 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/52751] private module variable are not exported as local

2012-04-08 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52751 --- Comment #3 from Tobias Burnus 2012-04-08 07:15:12 UTC --- Author: burnus Date: Sun Apr 8 07:15:01 2012 New Revision: 186223 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186223 Log: 2012-04-08 Tobias Burnus PR fortran/52

[Bug fortran/52751] private module variable are not exported as local

2012-04-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52751 --- Comment #2 from Tobias Burnus 2012-04-03 15:15:31 UTC --- Another caveat (as in PR40973): If the variable has a C-binding (other than 'bind(C,name="")'), it is accessible from other translation units. (Actually, NAG exactly handles it like

[Bug fortran/52751] private module variable are not exported as local

2012-04-03 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52751 Tobias Burnus changed: What|Removed |Added Keywords||missed-optimization Status|UN