gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] Re: posible issue on ia64 with va_args.


From: Stefan Monnier
Subject: [Gnu-arch-users] Re: posible issue on ia64 with va_args.
Date: 16 Mar 2004 09:26:29 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> It happens with some debugging systems (which I believe was the
> original intent), where they use a tagged NULL pointer so that instead
> of "Dereferenced NULL <segfault>", you get "Dereferenced NULL from
> foo.c:63 <segfault>", which can be very useful on occasion.

Wouldn't that tend to cause problems where

    assert (NULL
            ==
            NULL);

can fail?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]