This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/32137] [4.3] func_result_3.f90 ICEs on powerpc-apple



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]