This is the mail archive of the gcc-patches@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: PATCH RFA: Add extern "C" to libcpp header files


On Sun, May 31, 2009 at 10:39 PM, Ian Lance Taylor <iant@google.com> wrote:
> This patch adds extern "C" to the header files in libcpp. ?This is a
> stage toward enabling builds with C++. ?My present plan is to have gcc
> be built using a C++ compiler but libcpp be built with a C compiler. ?In
> the future, libcpp will probably move to a C++ compiler as well. ?It may
> or may not be desirable to retain a C interface even when libcpp is
> built with a C++ compiler; I don't know.

I would be a really good thing to retain that ability for the mid-term.
We may want to revisit that in 4.7 timeframe.

Thanks!

-- Gaby


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