OSDN Git Service

2009-01-05 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jan 2009 19:46:06 +0000 (19:46 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Jan 2009 19:46:06 +0000 (19:46 +0000)
commit8529b316caf0905adea0068df25412ab3539cf1c
tree3fe6065b40a6a4f61b66b6efc8ba9b66d6fb4a8d
parent2daf21fd2ac89ab7de1439a0c27e5af2df119146
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143090 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/module.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/module_commons_3.f90 [new file with mode: 0644]