re PR fortran/37253 (Segmentation fault with procedure pointer)
authorJanus Weil <janus@gcc.gnu.org>
Thu, 28 Aug 2008 15:10:50 +0000 (17:10 +0200)
committerJanus Weil <janus@gcc.gnu.org>
Thu, 28 Aug 2008 15:10:50 +0000 (17:10 +0200)
commitb7fdeec95fa7638342b3d3319f9ac177e830ceed
treef23e579a55ddc8a3611242cab47bcd889b8cc17c
parent5bdc1946f07880739cdbca20105cebcba5795de0
re PR fortran/37253 (Segmentation fault with procedure pointer)

2008-08-28  Janus Weil  <janus@gcc.gnu.org>

PR fortran/37253
* module.c (ab_attribute,attr_bits,mio_symbol_attribute): Take care of
saving attr.procedure and attr.proc_ptr to the module file.

2008-08-28  Janus Weil  <janus@gcc.gnu.org>

PR fortran/37253
* gfortran.dg/proc_ptr_10.f90: New.

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