]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/38657 (PUBLIC/PRIVATE Common blocks)
authorPaul Thomas <pault@gcc.gnu.org>
Sat, 17 Jan 2009 11:58:48 +0000 (11:58 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sat, 17 Jan 2009 11:58:48 +0000 (11:58 +0000)
commite775e6b69761811ccd6a4034275eee019f410f65
tree0c9411f4507eb86dfeb2d2ba72500e57179dd827
parentc41fea4af48ddaeeef4c043d874c8c333d669849
re PR fortran/38657 (PUBLIC/PRIVATE Common blocks)

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

PR fortran/38657
* module.c (write_common_0): Add argument 'this_module' and
check that non-use associated common blocks are written first.
(write_common): Call write_common_0 twice, once with true and
then with false.

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

PR fortran/38657
* gfortran.dg/module_commons_3.f90: Reapply.

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