This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How do I run "make check" in gcc with libstdc++-v3?
- To: Gabriel Dos Reis <gdr at codesourcery dot com>
- Subject: Re: How do I run "make check" in gcc with libstdc++-v3?
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Tue, 16 May 2000 13:03:12 -0700 (PDT)
- cc: gcc at gcc dot gnu dot org
On 16 May 2000, Gabriel Dos Reis wrote:
> I think I've been through this idea of #pragma system_header (actually
> I proposed the more general idea of #pragma abstract_header) in the
> past. At that time we were talking about printing headers in
> diagnostics -- I think Zack liked the idea.
yeah, I'm just thinking ahead to the c shadow headers which do all kinds
of weird include_next stuff that I'm sure nobody thought was possible.
It'll be important to have some kind of pragma we can use.
(This work in in progress, so it'd be nice to have this in CVS gcc ASAP.)
-benjamin