This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Fix extern "C" function and namespace handling
- To: brent verner <brent at rcfile dot org>
- Subject: Re: [C++ PATCH] Fix extern "C" function and namespace handling
- From: Kriang Lerdsuwanakij <lerdsuwa at scf dot usc dot edu>
- Date: Mon, 9 Oct 2000 23:55:55 -0700 (PDT)
- cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
On Sun, 8 Oct 2000, brent verner wrote:
> could you try compiling with
>
> g++ -g -O2 -Wall -fbuiltin
>
> I just updated cvs, applied these two patches, and I still see the
> error.
>
> thanks.
> brent
I've figured out what's wrong with it. The order of checkes decls_match
and duplicate_decls functions have to be reorganized. I'll submitted
an updated version of my patch. Your patch to decl2.c should remain
valid after the changes.
--Kriang