]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/40955 (STDCALL attributes are not saved in the .MOD files)
authorTobias Burnus <burnus@gcc.gnu.org>
Sun, 9 Aug 2009 08:35:36 +0000 (10:35 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 9 Aug 2009 08:35:36 +0000 (10:35 +0200)
commit2b374f55986f4d4c84d1af9a9a6be1c8d72b1e91
tree062189decd4fd69dc34c13ea034acb58e8725c39
parent2c08497af02c674b5f87b988b55f8a79d2e77195
re PR fortran/40955 (STDCALL attributes are not saved in the .MOD files)

2009-08-05  Tobias Burnus  <burnus@net-b.de>

        PR fortran/40955
        * gfortran.h (ext_attr_id_t): Add typedef for this enum.
        (gfc_add_ext_attribute): Use it.
        * decl.c (gfc_match_gcc_attributes): Ditto.
        * expr.c (gfc_check_pointer_assign): Ditto.
        * symbol.c (gfc_add_ext_attribute): Ditto.
        (gfc_copy_attr): Copy also ext_attr.
        * resolve.c (resolve_fl_derived,resolve_symbol): Ditto.
        * module.c (mio_symbol_attribute): Save ext_attr in the mod
        * file.

2009-08-05  Tobias Burnus  <burnus@net-b.de>

        PR fortran/40955
        * gfortran.dg/module_md5_1.f90: Update MD5 check sum.

From-SVN: r150589
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/expr.c
gcc/fortran/gfortran.h
gcc/fortran/module.c
gcc/fortran/resolve.c
gcc/fortran/symbol.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/module_md5_1.f90