bootstrap failure current CVS in Ada

Daniel Berlin dberlin@dberlin.org
Wed Jan 5 02:16:00 GMT 2005



On Tue, 4 Jan 2005, Andrew Pinski wrote:

>
> On Jan 4, 2005, at 11:04 AM, Daniel Berlin wrote:
>> The equivalent failure (there is a bug report about it) in C is that we
>> are assigning the same DECL_UID to two different decls.
>> 
>> I don't know if this is what is happening in Ada.
>> 
>> If not, we may hvae to just remove the assert.
>
> No the problem is that the decl is only declared as inline, I think this
> is the same bug as the Java one.

The java problem is that Java doesn't create a block tree for functions, 
it relies on the function lowering to do it.
Does Ada do the same?

--Dan



More information about the Gcc mailing list