This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -isystem and C++ headers
- From: Zack Weinberg <zack at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 11 May 2004 16:46:50 -0700
- Subject: Re: -isystem and C++ headers
- References: <20040511232405.GA4418@nevyn.them.org>
Daniel Jacobowitz <drow@false.org> writes:
> c-opts.c says this:
>
> case OPT_isystem:
> add_path (xstrdup (arg), SYSTEM, 0);
> break;
>
> Is there a particular reason the third argument, cxx_aware, is not set?
> This means that anything included via -isystem will be marked with extern
> "C" by g++.
Show of hands please: Who needs this implicit-extern-C crap anymore?
zw