trans-decl.c (gfc_create_module_variable): Nothing to do if symbol is in common,...
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sat, 10 Jul 2004 23:50:28 +0000 (01:50 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sat, 10 Jul 2004 23:50:28 +0000 (01:50 +0200)
commit9cbf8b4131d0e9668eace15277988e8d9beed8f7
treeaf1eebbf418849aa2d53f44aca5cb8a0035751c8
parenta53334a410414050de6771bddf44f6febbc51e53
trans-decl.c (gfc_create_module_variable): Nothing to do if symbol is in common, because we ...

fortran/
* trans-decl.c (gfc_create_module_variable): Nothing to do if
symbol is in common, because we ...
(gfc_generate_module_vars): Call gfc_trans_common.

testsuite/
* gfortran.fortran-torture/execute/common_2.f90: Add check for
access to common var from module.

From-SVN: r84479
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/execute/common_2.f90