2011-03-29 Janus Weil <janus@gcc.gnu.org>
commitce80bc5b4ba5f38ff68f5b300b48c8860f2f61d7
authorjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Mar 2011 09:39:10 +0000 (29 09:39 +0000)
committerjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Mar 2011 09:39:10 +0000 (29 09:39 +0000)
tree5cbc71797224538781afa1e8370fcb01a020856b
parent7cd993c9cf2582953f40c0b7cd527c872f74aabe
2011-03-29  Janus Weil  <janus@gcc.gnu.org>

PR fortran/48095
* decl.c (match_procedure_decl,match_ppc_decl): Set flavor of interface.
* module.c (MOD_VERSION): Bump.
(mio_typespec): Read/write 'interface' field.
* primary.c (match_string_constant,match_logical_constant): Remove
unneeded code.
(match_complex_constant): Make sure to clear the typespec.

2011-03-29  Janus Weil  <janus@gcc.gnu.org>

PR fortran/48095
* gfortran.dg/module_md5_1.f90: Modified MD5 sum.
* gfortran.dg/proc_ptr_comp_32.f90: New.

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