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

Kriang Lerdsuwanakij lerdsuwa@scf.usc.edu
Mon Oct 9 23:56:00 GMT 2000


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



More information about the Gcc-patches mailing list