http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57042
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkoenig at gcc dot gnu.org --- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2013-05-01 18:49:09 UTC --- The problem is that compiler_options does not have a valid length: Program received signal SIGSEGV, Segmentation fault. 0x0000000000523154 in show_typespec (ts=0x1621500) at ../../trunk/gcc/fortran/dump-parse-tree.c:113 113 show_expr (ts->u.cl->length); (gdb) up #1 0x00000000005265fd in show_symbol (sym=0x16214e0) at ../../trunk/gcc/fortran/dump-parse-tree.c:841 841 show_typespec (&sym->ts); (gdb) p sym->name $5 = 0x7ffff6c77630 "compiler_options" (gdb) p sym->ts $6 = {type = BT_CHARACTER, kind = 1, u = {derived = 0x0, cl = 0x0, pad = 0}, interface = 0x0, is_c_interop = 0, is_iso_c = 0, f90_type = BT_UNKNOWN, deferred = false}