This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/17399] [4.0 Regression] Ada does not bootstrap on ppc-linux
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Sep 2004 03:08:04 -0000
- Subject: [Bug ada/17399] [4.0 Regression] Ada does not bootstrap on ppc-linux
- References: <20040910153343.17399.phython@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rth at gcc dot gnu dot org 2004-09-13 03:08 -------
Well, the first thing I see is
- static struct ali__version_ref__tab__TtableBXn___XUP C.808 = {
- [...] .P_BOUNDS=&{.LB0=0, .UB0=98}};
Which is an Ada front-end bug. Taking the address of a CONSTRUCTOR
is illegal. A CONSTRUCTOR is not an lvalue.
Kenner knows about this bug. He brought up this exact problem with
elaboration functions to me previously and I gave him the same answer
then. He may well have a fix; who can tell.
--
What |Removed |Added
----------------------------------------------------------------------------
CC|rth at redhat dot com |rth at gcc dot gnu dot org
Component|middle-end |ada
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17399