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] Change my_fancy_abort() to abort()


Craig Rodrigues wrote:-

> Hi,
> 
> Based on Zack Weinberg's comments here:
> http://gcc.gnu.org/ml/gcc/2002-01/msg01429.html
> 
> it seems that my_fancy_abort() is not doing anything useful
> in the gcc/cp code.  This patch converts the usage of my_fancy_abort()
> to abort(), which is consistent with how error handling is
> done in other parts of GCC.
> 
> Is it OK?

Why not remove the macro definition too (at least, I couldn't see it in
your patch)?

Neil.


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