re PR fortran/38657 (PUBLIC/PRIVATE Common blocks)
authorPaul Thomas <pault@gcc.gnu.org>
Mon, 5 Jan 2009 19:46:06 +0000 (19:46 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Mon, 5 Jan 2009 19:46:06 +0000 (19:46 +0000)
commitc73140776c32f78f9c7828a5cd8b930680da8b08
tree3fe6065b40a6a4f61b66b6efc8ba9b66d6fb4a8d
parentb55c4f04b3ede3f0b299553e6de822e7d63d2ea5
re PR fortran/38657 (PUBLIC/PRIVATE Common blocks)

2009-01-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38657
* module.c (write_common_0): Use the name of the symtree rather
than the common block, to determine if the common has been
written.

2009-01-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38657
* gfortran.dg/module_commons_3.f90: New test.

From-SVN: r143090
gcc/fortran/ChangeLog
gcc/fortran/module.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/module_commons_3.f90 [new file with mode: 0644]