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++: flush friendly_abort()


Zack Weinberg <zack@codesourcery.com> writes:

> Since Craig changed all the uses of my_friendly_abort to plain abort,
> we no longer need the helper routine except for my_friendly_assert,
> and that can trivially be changed to use fancy_abort directly.
> 
> I've compiled cc1plus with this change but I have not bootstrapped it.
> 
> zw
> 
> cp:
> 	* typeck2.c (friendly_abort): Delete definition.
> 	* cp-tree.h (friendly_abort): Don't prototype.
> 	(my_friendly_abort): Don't #define.
> 	(my_friendly_assert): Use fancy_abort.

This is OK.

-- 
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>


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