------- Comment #4 from burnus at gcc dot gnu dot org 2007-05-29 08:16 ------- The error is in gfc_trans_dummy_array_bias, where the assert fails:
gcc_assert (GFC_ARRAY_TYPE_P (type)); The question is: Why does it fail on powerpc-apple but not on x86_64-unknown-linux-gnu? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32137