fortran/
commitd43a7f7f219e3bd2567837d60ae61bfdf8f7d7fb
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Jul 2004 23:50:28 +0000 (10 23:50 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Jul 2004 23:50:28 +0000 (10 23:50 +0000)
treeaf1eebbf418849aa2d53f44aca5cb8a0035751c8
parentfbf16f8e75f45517cdde07e2276120a84ea791b4
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84479 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.fortran-torture/execute/common_2.f90