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: [C++ PATCH] Add sorry() when mangling CALL_EXPR


On Tue, 2003-06-24 at 16:22, Giovanni Bajo wrote:
> Hello,
> 
> this patch adds a sorry() when write_expression meets a CALL_EXPR. Since
> this is a defect in the C++ ABI, we currently have no way to mangle
> correctly such an expression. This patch lets the compilation aborts
> gracefully instead of segfaulting.

This patch is OK, thanks!

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


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