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]

Re: [C++ PATCH] Fix extern "C" function and namespace handling



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


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