Re: Multiple FUNCTION_DECLS for __cxa_begin_catch

2006-11-30 Thread Brendon Costa
Andrew Pinski wrote: On Thu, 2006-11-30 at 16:08 +1100, Brendon Costa wrote: Hi again, Is it safe to assume in the C++ front end that two functions declared in such a manner will always share the same implementation in which case it is kind-of like a "using" statement? The C++ front

Re: Multiple FUNCTION_DECLS for __cxa_begin_catch

2006-11-30 Thread Andrew Pinski
On Thu, 2006-11-30 at 16:08 +1100, Brendon Costa wrote: > Hi again, > Is it safe to assume in the C++ front end that two functions declared in > such a manner will always share the same implementation in which case it > is kind-of like a "using" statement? The C++ front-end is broken and needs t