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: Intermediate representation


Nicolas COLLIN wrote:
> Hello again,
> 
> I 'm still working on egcs 1.1 and the function cp_namespace_decls is
> not implemented in.

  Well, the definition is very simple

tree
cp_namespace_decls (tree ns)
{
  return NAMESPACE_LEVEL (ns)->names;
}

and NAMESPACE_LEVEL exists in egcs-1.1, so why not try back-porting it?

    cheers,
      DaveK


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