This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap failure current CVS in Ada
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: Andreas Jaeger <aj at suse dot de>, gcc at gcc dot gnu dot org
- Date: Tue, 4 Jan 2005 21:04:58 -0500
- Subject: Re: bootstrap failure current CVS in Ada
- References: <m3fz1ho0oy.fsf@gromit.moeb> <1104854687.7121.13.camel@DYN253786YKT>
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.
We don't change DECL_UID anywhere in the the Ada front-end, only the
C++ front-end which is what Daniel was trying to say.
-- Pinski