This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Have assert macros
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc <gcc at gcc dot gnu dot org>
- Date: Tue, 24 Aug 2004 16:08:14 -0700
- Subject: Re: [RFC] Have assert macros
- References: <412A49D5.2070809@codesourcery.com>
I am in favor of having gcc_assert(EXPR) instead of if (EXPR) abort(),
but I am undecided about whether these checks ought to be off in the
release builds.
zw