This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/38657] [4.4, 4.3 Regression] PUBLIC/PRIVATE Common blocks



------- Comment #15 from pault at gcc dot gnu dot org  2009-01-17 11:58 -------
Subject: Bug 38657

Author: pault
Date: Sat Jan 17 11:58:48 2009
New Revision: 143463

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143463
Log:
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.

Added:
    trunk/gcc/testsuite/gfortran.dg/module_commons_3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/module.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38657


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]