This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ada] Fix PR 19900, 19408, 19140, 20255 and ACATS tests


    The remaining problems are essentially Tree-SRA vs Ada:

    FAIL:	c32001e
    FAIL:	c52011a
    FAIL:	c64105b
    FAIL:	c95086b
    FAIL:	cd2b11a
    FAIL:	cd2b11b
    FAIL:	cdd2a02

Interesting.  I only see the latter of those failing.  The problem is
known and will require some changes in the Ada part of the front-end in
the way that record extensions with renamed discriminants are being handled.
Right now, we're lying to GCC as to how the record actually looks and that's
what's causing the problem.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]