This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37253] Segmentation fault with procedure pointer
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Aug 2008 20:33:21 -0000
- Subject: [Bug fortran/37253] Segmentation fault with procedure pointer
- References: <bug-37253-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from burnus at gcc dot gnu dot org 2008-08-27 20:33 -------
Actual, I have the feeling the attr.proc_pointer is not saved at all in
module.c, cf. ab_attribute in that file. One should check whether other
attributes are also missing.
Dominique: Thanks for finding it; may this helps also with PR 37254.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37253