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: assertify darwin, and some missed rs6000 bits


On May 3, 2005, at 4:21 AM, Nathan Sidwell wrote:
darwin-crt2.c already includes the correct header to get the runtime version of gcc_assert -- which just calls abort.

-dM of the file gives me:


#define gcc_assert(EXPR) ((void)(0 && (EXPR)))

when I check with nm, I don't see abort in there.

? Do you?


auto-host.h has #define ENABLE_ASSERT_CHECKING 1


I don't see it any place else.

Is my tree out of date?


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