[Bug ada/17399] [4.0 Regression] Ada does not bootstrap on ppc-linux

rth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Sep 13 03:08:00 GMT 2004


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



More information about the Gcc-bugs mailing list