This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/18271] ICE with computed array declaration
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Dec 2004 00:47:48 -0000
- Subject: [Bug fortran/18271] ICE with computed array declaration
- References: <20041102120907.18271.manfred99@gmx.ch>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2004-12-09 00:47 -------
The problem is that we insert a function call to convert IMAX to default real,
and check_inquiry does not support these conversion functions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18271