> Eli Zaretskii <[EMAIL PROTECTED]> writes:
>
>> 390       if (SUBRP (fun))
>> (gdb)
>> 392           if (XSUBR (fun)->doc == 0)
>> (gdb)
>> 409             return Qnil;
>> (gdb)
>> 477     }
>> (gdb)

Dieter Deyke <[EMAIL PROTECTED]> writes:

> 390       if (SUBRP (fun))
> (gdb)
> 392           if (XSUBR (fun)->doc == 0)
> (gdb)
> 394           else if ((EMACS_INT) XSUBR (fun)->doc >= 0)

Could it be that we are not explicitly setting doc to 0, and Dieter's
compiler is initializing its memory with something other than 0 to
detect this type of bug?



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to