This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/5679] ICE in assign_stack_temp_for_type, returning unconstrained type conversion ("GtkAda bug")
- From: "charlet at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Oct 2003 16:27:26 -0000
- Subject: [Bug ada/5679] ICE in assign_stack_temp_for_type, returning unconstrained type conversion ("GtkAda bug")
- References: <20020212235600.5679.fw@deneb.enyo.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5679
charlet at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From charlet at gcc dot gnu dot org 2003-10-21 16:27 -------
The original (GtkAda) code was wrong, and has been fixed a while
ago.
It does not make sense for a function to return such a giant array.
There may still be a remaining "hole" in the gcc back-end, but this
is neither important, nor because of "an incomplete merge", so I am
closing this report.
Arno