emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: emacs aborts (almost always?) when pressing C-g in gnus group mode


From: Richard Stallman
Subject: Re: emacs aborts (almost always?) when pressing C-g in gnus group mode
Date: Wed, 04 May 2005 12:12:52 -0400

    > The function still exists in the source.  Can you investigate
    > why it does not exist in your binary?  I can only guess
    > it was inlined and optimized out of existence.  But that's
    > supposed to be prevented by NO_INLINE which should expand to
    > __attribute__((noinline)).
    >
    >     static void NO_INLINE
    >     x_error_quitter (display, error)

    Yeah, I'm it's supposed to not get inlined, but I think it does
    anyways. Atleast that's what I can see from looking at both asm
    files. They are here:

Can you verify that __attribute__((noinline)) is truly
present in the CPP output?  If so, this seems to be a GCC bug.
Are you using the latest GCC?  If not, please try it.
If yes, please report the GCC bug.




reply via email to

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