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()


>>>>> "Nathan" == Nathan Sidwell <nathan@codesourcery.com> writes:

> I really really prefer the 'assert_this_never_happens (foo)' version
> over 'if () abort ();' But alas appear to be 18 months too late.

> I don't see why we can't put an assert like macro in the common header
> files and leave it to individual maintainers as to whether to convert
> to it.

I tend to agree, but I also don't feel strongly about it.

Jason


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