------- Comment #2 from kargl at gcc dot gnu dot org 2007-02-02 23:44 ------- I'm testing a patch for this at the moment. The problem is you have renamed SIZE to an interface. That is, this is leading to the segfault:
interface size module procedure get_fld_size end interface While the standard may permit this construct, it may be prudent to not rename standard intrinsic procedures. -- kargl at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu dot org GCC build triplet| i686-pc-linux-gnu |i686-pc-linux-gnu GCC host triplet| i686-pc-linux-gnu |i686-pc-linux-gnu GCC target triplet| i686-pc-linux-gnu |i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30683