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: [v3] PATCH to eh_personality.cc



On Jul 21, 2006, at 2:04 PM, Jason Merrill wrote:


The prototypes for the personality function and __cxa_call_unexpected are in the __cxxabiv1 namespace, but the definitons are in the global namespace. They should match so that the two declarations are merged.

Well I think that is a C++ front-end bug they are not already merged with `extern "C"'
decls in different namespaces.


-- Pinski


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