This is the mail archive of the gcc@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: bootstrap failure current CVS in Ada




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


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