This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ bootstrap failure, today's 3.2 on sparcv9-sun-solaris2.8
- From: Richard Henderson <rth at redhat dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: Brad Lucier <lucier at math dot purdue dot edu>, gcc-patches at gcc dot gnu dot org, Kevin Buettner <kevinb at redhat dot com>
- Date: Fri, 24 May 2002 02:00:57 -0700
- Subject: Re: libstdc++ bootstrap failure, today's 3.2 on sparcv9-sun-solaris2.8
- References: <200205240237.g4O2beS03224@banach.math.purdue.edu> <3CEDFAE0.5050906@waitaki.otago.ac.nz>
On Fri, May 24, 2002 at 08:33:36PM +1200, Bryce McKinlay wrote:
> This is a problem with dbxout, it doesn't happen using dwarf2. It seems
> that dbxout doesn't handle a typedef who's DECL_CONTEXT is a namespace.
> This patch makes everything build. Note that dbxout is one of only two
> places in the compiler where decl_type_context() is used - the other is
> in cp/typeck.c. OK to commit?
>
> 2002-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
>
> * tree.c (decl_type_context): Return NULL_TREE if decl's context is a
> namespace.
Yes, this is ok to get back to bootstrapville.
Kevin, was this something you were intending to handle?
r~