http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60302
--- Comment #3 from janus at gcc dot gnu.org --- (In reply to Valery Weber from comment #0) > f951: internal compiler error: Aborted > 0xa217af crash_signal > > /home/vwe/libs/gcc/test/android-ndk-r9c/src/build/../gcc/gcc-4.8/gcc/toplev. > c:337 > 0x577c60 gfc_check_c_f_pointer(gfc_expr*, gfc_expr*, gfc_expr*) > /home/vwe/libs/gcc/test/android-ndk-r9c/src/build/../gcc/gcc-4.8/gcc/ > fortran/check.c:3956 The function 'gfc_check_c_f_pointer' was added in r197053 and slightly modified in r197682. Then there is another minor change later at 200794, which seems to be unrelated to this PR, though.