re PR fortran/31144 (gfortran module symbol names are not standard compliant)
authorTobias Schlüter <tobi@gcc.gnu.org>
Tue, 17 Apr 2007 00:09:34 +0000 (02:09 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Tue, 17 Apr 2007 00:09:34 +0000 (02:09 +0200)
commit9998ef84d3cce0db7c2e6722eaf602172aaeb63e
treef711bd52fba52696fadfe25931ef6c7b88b3eae7
parent597cab4f831dbc639dc64f07b5446fe35dc4b6a8
re PR fortran/31144 (gfortran module symbol names are not standard compliant)

PR fortran/31144
fortran/
* decl.c (gfc_sym_mangled_identifier): Use capital letters in name
mangling.
(gfc_sym_mangled_function_id): Likewise.
testsuite/
* gfortran.dg/module_naming_1.f90: New.

From-SVN: r123904
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/module_naming_1.f90 [new file with mode: 0644]