This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada files now checked in
- To: guerby at acm dot org
- Subject: Re: Ada files now checked in
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Tue, 2 Oct 01 16:48:46 EDT
- Cc: gcc at gcc dot gnu dot org
../attribs.o: In function `decl_attributes':
/home/guerby/work/gcc/build/gcc/../../gcc/gcc/attribs.c:265: undefined reference to `insert_default_attributes'
Right. That's caused by a recent GCC change. Add a dummy function of that
name into ada/misc.c. This will come over in the first tree resynchronization.