This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32137] [4.3] func_result_3.f90 ICEs on powerpc-apple
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 May 2007 08:16:02 -0000
- Subject: [Bug fortran/32137] [4.3] func_result_3.f90 ICEs on powerpc-apple
- References: <bug-32137-13350@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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